Skip to content

ggfx/coldfusion-rsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coldfusion-rsa

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:

  1. Create a key pair (private and public key)
  2. Encrypt a text-string with one key
  3. Decrypt an encrypted string with the other key
  4. Create a key object from a base64 key-string or binary key

Support

Has been tested with Adobe CF8, CF9, CF10 and Railo 4

For CFMX7 you might want to have a look at the Adobe KnowledgeBase

Resources

Documentation for this component can be found on the GitHub Wiki.

About

CFC-Component for asymmetric key cryptograph using java security

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors