Expand description
Random phonetic password generator.
§Features
Feature | Function |
---|---|
filter-offensive | Enable offensive filter. |
Notes:
- Enabling the
filter-offensive
feature enables offensive filtering inGenerator
s by default, but it can be disabled usingGenerator::filter_offensive()
.
Structs§
- Generator
- The core password generator configuration context.