Implement algorithm switching
This commit implements every algorithm I have played with so far. It also allows for you to switch which algorithm you want to use at runtime.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
strategy = "kctf"
|
||||
algorithm = "argon2id"
|
||||
strategy = "target_number"
|
||||
|
||||
[leading_zeroes]
|
||||
difficulty = 4
|
||||
|
||||
Reference in New Issue
Block a user