Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

v0.37.0

Compare
Choose a tag to compare
@bender-sh bender-sh released this 11 Mar 14:14
· 615 commits to master since this release
v0.37.0
22adaf4

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)