Encrypt given data using id-aes128-wrap cipher algo. AES-128 used for key wrapping, where encryption keys are securely wrapped to be transported or stored. AES key wrap was standardized for securing encryption keys, especially in systems requiring high levels of key management security. AES-128-wrap is secure and widely used for key management purposes, offering both confidentiality and integrity. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.