wordpass 0.4.0.0 → 0.4.1.0
raw patch · 3 files changed
+7/−4 lines, 3 files
Files
- README.md +1/−1
- changelog +3/−0
- wordpass.cabal +3/−3
README.md view
@@ -3,7 +3,7 @@ Dictionary-based password generator. -[](https://travis-ci.org/mjgajda/wordpass)+[](https://travis-ci.org/mgajda/wordpass) [](https://hackage.haskell.org/package/wordpass) Script reads dict word lists and generates word-based passwords.
changelog view
@@ -1,5 +1,8 @@ -*-Changelog-*- +0.4.1.0 May 2014+ * Various esthetic fixes.+ 0.4.0.0 May 2014 * Option to select standard Haskell random number generator or /dev/random. * Pre-filtering input files to get rid of symlinks to files that are
wordpass.cabal view
@@ -1,5 +1,5 @@ name: wordpass-version: 0.4.0.0+version: 0.4.1.0 synopsis: Dictionary-based password generator description: This script reads dict word lists and generates word-based passwords. Not unlike <http://xkcd.com/936/ Xkcd>.@@ -11,13 +11,13 @@ give approximately 90 bits of entropy. Lucky speakers of languages with rich inflection like Polish (over 3 million words) can easily up this to over 110 bits of entropy.-homepage: https://github.com/mjgajda/wordpass+homepage: https://github.com/mgajda/wordpass license: BSD3 license-file: LICENSE author: Michal J. Gajda maintainer: mjgajda@gmail.com copyright: Michal J. Gajda -category: System+category: Cryptography, System, Password, Tools build-type: Simple extra-source-files: README.md changelog cabal-version: >=1.10