Howday what's the recommended (and most direct) way to handled
encrypted passwords?
1. DB specific password statements (ie. MySQL PASSWORD()).
2. PHP md4 or mcrypt?
What about type and size for encrypted password fields?
I've seen some post that suggested binary storage, and applications
that used text field type for username and password?
TIA,
David
encrypted passwords?
1. DB specific password statements (ie. MySQL PASSWORD()).
2. PHP md4 or mcrypt?
What about type and size for encrypted password fields?
I've seen some post that suggested binary storage, and applications
that used text field type for username and password?
TIA,
David
Comment