Expand description
§forgekey
A fast, minimal password generator library.
This crate provides the core logic for generating secure random passwords with configurable character sets and length.
Structs§
- Cli
- Command-line arguments for forgekey.
Constants§
- LOWERCASE
- Characters:
a-z - NUMBERS
- Characters:
0-9 - SYMBOLS
- Characters
!@#$%^&*()_+-=[]{}|;:,.<>? - UPPERCASE
- Characters:
A-Z
Functions§
- generate_
password - Generates a single password based on the provided CLI options.