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. 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.

Cite dCode

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, 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
© 2024 dCode — The ultimate 'toolkit' to solve every games / riddles / geocaching / CTF.
 
Feedback