I'm on Standard not Enterprise. I found this article: http://www.12robots.com/index.cfm/2010/7/19/Using-Asymmetric-Cryptography-in -your-ColdFusion-Application--Security-Series-1610
And followed the directions and was able to generate a public/private key pair with RSA encryption and use them to encrypt and decrypt data. The problem is that the public and private key pair are java object instances. The decrypt/encrypt method expects those instances. I can't figure out how to get public/private key strings from that and use those to encrypt/decrypt data. Anybody know? Brook -----Original Message----- From: Dave Watts [mailto:[email protected]] Sent: February-10-11 1:56 PM To: cf-talk Subject: Re: cfx_pwtextcrypt & CF9 > We've been using cfx_pwtextcrypt since 2002, its worked fine on all CF > versions right up to CF8. However, it looks like on the 64 Bit CF9, it > no longer works. I assume it's a COM related issue. Does anyone know for sure? No, it's not a COM issue, but it's similar - DLLs are platform-specific, so 32-bit DLLs aren't going to work from your 64-bit application. > The tag was able to generate a public/private key pair using RSA 512 > bit encryption and subsequently perform encryption/decryption using > the keys generated. Does anyone know if there is a way to do this with > CF9 without this CFX? Do you have Enterprise or Standard? The encryption choices are different between them. Enterprise includes the RSA JSafe library. http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e08 11cbec22c24-7c2f.html Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342132 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

