ColdFusion Encrypt/Decrypt Example
by mlwebdesignz.com
This example encrypts the actual SSN field inputted prior to inserting the data into the database table.
The data is stored encrypted in the table.
With SSL included, you will have encrypted data submitted, and an additional layer of protection.
The data is encrypted in the table. This example also, decrypts the encrypted stored data when needed.
The encryption can use from several means of encoding and algorithm provided with ColdFusion.