Persist hash of passwords
mr-ma opened this issue · 1 comments
mr-ma commented
Currently passwords are stored in plain text
FelixHuberFX commented
Fixed.
Using the golang.org/x/crypto/bcrypt library to hash passwords.
mr-ma opened this issue · 1 comments
Currently passwords are stored in plain text
Fixed.
Using the golang.org/x/crypto/bcrypt library to hash passwords.