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

Added php hashes #969

Merged
merged 2 commits into from
Feb 16, 2024
Merged

Conversation

molangning
Copy link
Contributor

Php has some quirks where hashed text will match even if they don’t actually match if the program is comparing them loosely. This pull request adds plaintext and hashed plaintext from spaze/hashes that has those “magic hashes”

In addition to those magic hashes, other kinds of behavior such as truncation and pre hasing of plaintext resulting in hash collisions are added in this pull request.

@molangning
Copy link
Contributor Author

This readme can be used as an example for #929 which is a proposal for better readmes.

@g0tmi1k g0tmi1k merged commit 2a1bf9c into danielmiessler:master Feb 16, 2024
1 check failed
@g0tmi1k
Copy link
Collaborator

g0tmi1k commented Feb 16, 2024

Thanks @molangning

@molangning molangning mentioned this pull request Feb 19, 2024
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