pgp-wordlist: Translate between binary data and a human-readable collection of words.

[ bsd3, data, library, serialization ] [ Propose Tags ] [ Report a vulnerability ]

Translate between binary data and a human-readable collection of words.

The PGP Word List consists of two phonetic alphabets, each with one word per possible byte value. A string of bytes is translated with these alphabets, alternating between them at each byte.

The PGP words corresponding to the bytes 5B 1D CA 6E are "erase breakaway spellbind headwaters", for example.

For further information, see Wikipedia.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3
Dependencies base (>=4.5 && <4.18), bytestring (>=0.9.2.1), containers, text (>=1.2), vector (>=0.5) [details]
Tested with ghc ==7.10.3
License BSD-3-Clause
Copyright David Luposchainsky <dluposchainsky(λ)gmail.com>
Author David Luposchainsky <dluposchainsky(λ)gmail.com>
Maintainer David Luposchainsky <dluposchainsky(λ)gmail.com>
Revised Revision 1 made by sjakobi at 2025-11-29T14:03:31Z
Category Data, Serialization
Home page https://github.com/quchen/pgp-wordlist
Bug tracker https://github.com/quchen/pgp-wordlist/issues
Source repo head: git clone https://github.com/quchen/pgp-wordlist
Uploaded by quchen at 2019-05-17T08:20:06Z
Distributions Arch:0.1.0.3
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5935 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-17 [all 1 reports]

Readme for pgp-wordlist-0.1.0.3

[back to package description]

Build Status

Translate between binary data and a human-readable collection of words.