in reply to Encryption 101
- Encrypt it on the client side, for instance by
using SSL.
- Decrypt it on the server side.
- Encrypt it again (usually
using a different method, say crypt). Store the
encrypted password, and don't use a reversable encryption
process.
- Don't send unencrypted passwords by email.
Abigail