Strong Encryption for ColdFusion. Your website is data driven but is your data safe? CFX_Enigma can help enforce only authorized access to data. Use it to encrypt sensitive data like credit card numbers and passwords. Store this output in your database and only by reversing the process can someone access the data.
CFX_Enigma is 100% java. If you develop on Windows, Linux or J2EE your CF code is the same on all platforms. No need to switch code based on platform.
Features
- Supported ColdFusion Servers - CF5*, CF 6.x & CF 7.x
- Supported platforms - Windows, Linux and J2EE
- Encryption Algorithm - Blowfish
- Encryption Modes - CBC & ECB
- CBC Mode IV - Secure Random & User Supplied
- Character Sets - 8Bit, 16Bit & Any Java Character Set
- Padding Methods - NULL, PKCS 5/7, ISO 10126-2 & X 923
- Secure Digest (Hash) - SHA1 & MD5
- Output Encoding - Hex & Base64
Need hashing and encoding but not encryption, not a problem. CFX_Enigma can handle that as the hashing and encoding routines can be used independent of the encryption routines.
One interface many functions! One low price!!
Sample Code
<CFX_Enigma action='encrypt' algorithm='blowfish' mode='ecb' pad='pkcs5' hash='sha1' encode='hex' characterset='8BIT' passphrase='my_passphrase' message='CFX_Enigma version 1.3' returnvar='vReturn'>
* - see tech notes for ColdFusion 5
|