Decrypt given data previously encoded with aria-128-gcm cipher algo. ARIA with 128-bit key in GCM (Galois/Counter Mode), an authenticated encryption mode. Developed to provide integrity protection alongside encryption. Highly secure and recommended for modern applications. 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.