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

View file

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