CFC-Component for asymmetric key cryptograph using java security
As I could not find asymmetric cryptography in Coldfusion I built this component.
The component has the following features:
- Create a key pair (private and public key)
- Encrypt a text-string with one key
- Decrypt an encrypted string with the other key
- Create a key object from a base64 key-string or binary key
Has been tested with Adobe CF8, CF9, CF10 and Railo 4
For CFMX7 you might want to have a look at the Adobe KnowledgeBase
Documentation for this component can be found on the GitHub Wiki.