speaking of encryption, I have a problem whit it.
here is the situation: the string is encrypted, and written to a txt file by using CFFILE; when that file is read and I try do decrypt it, the error I get is "The value to be decrypted is not valid".
I noticed that the length of the encrypted string (before is written to txt file) is 92 chars.
The length of the string that is read from the txt file (before decrypting it) is 94 and I guess there is the core of the problem. I tried to use Trim() and even removing last characters to mach the length but to no avail...
any ideas here as why is this happening and what would be solution to this problem? Sylvano
dsylvano@hotmail.com