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.
12 lines
144 B
TOML
12 lines
144 B
TOML
algorithm = "argon2id"
|
|
strategy = "target_number"
|
|
|
|
[leading_zeroes]
|
|
difficulty = 4
|
|
|
|
[target_number]
|
|
max_number = 10000
|
|
|
|
[kctf]
|
|
difficulty = 100
|