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

Improve PBKDF2 documentation #2909

Merged
merged 5 commits into from
Nov 4, 2023
Merged

Improve PBKDF2 documentation #2909

merged 5 commits into from
Nov 4, 2023

Conversation

TimWolla
Copy link
Member

@TimWolla TimWolla commented Nov 3, 2023

No description provided.

This matches the current OWASP suggestion.
The functions do the same thing, but ext/hash is always available and the list
of referenced functions is long enough.
`hash_pbkdf2` is intended as a key derivation function, the only functions that
are somewhat related are `crypt()` and `password_hash()`, with `crypt()` usage
being discouraged.
@TimWolla TimWolla requested a review from Girgias November 3, 2023 18:09
@Girgias Girgias merged commit 4c2ea3d into php:master Nov 4, 2023
2 checks passed
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