File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This will output something like
30
30
31
31
Alice can then safely send this data back to you, and only you can decrypt it, but running this command:
32
32
33
- echo "gevonaUXKj7Wmct65A8yVJWTp9D/sd6YbOCi4BtrKGeUjdWs/fa0BbP0IQhdP2j4fS6n12zGmgkOXHLJyJnG9OPxZ+EaPcIfVBs5TfvNnC/8Dfu+V5ScRIYXBHVjRsDOBQCYzeOSwFvq1vUyuq20Wr7s3szbgFkDttxPsaXMKyxTcVEqkgSp09dhV7roqBmsRUDbAFpIWLIUb4ZAtCfU6rbWaAes9acSmMT3fvW/no1gsa3/Wobdpj3T7WVrQsj+upr2ANlFyA3Bt7IOKxmJhrrRYOBxAkk6NEnYmrHWR26KGRhz/VRPxAZWsB/qMoVAw5ukjnVple2+x8SMrIE9Gg==" | secretshare decrypt
33
+ echo "gevonaUXKj7Wmct65A8yVJWTp9D/sd6YbOCi4BtrKGeUjdWs/fa0BbP0IQhdP2j4fS6n12zGmgkOXHLJyJnG9OPxZ+EaPcIfVBs5TfvNnC/8Dfu+V5ScRIYXBHVjRsDOBQCYzeOSwFvq1vUyuq20Wr7s3szbgFkDttxPsaXMKyxTcVEqkgSp09dhV7roqBmsRUDbAFpIWLIUb4ZAtCfU6rbWaAes9acSmMT3fvW/no1gsa3/Wobdpj3T7WVrQsj+upr2ANlFyA3Bt7IOKxmJhrrRYOBxAkk6NEnYmrHWR26KGRhz/VRPxAZWsB/qMoVAw5ukjnVple2+x8SMrIE9Gg==" | secretshare
34
34
35
35
Which will output the original message:
36
36
@@ -46,17 +46,17 @@ Under the hood `secretshare` will generate a private and public key stored under
46
46
## Building from Source
47
47
48
48
secretshare makes use of the [ Earthly] ( https://www.earthly.dev/ ) build system. To build from source,
49
- first download the [ earth ] ( https://github.com/earthly/earthly ) command, then run:
49
+ first download the [ earthly ] ( https://github.com/earthly/earthly ) command, then run:
50
50
51
- earth +secretshare-all
51
+ earthly +secretshare-all
52
52
53
53
which will produce binary files under ` ./build/<platform>/amd64/secretshare `
54
54
55
55
### Release
56
56
57
57
To release a new version, run the following command:
58
58
59
- RELEASE_TAG=v0.0.2 earth --build-arg RELEASE_TAG --secret GITHUB_TOKEN --push +release
59
+ RELEASE_TAG=v0.0.2 earthly --build-arg RELEASE_TAG --secret GITHUB_TOKEN --push +release
60
60
61
61
### Preview
62
62
You can’t perform that action at this time.
0 commit comments