I am having issues using the new CrypterObject. I am unable to get SymmetricEncrypt to work with Triple DES (TDES!). It keeps raising an error with the key size being invalid. I have tried using keys (BLOB) with both 128 characters and 192 characters. Both raise errors.
I have no trouble testing AES encryption with a 16 character (blob) key. (Sample provided in Appeon docs)
Does anyone have a simple code snippet that works using Triple DES?