passgen-rs

Crates.iopassgen-rs
lib.rspassgen-rs
version0.2.0
sourcesrc
created_at2024-09-23 18:45:19.951655
updated_at2024-09-29 16:23:45.223345
descriptionPassword generator with a regular-expression-like syntax
homepagehttps://passgen.io
repositoryhttps://gitlab.com/passgen/passgen-rs
max_upload_size
id1384368
size3,579,901
Patrick Elsen (xfbs)

documentation

https://docs.rs/passgen-rs

README

Passgen Rust

Rust implementation of Passgen, a passphrase generator with a regular-expression-like syntax. It has some features that make it interesting:

  • Generate arbitrary randomized passphrases from a format string
  • Choose random words from a wordlist for XKCD-style passphrases
  • Use a markov-chain to generate high-entropy pronounceable words
  • Calculates the entropy for every generated passphrase
  • Can define presets for commonly used passphrase patterns
  • Can use it in master-passphrase mode, where it will generate deterministic passphrases for different domain-account pairs.

Installation

If you have a Rust installation, you can use Cargo to install it for your user account:

cargo install passgen-rs

Usage

Todo.

License

MIT.

Commit count: 26

cargo fmt