Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ENCRYPTION IN CFMAIL

Status
Not open for further replies.

dinoviapangea

Technical User
Joined
Apr 9, 2002
Messages
41
Location
US
Does anyone know if cfmail supports or has any attribute to deal with encryption?

Thanks
 
Not as far as I can remember. But when the whole message is generated at your server you can encrypt the body by your own.

Charl
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top