Encrypt given data using aria-192-gcm cipher algo. ARIA with GCM (Galois/Counter Mode) provides both encryption and data integrity checks, commonly used in modern systems. Part of ARIA's development for secure encryption and integrity. Very secure, widely used in secure protocols like TLS and IPsec. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.