genpass
genpass copied to clipboard
A mirror of https://git.cyplo.dev/cyplo/genpass.git
Would be great if there was a modular interface to this that other applications could depend on. The CLI interface provided here, therefore being the first.
Right now when you say `--passphrase` the words will be separated by the space character only. Add ability for the user to choose the separator. See #10 and #28 for...
Every time the `usage` changes, we need to copy-paste it into `README` - make the READMe be updated automatically in that case.
The code coverage reports were removed in #24 because [using proptest with tarpaulin makes the compiler go ICE](https://github.com/xd009642/tarpaulin/issues/161). Re-add the code coverage support when this bug is closed in both...
Benchmark the app as a whole CLI, compiled in release mode
some websites with particularly poor security will require you to only use alphabetic characters. Could be valuable to have an command line option like '-D' which will create a password...
some websites and services break when specific characters are used. Could be good to have an option to exclude each character in a given array. e.g. `genpass -x '%^='` would...
Ideally, I'd like to specify a template to generate my passwords: e.g., "long pronounceable" to generate xkcd-style ones
Add an ability to provide a custom list of characters for the password to contain at least one of them.