2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-05-04 06:46:04 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
William Casarin 738f584ff6 Use leading zero bits instead of digits
This allows for a more granular difficulty setting

Signed-off-by: William Casarin <jb55@jb55.com>
2020-12-24 09:04:22 -05:00
Drew DeVault e14d1d1c5c Remove hashcat comparison
I was mistaken about the issues with generating tokens in advance. The
main advantage is then just that argon2id is much better than sha1 for
this use-case.
2020-11-25 14:21:56 -05:00
Drew DeVault 111f9f34da Update algorithm
This changed a bit while I was tuning it
2020-11-25 14:13:32 -05:00
Drew DeVault 9152700eaa README: Compare mkproof with hashcat 2020-11-25 14:03:19 -05:00
Drew DeVault fbeed4ab3f README: s/seed/password/g
Leftover from old version of this algo
2020-11-25 13:55:16 -05:00
Drew DeVault 8454780c5e Correct tuning details in README 2020-11-25 13:54:41 -05:00
Drew DeVault 66d4788762 Add note about packages 2020-11-25 13:51:59 -05:00
Drew DeVault 8f5c12ace0 Implement everything 2020-11-25 12:05:19 -05:00
Drew DeVault 3e7a084af1 Initial commit 2020-11-25 10:48:52 -05:00