Hi,
I am using the Encrypt/Decrypt functions in ColdFusion MX to secure password fields in my database. I am using a password key that is established in the application.cfm document.
I need a safe place to hide my password key value because if someone gets in to view my code they know the password key, and if they get into the database they have the encrypted values for the passwords. If someone has the key and the encrypted value, they can run the decrypt function themselves.
How can I hide that key value so my CF pages can access it, but it is secure form prying eyes.
Thanks!
I am using the Encrypt/Decrypt functions in ColdFusion MX to secure password fields in my database. I am using a password key that is established in the application.cfm document.
I need a safe place to hide my password key value because if someone gets in to view my code they know the password key, and if they get into the database they have the encrypted values for the passwords. If someone has the key and the encrypted value, they can run the decrypt function themselves.
How can I hide that key value so my CF pages can access it, but it is secure form prying eyes.
Thanks!