Skip to content

Commit

Permalink
Merge pull request #117 from HashPals/argon2-john
Browse files Browse the repository at this point in the history
Added john mode to argon2i and argon2d
  • Loading branch information
bee-san committed Jun 14, 2021
2 parents 21835c5 + 7facba0 commit 31a53f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions name_that_hash/hashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2393,7 +2393,7 @@ class HashInfo:
HashInfo(
name="Argon2i",
hashcat=None,
john=None,
john="argon2",
extended=False,
),
],
Expand All @@ -2415,7 +2415,7 @@ class HashInfo:
HashInfo(
name="Argon2d",
hashcat=None,
john=None,
john="argon2",
extended=False,
),
],
Expand Down

0 comments on commit 31a53f7

Please sign in to comment.