1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 09:46:43 +00:00

Minor UI tweaks

This commit is contained in:
Evan Su 2021-03-17 13:44:57 -04:00 committed by GitHub
parent 0d891f0749
commit 78d7b4f83a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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