Tuesday, April 22, 2008

Encryption Question

I'm working on an encryption solution at work. We currently need to symmetrically encrypt a user's password and store it in a database field. I need to somehow securely store the symmetric encryption key so that no one can access it except this application. I can't store it in the code because tools like Reflector and can find it. Has anybody found a great way of doing this?

No comments: