-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[needs info] Argon2: add project - password hash based on Blake2 #3735
Conversation
Travis tests have failedHey @JulianVolodia, 6th Build./infra/travis/travis_build.py
TravisBuddy Request Identifier: 558b3e30-8a35-11ea-aae4-d3259c3e8c73 |
Seen that libgcrypt not cloning from dev.gnupg.org - working to resolve cryptofuzz build correctly. |
Asked on argon2 repo ( P-H-C/phc-winner-argon2#287 ) if they are intrested. Previous cryptofuzz project hotfix is merged, but won't rebase until some more info from Project Creators and Maintainers return to us (bc this commit is only the WIP and will trigger build whole cryptofuzz). |
Hmm, made mistake - looks like there is support in cryptofuzz repo. https://github.com/guidovranken/cryptofuzz/commit/0273a005d5e4270621bd2ca22d9ccd779d40643d |
Hello,
I found that in cryptofuzz there is already fuzzed Blake3, but many project out there are using Argon2, Password Hashing Competition Winner based on Blake2.
That is likely to be hard to fuzz, as well hard to bruteforce. I also never integrated any project with cryptofuzz.
My idea is to integrate project because it seems to be alive:
Besides that, project could be added as reference for another implementations in competitive libraries.
Share any thoughts. Many that should go to cryptofuzz repo instead.
Thanks in advance.
EDIT: ...and, last but not least - the project was not listed as wanted in #402 so I asking if you want any work to be done with that.