ARIA-128-CTR Encrypter

Encrypt given data using aria-128-ctr cipher algo. ARIA with 128-bit key in CTR (Counter) mode, turning it into a stream cipher. ARIA adapted for counter mode to provide better efficiency. Secure but requires careful IV handling. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.