Encrypt given data using aria-256-ecb cipher algo. ARIA with a 256-bit key in ECB (Electronic Codebook) mode. A basic mode of ARIA, commonly used in academic settings. Not recommended due to vulnerability to pattern 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.