codahale / bcrypt-ruby

bcrypt-ruby is a Ruby binding for the OpenBSD bcrypt() password hashing algorithm, allowing you to easily store a secure hash of your users' passwords.

This URL has Read+Write access

bcrypt-ruby / .gitignore
100644 8 lines (7 sloc) 0.051 kb
1
2
3
4
5
6
7
8
*.o
*.bundle
*.so
ext/mri/Makefile
doc
pkg
*.class