Loading

AESWRAP

crypto

Wraps a byte array or String with the AES WRAP algorithm and pushes a byte array containing the encrypted data onto the stack.

AESWRAP adds a 64 bits nonce prefix to the input in order to protect the encrypted data against AES block determinism as AES WRAP uses a fixed Initialization Vector.

AESWRAP is available since version 1.0.11.

See also

Signatures

Examples

'My secret message' // Data to cypher '0123456789ABCDEF0123456789ABCDEF' HEX-> // AES KEY AESWRAP ->HEX