NAME Encode::Wordlist::PGP - convert hex values to/from PGP Word List format INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install There is also support for the traditional installation method of: perl Makefile.PL make make test make install DESCRIPTION The PGP Word List is a list of words for conveying data bytes in a clear unambiguous way via a voice channel. They are analogous in purpose to the NATO phonetic alphabet used by pilots, except a longer list of words is used, each word corresponding to one of the 256 unique numeric byte values. This module provides functions to convert between those byte values and words. METHODS See perldoc in module. AUTHOR Earle Martin COPYRIGHT This code is free software and is licensed under the same terms as the latest released version of Perl itself. You may redistribute it and/or modify it according to those conditions. The encoding method in this module is derived from "fingerprint.pl" by Josh Larios (). Portions of this documentation are taken from the Wikipedia article "PGP word list" (revision used available at ). This documentation is licensed under the GNU Free Documentation License (). SEE ALSO * * GnuPG::Fingerprint * Digest::BubbleBabble - a similar concept for message digests