ARIA-128-OFB Encrypter

Encrypt given data using aria-128-ofb cipher algo. ARIA with 128-bit key in OFB (Output Feedback) mode. Transforms ARIA into a stream cipher. Secure but vulnerable 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.