Skip to content

When using pbkdf2 or bcrypt length 40 is not enough #3141

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

Closed
wants to merge 1 commit into from

Conversation

manindersingh
Copy link
Contributor

I used this entity to apply bcrypt encoded password but I was not able to login. It took me lot of time to debug that the password is being truncated because column length is less than the password which is being generated by bcrypt or pbkdf2.

I used this entity to apply bcrypt encoded password but I was not able to login. It took me 2 days to debug that the password is being truncated because column length is less than the password which is being generated by bcrypt or pbkdf2.
@weaverryan
Copy link
Member

Thanks for passing along your fix! I've patched this into the 2.2. branch at sha: 3e0515e

Cheers!

@weaverryan weaverryan closed this Nov 3, 2013
@xabbuh xabbuh mentioned this pull request Nov 6, 2013
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 this pull request may close these issues.

2 participants