ID-AES128-WRAP-PAD Decrypter

Decrypt given data previously encoded with id-aes128-wrap-pad cipher algo. AES-128 key wrapping with padding, providing extra security when wrapping keys of variable lengths. Key wrapping with padding is used to ensure that wrapped keys are the correct size, especially in key management systems. AES-128 with padding is secure and suitable for use in systems requiring key wrapping and secure key management. Our decryption process assumes the IV string is prepended in the encoded string during the encryption process. You can not decrypt and get the correct results if the IV or passphrase mismatch occurs between encryption and decryption process.