DES-EDE3-ECB Encrypter

Encrypt given data using des-ede3-ecb cipher algo. Triple DES (DES-EDE3) in ECB (Electronic Codebook) mode, where each plaintext block is encrypted independently. Triple DES was designed to offer enhanced security over DES, but ECB mode does not prevent repeating patterns in the ciphertext, making it vulnerable. DES-EDE3 in ECB is considered insecure due to the lack of block chaining, and the Triple DES cipher is slower compared to modern algorithms. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.