mr-ma/paper-review-go

Persist hash of passwords

mr-ma opened this issue · 1 comments

mr-ma commented

Currently passwords are stored in plain text

Fixed.

Using the golang.org/x/crypto/bcrypt library to hash passwords.