mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
Adhere to our recommendations and avoid pseudorandom passwords which are "easy to remember". Also increase password length to 13 chars. Side notes: Knowing that a password contains at least one char, one number and so on, lowers the number of possible passwords to test when brute forcing. The entropy for the pwgen "easy to remember" passwords isn't good (naturally). Signed-off-by: Richard Alpe <richard@bit42.se>