Generally, for passwords, you only need one-way encryption. Someone sets their password, encrypt it, store it. Someone enters their password to login, encrypt it, compare it to what's in the database, go on if they're identical. crypt() works good as well as anything that does MD5. The idea being that if someone is trying to guess passwords and gets the encrypted passwords and/or your algorithm, they still have a lot of work to do.
In reply to Re: P@$$w0rd$ in perl?
by comatose
in thread P@$$w0rd$ in perl?
by skazat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |