Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Password

Autha uses Argon2 to hash users’s passwords. Only change the settings if you know what you are doing.

Add in config.yaml following code:

argon2:
  memory_cost: 65536 # 64 MiB.
  iterations: 4
  parallelism: 2
  hash_length: 32
  zxcvbn: 3
ParameterDescription
memory_costMemory cost of a hash in KiB.
iterationsNumber of iterations.
parallelismParallelism degree.
hash_lengthPassword hash result length. Higher avoid collisions.
zxcvbnDropbox password strength metering. Set to 0 to disable.