diff --git a/src/unstable/v1.12.py b/src/unstable/v1.12.py index 3ca6352..87c1f03 100644 --- a/src/unstable/v1.12.py +++ b/src/unstable/v1.12.py @@ -918,7 +918,7 @@ def work(): password, salt, time_cost=8, - memory_cost=2**10, + memory_cost=2**20, parallelism=8, hash_len=32, type=argonType.D @@ -1235,7 +1235,7 @@ def resetUI(): cPasswordInput.delete(0,"end") cPasswordInput["state"] = "disabled" cPasswordInput.config(show="•") - passwordStrength.config(width=206) + passwordStrength.config(width=208) passwordStrength.config(bg="#e5eaf0") passwordMatchesString.set("") metadataFrame.config(bg="#e5eaf0")