Encrypt given data using aria-256-cbc cipher algo. ARIA with a 256-bit key in CBC (Cipher Block Chaining) mode. Developed as part of South Korea's national cryptographic standards. Considered secure with a 256-bit key size, offering high encryption strength. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.