Thanks Jordan - that will definately be useful down the road.  Unfortunately, for the next few months I will be using CF 6.1 and am limited to functionality available there.  One other limit is that I need the key used for the encryption/decryption to not be easily read so I think I will be limited to placing the keys in a Java class file or similar to keep the code unreadable.
 
Right now I am leaning toward Java AES using the JCE.  Any other ideas/suggestions are welcome.
 
Tom


From: Jordan Gouger [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 09, 2005 8:36 AM
To: [email protected]
Subject: Re: Encryption in CF/Java

Tom,
 
Check out this article on Encryption in CF7 - http://www.petefreitag.com/item/222.cfm. CF7 now supports strong encryption from the built in Java Crypto libraries.
 
Jordan

Tom Woestman <[EMAIL PROTECTED]> wrote:
Good morning all,

For a current project I need to encrypt the password and possibly
username used by ColdFusion to access our SAP R3 back end. The username
and password are only needed once per ColdFusion service initialization
the the username and passwords are less than 20 characters so
performance is not an issue.

I will likely need to build this in a compiled class file to hide any
keys used. Any suggestions on which tools or Java library would be
appropriate for this?

Thanks in advance,
Tom Woestman
----------------------------------------------------------
To post, send email to [email protected]
To unsubscribe:
http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe:
http://www.dfwcfug.org/form_MemberRegistration.cfm




Reply via email to