Decrypt given data previously encoded with aria-192-ccm cipher algo. ARIA with CCM (Counter with CBC-MAC) mode is used for authenticated encryption with associated data (AEAD). It provides both confidentiality and integrity. ARIA was developed in South Korea for national encryption standards. Considered secure, providing both encryption and authentication. 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.