Encrypt given data using aria-192-ecb cipher algo. ARIA in ECB (Electronic Codebook) mode, a straightforward block cipher mode where each block is encrypted independently. Developed by KISA in South Korea. Not recommended due to security vulnerabilities such as pattern leakage in encrypted data. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.