Encrypt given data using id-aes192-wrap-pad cipher algo. AES-192 used for key wrapping with padding, securing encryption keys by adding padding to ensure the correct size. This variant of AES-192 is used in secure key management systems to ensure that the wrapped keys are the correct size by adding padding when necessary. AES-192-wrap-pad is highly secure, providing strong encryption and secure key management. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.