Use scrypt to store passwords
This commit is contained in:
parent
fdb7544999
commit
07a133e49a
4 changed files with 60 additions and 31 deletions
3
README
3
README
|
@ -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) ===
|
||||
|
|
Reference in a new issue