danielmiessler.com | posterous

grep understanding

« Back to posts
  • Viewed
    times

Filed under

  • Information Security
February 1, 2010

How To Safely Store A Password | codahale.com

  • Edit
  • Delete
  • Tags
  • Autopost

Salt or no, if you’re using a general-purpose hash function designed for speed you’re well and truly effed.

bcrypt Solves These Problems

How? Basically, it’s slow as hell.

via codahale.com

An interesting topic I've been studying recently: how to build a secure password storage system. This is an important component of that, i.e. use slow algorithms.

Tweet
  • 0 responses
  • Like
  • Comment