mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 01:01:30 -05:00
✨ Increase default argon2id iterations
This commit is contained in:
parent
63c8798264
commit
cadcc1607d
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
||||||
|
|
||||||
(def default-params
|
(def default-params
|
||||||
{:alg :argon2id
|
{:alg :argon2id
|
||||||
:memory (* 32768 2)
|
:memory (* 32768 2) ;; 64 MiB
|
||||||
:iterations 5
|
:iterations 7
|
||||||
:parallelism (px/get-available-processors)})
|
:parallelism (px/get-available-processors)})
|
||||||
|
|
||||||
(defn derive-password
|
(defn derive-password
|
||||||
|
|
Loading…
Add table
Reference in a new issue