keygenx 0.1.2

KeyGen - simple, customizable and convenient Key Generator (beta)
Documentation
keygenx-0.1.2 has been yanked.

rs-keygen

Open-source, simple, customizable and convenient Key Generator (in development).

Version Bugs Issues Authors

Review

  • gen_one - Generate one key (returns Result<String, &'static str)
  • gen - Generates the nth number of keys (-n is passed in the argument)
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,
}

Documentation

The main doc is available at docs.rs. There you can read and discover examples and source-code of rs-keygen aka keygenx

Contributing

KeyGen open for contribution.

Contact Us: qmvscorpio@gmail.com