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 considerations #6

Closed
sixcolors opened this issue Jan 20, 2023 · 1 comment · Fixed by #15
Closed

bcrypt considerations #6

sixcolors opened this issue Jan 20, 2023 · 1 comment · Fixed by #15

Comments

@sixcolors
Copy link

sixcolors commented Jan 20, 2023

hashedPass, err := bcrypt.GenerateFromPassword([]byte(userInfo.Password), bcrypt.DefaultCost)

Consider limitations when using bcrypt. https://pkg.go.dev/golang.org/x/crypto/bcrypt#GenerateFromPassword

golang/go#36546 (comment)

@sixcolors
Copy link
Author

Fun example:

M̡̢̛̖̗̘̙̜̝̞̟̠̀́̂̃̄̅̆̇̉̊̋̌̍̎̏̐̑̒̓̔̕̚ is one character, but 74 bytes (with the null terminator included)

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

Successfully merging a pull request may close this issue.

1 participant