ARIA-128-CFB8 Encrypter

Encrypt given data using aria-128-cfb8 cipher algo. ARIA with 128-bit key in CFB-8 mode, encrypting one byte at a time. Similar to CFB1 but operating at the byte level. Secure but inefficient for most applications. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.