You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
I noticed that crypto.go salts the password before sending to
bcrypt
, but within Crypto module salting already takes place (seeHash()
func for how its added).The text was updated successfully, but these errors were encountered: