Use scrypt to store passwords

This commit is contained in:
Las Zenow 2014-06-30 23:06:55 -05:00
parent fdb7544999
commit 07a133e49a
4 changed files with 60 additions and 31 deletions

3
README
View file

@ -26,7 +26,8 @@ Yo also need to install go dependences:
# go get labix.org/v2/mgo/bson labix.org/v2/mgo/ github.com/gorilla/sessions \
github.com/gorilla/securecookie github.com/gorilla/mux \
github.com/nfnt/resize github.com/cihub/seelog \
gopkgs.com/unidecode.v1
gopkgs.com/unidecode.v1 \
code.google.com/p/go.crypto/scrypt
== Installation ==
=== For admins ("for developers" below) ===