nextcloud / password_policy

:lock: Let the admin define certain rules for passwords, e.g. a minimum length
GNU Affero General Public License v3.0
36 stars 19 forks source link

switch password generator to passphrases #426

Open 0xFaul opened 1 year ago

0xFaul commented 1 year ago

add feature to generate passphrases for share links instead of random passwords. Strong phrases can be used even with a looser policy, since they are generated from rememberable and typable words and are easier to remember while increasing security.

Style: Word-Word-Word3-Word

https://www.eff.org/dice

0xFaul commented 1 year ago

bump?