Simple customizable and convenient Key Generator (in development).
## Review
* gen_one
- Generate one key (returns Result<String, &'static str
)
* generate
- Generates the nth
number of keys (-n
is passed in the argument)
rs
pub struct KeyGen {
/// `length` - key length
length: usize,
/// `symbols` - a flag that can
/// enable/disable symbols to key gen.
symbols: bool,
/// `numbers` - a flag that can
/// enable/disable numbers to key gen.
numbers: bool,
}
### See more
## Contributing
KeyGen
open for contribution.
Contact Us: qmvscorpio@gmail.com