mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -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
|
||||
{:alg :argon2id
|
||||
:memory (* 32768 2)
|
||||
:iterations 5
|
||||
:memory (* 32768 2) ;; 64 MiB
|
||||
:iterations 7
|
||||
:parallelism (px/get-available-processors)})
|
||||
|
||||
(defn derive-password
|
||||
|
|
Loading…
Add table
Reference in a new issue