[BREAKGLASS] Creates the BIP39 wordlist on PDF for easy printing
Go to file
Peter D. Gray 9afdc55858
tweak
2023-03-20 14:58:18 -04:00
.gitignore add 12 words XOR 2023-03-20 14:45:46 -04:00
html-worksheet.py first thoughts 2021-04-23 17:29:20 -04:00
LICENSE Initial commit 2021-04-14 10:02:15 -04:00
make-wordlist.py Removed make-wordlist-decimal.py, make-wordlist.py now also outputs to wordlist-decimal.pdf if you add --decimal as argument on the command line. 2021-06-10 14:47:57 +02:00
pdf-worksheet.py tweak 2023-03-20 14:58:18 -04:00
README.md add PDF worksheet 2021-04-28 14:28:31 -04:00
requirements.txt first 2021-04-14 10:03:06 -04:00
wordlist-decimal.pdf Removed make-wordlist-decimal.py, make-wordlist.py now also outputs to wordlist-decimal.pdf if you add --decimal as argument on the command line. 2021-06-10 14:47:57 +02:00
wordlist.pdf Removed make-wordlist-decimal.py, make-wordlist.py now also outputs to wordlist-decimal.pdf if you add --decimal as argument on the command line. 2021-06-10 14:47:57 +02:00
worksheet12.pdf tweak 2023-03-20 14:58:18 -04:00
worksheet.html first thoughts 2021-04-23 17:29:20 -04:00
worksheet.pdf tweak 2023-03-20 14:58:18 -04:00
xor-example.md BUT 2023-03-20 14:45:46 -04:00
xor.py BUT 2023-03-20 14:45:46 -04:00

BIP39 Wordlist on Paper

Use python's "reportlab" to make a PDF file of 4 pages, containing every English BIP-39 seed word, and their hex value.

Could be cut into squares for drawing from a hat... or for looking up values to do your own math.

Hexidecimal number that each words represents is shown in the corner.

Look here for the final PDF ready to go: wordlist.pdf

Seed XOR Worksheets and Explainer

This repo is also holds some code to explain how to XOR two or more seed phrases together, using your hands... fully airgapped.

See xor-example.md

To follow along, or to use this paper method yourself, you may want to use this worksheet:

worksheet.pdf

You will need the wordlist as reference as well.

Security

Be sure to completely destroy any paper materials used in your work. They contain your master secret and could be used to steal your funds! It's best to burn them after use.