DES-EDE-ECB Encrypter

Encrypt given data using des-ede-ecb cipher algo. Triple DES (DES-EDE) in ECB (Electronic Codebook) mode, applying DES three times with each block encrypted independently. Triple DES, introduced to extend the security of DES, uses ECB mode to encrypt blocks independently, though this comes with vulnerabilities in modern cryptography. While Triple DES improves on DES security, ECB mode introduces pattern leakage in ciphertext, making this combination insecure for most modern applications. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.