[eluser]Dennis Rasmussen[/eluser]
Slowgray is right about that.
Instead of doing more than one hash, use complicated salts and/or add in some concat/replace/encrypt/etc and only hash once with md5, sha512 or another algorithm.
If you hash the string more than once you may end up having more than one of the same results (collision).