Initial commit
This commit is contained in:
commit
61dec59f3e
5 changed files with 56 additions and 0 deletions
10
README
Normal file
10
README
Normal file
|
@ -0,0 +1,10 @@
|
|||
Two scripts to create qr codes from a private key and to restore them.
|
||||
|
||||
Use "create_codes" to create a pdf "qr.private.pdf" with arranged qrcodes (it
|
||||
takes the key id as an input).
|
||||
|
||||
When restoring, scan the qr codes in the order of their numbers, put the parts
|
||||
into numbered txt files and run the "restore_key" script with the first arg being
|
||||
the path to the public key and the second one the path to the directory with the
|
||||
txt files.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue