DES3-WRAP Encrypter

Encrypt given data using des3-wrap cipher algo. Triple DES (3DES) in wrapping mode, used primarily for key wrapping or encrypting keys rather than data. Used in key management protocols to securely wrap encryption keys, the 3DES-wrap mode is a variant of Triple DES for key transport. Although secure for key wrapping, Triple DES is slower and less efficient than modern algorithms like AES for general encryption. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.