genpwd 0.2.0

This program generates a randomized password from character classes. Character classes are [a-z], [A-Z], [0-9] and special sign !"$%&/?\(){}[]+*~#'<>|,;.:-_.
genpwd-0.2.0 is not a library.

genpwd - a Rust command line program

This program generates a randomized password from character classes. The minmum length of generated passwords is 10. Character classes are [a-z], [A-Z], [0-9] and special sign !"$%&/?\(){}[]+*~#'<>|,;.:-_.

Information

  • Version: 0.2.0
  • Documentation: generated documentation
  • Supported OS: Linux, Windows
  • Contact: "Olaf Brozio" <obr.rs@gmx.de>

Rust version

Minimum version is 1.54; see: clap, rand

Dependencies

  • clap - Minimum version is 2.34.0
  • rand - Minimum Version is 0.8.4

Usage

Examples

License

genpwd is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See the LICENSE-APACHE and LICENSE-MIT files in this repository for more information.

Changes for version 0.2.0

  • README.md / documentation
  • Help message uses parentheses instead of sqare brackets.
  • Version of dependency clap is "^2.34.0".
  • Version of dependency rand "^0.8.4".