Open
Description
I noticed that crypto.go salts the password before sending to bcrypt
, but within Crypto module salting already takes place (see Hash()
func for how its added).
Metadata
Metadata
Assignees
Labels
No labels
I noticed that crypto.go salts the password before sending to bcrypt
, but within Crypto module salting already takes place (see Hash()
func for how its added).