mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-28 10:24:19 +00:00
Minor UI tweaks
This commit is contained in:
parent
0d891f0749
commit
78d7b4f83a
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ def start():
|
|||
password,
|
||||
salt,
|
||||
time_cost=8, # 8 iterations
|
||||
memory_cost=2**10, # 2^20 Kibibytes (1GiB)
|
||||
memory_cost=2**20, # 2^20 Kibibytes (1GiB)
|
||||
parallelism=8, # 8 parallel threads
|
||||
hash_len=32,
|
||||
type=Type.ID
|
||||
|
|
Loading…
Reference in a new issue