Commit a41ada90dd5cc42a5bc34a720f4e8f89b51b6cc7
Add website and source repository information to the README
Signed-off-by: Coda Hale <coda.hale@gmail.com>Hongli Lai (Phusion) authored on 8/4/2009, 8:21:52 PM
Coda Hale committed on 8/12/2009, 9:47:47 PM
Parent: 3137ad6d58e3541613b4e1e1cdd7cd70c5d9f2b6
Files changed
README | changed |
README | ||
---|---|---|
@@ -1,8 +1,11 @@ | ||
1 | 1 | = bcrypt-ruby |
2 | 2 | |
3 | 3 | An easy way to keep your users' passwords secure. |
4 | 4 | |
5 | +* http://bcrypt-ruby.rubyforge.org/ | |
6 | +* http://github.com/codahale/bcrypt-ruby/tree/master | |
7 | + | |
5 | 8 | == Why you should use bcrypt |
6 | 9 | |
7 | 10 | If you store user passwords in the clear, then an attacker who steals a copy of your database has a giant list of emails |
8 | 11 | and passwords. Some of your users will only have one password -- for their email account, for their banking account, for |
Built with git-ssb-web