0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: As I mentioned before, when you are going to store password as MD5 hash, it is really necesarry to use salt variable. Perfect if it is unique for every entry. Otherwise, it would be easy to hack MD5 hash by various tools, for example, [URL="http://www.md5-online.com/"]http://www.md5-online.com/[/URL] project. | |
Re: In some way I would disagree with gizgiz, because MD5 hash can be unhashed, for example, by using [url]http://www.md5-online.com/[/url] project. If security is primar - I would suggest using salt. Even better, if there is unique salt value for every user. |
The End.