Tool for converting PGP word lists, used in data transmissions of cryptographic keys, and designed to minimize human errors.
PGP Word List - dCode
Tag(s) : Substitution Cipher
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!
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.
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:
Byte | even word | odd word |
---|---|---|
00 | aardvark | adroitness |
01 | absurd | adviser |
02 | accrue | aftermath |
. | . | . |
FF | Zulu | Yucatan |
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'
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
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.
dCode retains ownership of the "PGP Word List" source code. Except explicit open source licence (indicated Creative Commons / free), the "PGP Word List" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "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.) and all data download, script, or API access for "PGP Word List" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "PGP Word List" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
PGP Word List on dCode.fr [online website], retrieved on 2024-12-26,