Decrypt given data previously encoded with aria-192-cbc cipher algo. ARIA (Advanced Rijndael Implementation Algorithm) is a symmetric key block cipher that operates in the CBC (Cipher Block Chaining) mode, using a 192-bit key size. Developed by the Korean Information Security Agency (KISA) as part of the competition to find a replacement for DES and AES. Considered secure with a 192-bit key size, though it's less widely adopted than AES. 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.