0
Fork 0
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:
Andrey Antukh 2023-06-30 12:03:40 +02:00
parent 63c8798264
commit cadcc1607d

View file

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