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

Can support CRYPT_BLOWFISH #5

Open
fanybook opened this issue Mar 7, 2018 · 6 comments
Open

Can support CRYPT_BLOWFISH #5

fanybook opened this issue Mar 7, 2018 · 6 comments

Comments

@fanybook
Copy link

fanybook commented Mar 7, 2018

Use the CRYPT_BLOWFISH algorithm to create the hash. This will produce a standard crypt() compatible hash using the "$2y$" identifier.

like php

@simonepri
Copy link
Owner

simonepri commented Mar 7, 2018

@fanybook Thank you for opening the issue!
I'll definitely look into this!

@simonepri
Copy link
Owner

simonepri commented Jul 31, 2018

@fanybook The point of the issue was that the bcrypt implementation should support the $2y identifier instead of only $2a and $2b or I misunderstood?

Thanks!

@JanTvrdik
Copy link

@simonepri
Copy link
Owner

Sorry but I still don't get the point.
Blowfish is just a cipher and it's used internally by bcrypt.

@fanybook
Copy link
Author

fanybook commented Aug 1, 2018

I want to get a hash using $2y$ prefix
because i mixed use of php and js

My password was made by Laravel(php)

I hope hash check is true in js

@cgarcia-lightit
Copy link

i had the same problem as @fanybook , i had an old system in Elixir that create encrypted passwords using bcrypt. but elixir doesn't support $2y prefix and I need to force laravel to generate hashes with $2a that is suported by blowfish but i don't know if is it possible

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

4 participants