1Password / spg

1Password's Strong Password Generator - Go package
Apache License 2.0
206 stars 22 forks source link

Add support for Apple Password Rules #19

Open mitchchn opened 5 years ago

mitchchn commented 5 years ago

We should be able to produce a recipe from a password rules string. Both the character and wordlist generators could support this, returning an error if the supplied requirements are outside the constraints of the generator.

dolmen commented 2 years ago

This feature could be built in an other Go package that would use spg as its backend.

No need to extend the spg API.

dolmen commented 2 years ago

Related project: https://github.com/1Password/password-rules-parser