Encrypt given data using aria-192-cfb cipher algo. ARIA in CFB (Cipher Feedback) mode is a stream cipher variant using a 192-bit key. Part of the ARIA family, created for cryptographic standards in South Korea. Secure, but less efficient than AES in stream cipher mode. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.