1 gpass is a secure passphrase generator, written in C. The generated
2 passphrases look like so:
4 chirping landing luckily dollar gnat expert
6 By default, passphrases are generated with pretty high entropy of 70,
7 and the EFF long dictionary [0] is used, but that's configurable at run
10 The program uses arc4random(3), so it should work on BSD and GNU
13 You can download one of the releases at [1], clone the git repository
14 via [2], or browse it at [3].
16 [0] https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt
17 [1] {ftp,rsync,https}://manpager.org/pub/usr/aa/gpass/
18 [2] ssh://anon@git.manpager.org/gpass
19 [3] https://git.manpager.org/?action=summary&path=gpass.git