This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
v0.37.0
Added
- Support generating secrets with complex requirements (#177).
You can now select the set of characters from which characters are randomly drawn using--charset
and set requirements for including a minumum amount of characters from a given set of characters using--min
. This can be used for services that require you to always include a special character for example. Checkout the generate docs for a detailed specification of the possibilities.
Deprecated
- Deprecated
generate --symbols
flag. Use--charset alphanumeric,symbols
instead. (#177)