ARIA-128-CFB Encrypter

Encrypt given data using aria-128-cfb cipher algo. ARIA with 128-bit key in CFB (Cipher Feedback) mode, a stream-like encryption method. ARIA was introduced as an alternative to AES with similar security goals. Secure but susceptible to bit-flipping attacks. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.