Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bcrypt package already salts password hash #58

Open
aschrijver opened this issue Mar 10, 2021 · 1 comment
Open

Bcrypt package already salts password hash #58

aschrijver opened this issue Mar 10, 2021 · 1 comment
Milestone

Comments

@aschrijver
Copy link

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).

@cjslep
Copy link
Member

cjslep commented Apr 26, 2021

Perfect! Will rip it out and save on the mental thinking overhead.

@cjslep cjslep added this to the v0.1.0 milestone Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants