mirror of
https://codeberg.org/privacy1st/paper-secret
synced 2024-12-22 23:56:05 +01:00
update README.md
This commit is contained in:
parent
3c5edea2a4
commit
c2f292bd5b
@ -62,3 +62,12 @@ cat secret.txt.split-text.txt.merged.txt
|
||||
## Notes
|
||||
|
||||
* https://en.wikipedia.org/Shamir's_Secret_Sharing
|
||||
|
||||
Manually reconstructing the secret from k strings:
|
||||
|
||||
* For each string of the k strings
|
||||
* Create a file which name begins with `part` and ends with a dot and the first three characters of the string
|
||||
* For example `part.112`
|
||||
* Convert the 3rd to last character from base64 to binary and insert it into the file
|
||||
* Execute `gfcombine part.*`
|
||||
* The file `part` contains the reconstructed secret
|
||||
|
Loading…
Reference in New Issue
Block a user