You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
466 B
17 lines
466 B
- ~/.pwgenrc for defaults
|
|
-- add env var support for defaults as well
|
|
|
|
- whitespace (specifically, ' ')
|
|
|
|
- "quick-format" options - json-safe/escaped, mysql-safe/escaped, etc.
|
|
|
|
- prettier printing for errors in main?
|
|
|
|
- "Human Readability"?
|
|
|
|
- Hash/Salted hash generator
|
|
-- https://passlib.readthedocs.io/en/stable/lib/passlib.hash.html#module-passlib.hash
|
|
-- https://github.com/hlandau/passlib ?
|
|
--- missing from the above:
|
|
--- https://github.com/tg123/go-htpasswd
|