> Hi all. I need to make the RSA encryption algorithm available within > CF in order to connect with a client using Single Sign On.
Hopefully, you're running MX 7. If not, disregard this, because your life will be much harder. :-( I'd recommend you read through this article: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=e546373d Not only does Adobe provide instructions for installing new Java crypto providers, they use as an example a very high-quality, open-source provider that implements pretty much any algorithm you'd need. http://www.bouncycastle.org/latest_releases.html However, you may not be able to use RSA, regardless. I have a feeling that MX 7's enhanced Encrypt() function still only supports symmetric crypto (like Blowfish, but NOT public/private key stuff like RSA). So you may be stuck rolling your own code using the Java APIs. But that article will at least get you a good implementation of RSA installed at the Java level. Sixten ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251656 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

