Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 3
    Is this a question or an answer? Commented Aug 19, 2011 at 1:44
  • "Is this a question about a question or about an answer?" Commented Jun 11, 2012 at 9:33
  • 20
    This is an extremely broken implementation which should be highlighted as an example of how not to implement password hashing. First: SHA1 is not a suitable algorithm, as it is extremely fast. Second: salts must be unique and should not be guessable. While using the current time is not abysmal, it is quite simply not good enough. Commented Nov 11, 2012 at 2:24