Encrypt given data using des-ede-cbc cipher algo. Triple DES in CBC mode, applying DES three times with CBC for stronger encryption with block chaining. Triple DES with CBC mode improves security over DES and is widely used in legacy systems. Triple DES-CBC is more secure than standard DES but is slower and less secure than modern alternatives like AES. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.