Loading

AESUNWRAP

crypto

Unwraps a byte array with the AES WRAP and pushes back the decrypted data into an bytes array.

AESUNWRAP removes the a 64bits nonce added by AESWRAP WarpScript function

AESUNWRAP is available since version 1.0.11.

See also

Signatures

Examples

'b43e1e4f6adfa18dc35465a2e12a2c824daf2ffafd0a947b7766a33045a76a676463b8e0b1c112de' HEX-> // Wrapped data '0123456789ABCDEF0123456789ABCDEF' HEX-> // AES KEY AESUNWRAP // CONVERT UNWRAP DATA INTO STRING 'UTF-8' BYTES->