Decrypt given data previously encoded with id-aes192-wrap cipher algo. AES-192 used for key wrapping, ensuring secure storage and transmission of encryption keys. AES-192 wrap mode is used to securely wrap encryption keys with a 192-bit key size, providing enhanced security for key management. AES-192-wrap is secure and ideal for systems that require strong key management and secure key transport. 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.