-
Notifications
You must be signed in to change notification settings - Fork 34
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
Version 4.0 #15
base: master
Are you sure you want to change the base?
Version 4.0 #15
Conversation
Wow, awesome. I'll check this out over the weekend. At a glance, it looks like a heck of an improvement though. 👍 |
@paragonie-scott great! |
@paragonie-scott if this is too much of a BC break; i suggest deprecating this library for a new
i have made a |
Hi, it's been 2 years (almost 3.) Will this PR ever be merged, or will there be a new library due to backward incompatibility? |
NOTE THIS PR CONTAINS HUGE BC BREAKS
Add PasswordHasherInterface and default PasswordHasher implementation
More Test
Set minimum PHP version to 7.1
Remove legacy support
fixes No opportunity given to change cost of password_hash function #10
refactor methods name for cleaner interface
lock
/check
is cleaner and easier to type thanhashAndEncrypt
/decryptAndVerify
pass the key as a constructor argument ( you don't have to keep moving the key around the application )
example :