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

add blake2 to 128 bits hash #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add blake2 to 128 bits hash #121

wants to merge 1 commit into from

Conversation

noraj
Copy link

@noraj noraj commented Oct 14, 2019

Currently blake2 hashes are not detected but they are in settings.py

➜ printf %s '' | b2sum
786a02f742015903c6c6fd852552d272912f4740e15847618a86e217f71f5419d25e1031afee585313896444934eb04b903a685b1448b755d56f701afe9be2ce  -

~ 
➜ dagon -v 786a02f742015903c6c6fd852552d272912f4740e15847618a86e217f71f5419d25e1031afee585313896444934eb04b903a685b1448b755d56f701afe9be2ce -L         
Dagon .. Advanced Hash Manipulation v1.15.37.60(dev)
Clone: https://github.com/ekultek/dagon.git


[*] Starting up at 11:58:07..

[11:58:07 INFO] Analyzing given hash: '786a02f742015903c6c6fd852552d272912f4740e15847618a86e217f71f5419d25e1031afee585313896444934eb04b903a685b1448b755d56f701afe9be2ce'...
---------------------------------------------------------------------------
[+] Most Likely Hash Type(s):
---------------------------------------------------------------------------
[+] SHA512
[+] WHIRLPOOL
[+] SHA3_512
---------------------------------------------------------------------------
[-] Least Likely Hash Type(s)(possibly not implemented):
---------------------------------------------------------------------------
[-] SALSA10 (not implemented yet)
[-] SALSA20 (not implemented yet)
[-] SKEIN512 (not implemented yet)
[-] SKEIN1024(512) (not implemented yet)
---------------------------------------------------------------------------

[*] Shutting down at 11:58:07..

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.

None yet

1 participant