-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Summary
It would be nice to integrate known resources that describe defined password rules for a specific domain to help improve e.g. generation of passwords that fit the domain it will be used for.
https://github.com/apple/password-manager-resources is a collection containing information with MIT license that could be expanded.
Examples
https://raw.githubusercontent.com/apple/password-manager-resources/main/quirks/password-rules.json gives a list of rules that
could tell the auto generation that walmart.com passwords require a minlength of 6 and a maxlength of 12 characters. So this could overwrite the default behaviour of the password generation.
Context
When adding a new entry I often want to generate a password for it, but sometimes it does not fit the requirements of the domain. It would be nice if the passwordmanager "knows" the requirements and can adjust the generation to the needs of the domain.