Search for a tool
PGP Word List

Tool for converting PGP word lists, used in data transmissions of cryptographic keys, and designed to minimize human errors.

Results

PGP Word List -

Tag(s) : Substitution Cipher

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'PGP Word List' tool for free! Thank you!

PGP Word List

PGP Words Decoder

 






PGP Word List Encoder


Loading...
(if this message do not disappear, try to refresh this page)

Answers to Questions (FAQ)

What is PGP Word List? (Definition)

The PGP wordlist is a standardized set of words associated with each numeric value (from 0 to 255) used to verify and communicate cryptographic key fingerprints.

Sometimes called a biometric word list, it facilitates the vocal (or written) communication of these signatures by avoiding transcription errors due to confusion between numbers or letters.

How to encode data with PGP list?

To encode data with a PGP wordlist, each byte of the data is converted into corresponding words from the PGP list.

The PGP wordlist was created to simplify the communication of PGP crypto keys in hexadecimal format, but the process applies to any binary message.

Each byte is associated with a specific word in 2 predefined lists. Each list is 256 words long (indexed from 00 to FF).

The first list (called even) contains 2-syllable words, the second list (called odd) contains 3-syllable words so as not to confuse them. Here is an excerpt:

Byteeven wordodd word
00aardvarkadroitness
01absurdadviser
02accrueaftermath
...
FFZuluYucatan

Each even byte is encoded with the corresponding word in the even list, and each odd byte is encoded with the corresponding word in the odd list. (NB: the bytes are 0-indexed, the first one is in position 0, so it is encoded with the even list)

Example: DC,0D,33 is converted to 'sweatband,asteroid,chisel'

How to decode PGP words?

To decode PGP words, you do the reverse of encoding: convert each word from the PGP list into its corresponding byte (in hexadecimal form) in order to reconstruct the original data.

Example: sweatband corresponds to DC, 'asteroid' to 0D, chisel to 33

How to recognize words from the PGP list? (Identification)

PGP list words have a maximum length of 11 letters respectively (to be precise 9 letters for the even list, and 11 letters for the odd list).

Even list words have 2 syllables, odd list words have 3 syllables.

PGP list words are specially chosen to be easily distinguishable, even under difficult communication conditions.

Source code

dCode retains ownership of the "PGP Word List" source code. Any algorithm for the "PGP Word List" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "PGP Word List" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "PGP Word List" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "PGP Word List" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source. Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link: https://www.dcode.fr/pgp-word-list
In a scientific article or book, the recommended bibliographic citation is: PGP Word List on dCode.fr [online website], retrieved on 2025-04-16, https://www.dcode.fr/pgp-word-list

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'PGP Word List' tool for free! Thank you!


https://www.dcode.fr/pgp-word-list
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback