mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Switch Kratos config from argon2 to bcrypt12
This commit is contained in:
@@ -41,12 +41,8 @@ serve:
|
|||||||
base_url: https://{{ WEBACCESS }}/kratos/
|
base_url: https://{{ WEBACCESS }}/kratos/
|
||||||
|
|
||||||
hashers:
|
hashers:
|
||||||
argon2:
|
bcrypt:
|
||||||
parallelism: 2
|
cost: 12
|
||||||
memory: 16384
|
|
||||||
iterations: 3
|
|
||||||
salt_length: 16
|
|
||||||
key_length: 32
|
|
||||||
|
|
||||||
identity:
|
identity:
|
||||||
default_schema_url: file:///kratos-conf/schema.json
|
default_schema_url: file:///kratos-conf/schema.json
|
||||||
|
|||||||
Reference in New Issue
Block a user