Mmmm, salted passwords.
Jun152006 4:08AM — JohnI’m assuming if you’re reading this blog you already know about password hashing and the superior security it provides if you have a full database dump stolen. The client’s password is hashed either an algorithm such as md5, sha and is never stored as plain text. But with new services such as GData that allow you to look up hashes without having to do any cracking hashing a password isn’t enough. 






thanks a million - it was very irritating problem, it is resolved with your suggestion.