Show HN: Fast, human-friendly passphrase generator written in Rust
1–3 of 3 posts
Re: Show HN: Fast, human-friendly passphrase generator written in Rust
#2* Fast
* Makes use of EFF wordlists which were designed to contain human-friendly words as opposed to the arcane and obscure and strange words found in e.g. /usr/share/dict/words.
* Single binary with wordlists compiled into it.
* It can tell you the password entropy if you'd like it to.
* You can use physical dice if you like. By default it will use the OS provided CSPRNG.
Installation:
1) Install Rust - https://rustup.rs/
2) cargo install pgen
Re: Show HN: Fast, human-friendly passphrase generator written in Rust
#3Main features: * Fast * Makes use of EFF wordlists which were designed to contain human-friendly words as opposed to the arcane and obscure and strange words found in e.g. /usr/share/dict/words. * Single binary with wordlists compiled into it. * It can tell you the password entropy if you'd like it to. * You can use physical dice if you like. By default it will use the OS provided CSPRNG. Installation: 1) Install Rus…