paphragen: A passphrase generator.
A passphrase is a password made with words instead of just letters and digits. The advantage over passwords is that they are easier to remember. The disadvantage is that they are quite long and people tend to overestimate their security.
Most tools for password generation that we know just generate a random sequence of characters and cannot properly estimate the strength of a passphrase.
paphragen
is capable not only of generating passphrases from a given word list, it can also build such word lists given sufficient text input (e.g. books, news articles...). It also properly computes the strength of the generated password. A stream of random bytes can be used in order to achieve cryptographic-quality randomness.
Downloads
- paphragen-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.9 && <4.10), bytestring, containers [details] |
License | GPL-3.0-only |
Author | Marcelo Garlet Millani |
Maintainer | marcelogmillani@gmail.com |
Category | Security |
Source repo | head: git clone https://github.com/mgmillani/paphragen |
Uploaded | by mgmillani at 2016-12-30T18:59:20Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | paphragen |
Downloads | 1449 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2016-12-30 [all 3 reports] |