-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgenerate-help.txt
More file actions
85 lines (51 loc) · 2.55 KB
/
generate-help.txt
File metadata and controls
85 lines (51 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#### How to recover your secret
Find the three holes in the corners,
then flip and/or rotate the card until they are positioned as
upper-left corner, bottom-left corner, and bottom-right corner.
Download and print the template, and align it to match the card.
Alternatively, imagine (or draw with a pencil)
two grids of 8x8 (one for each key word),
then another two 1x8 (one for each CRC word).
Use the `reset` button to clear the page checkboxes.
Click each key checkbox that matches a hole on your card.
Check that the CRC checkboxes pattern matches the one on your card.
Now, depending on what you've used when creating the backup,
either use the `key txt`, `key hex`, or `key b10` input boxes
to recover your secret.
#### How to backup your secret
(1) Selecting your secret
Recommended, if you don't yet have a secret to backup,
then it's best to just generate a truly random 128 bit number,
represent it in hexadecimal, and use the `key hex` input box.
(Just ignore the `key b10` and `key txt` inputs.)
If you already have a secret to backup,
use the `key txt` input box,
and hopefully it fits into 128 bits and it won't be truncated
(else a warning message would be given).
(The code uses a few heuristics to choose an optimal representation,
depending on which characters you are actually using.)
(2) Preparing to punch holes
Download and print the template,
and use it as a guide for the hole punching that follows.
Use an aluminium, or stainless steel, sheet as the physical medium.
(Although, cardboard, wood planks, or other material could be used.)
Use a center punch tool to mark where the holes are to be drilled.
Use a small drill bit (1mm) to drill the holes.
(3) Punching holes
* tape the template to the aluminium sheet;
* use the punch tool to mark where the holes are to be drilled;
* mark the three (green) corners (upper-left, bottom-left, bottom-right);
(these are to be used as alignment markers on recovery,
to make sure the card isn't flipped;)
* mark the key (blue) holes and the CRC (orange) holes as seen on the page;
* count and check if you've marked all the proper holes;
* drill the holes you've just marked;
* count and check again that you've drilled all the proper holes;
* cut the aluminium sheet;
(there are 4 dots in the corners to help place a ruler,
then using a cutter, tracing it many times on aluminium,
one can easily cut the sheet;)
* polish the sheet with sandpaper;
(4) Check the secret recovery
Follow the recovery section to make sure you've punched the proper holes,
and to make sure you know how to recover your secret.