Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for creating self-decrypting binaries, and use 4-way AES key shares instead of just the AES key #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Add support for creating self-decrypting binaries, and use 4-way AES key shares instead of just the AES key #207
Changes from all commits
bc12015
78f27fb
d1088ff
a65daa7
4eac457
76baca1
cc6fbab
0d81600
d0dd100
5596923
0dc6c62
83de3e3
a605be7
cff9a9e
d04d513
d2c8419
af31a00
6e62875
4ef6450
e17112d
82d6116
9cf530f
1640e86
b1b0015
3251f22
4819b55
922c3e3
4eab13e
e86b6c5
7d8db46
2766a7d
9f01c2c
baf011f
aa6a0ba
8781004
d7aa177
c8b03fd
854e147
8af552d
e20a3a5
bd403b4
aef73b1
abb4e63
e96ff1c
c29bad5
7080fdf
8e9eaba
eef5d24
15f059c
8c4a66c
bbbd032
fce50e1
cd21a1e
fd7e89b
d26ccd0
5030525
d838946
e0db243
3fdc556
64fe3d4
091cf6f
04d8819
90ddbc4
e370a20
33419cf
b35d9a9
4adbf75
cbfab7c
eb5c981
ba3bf03
954120f
1ff20e0
d6c5171
61bf7c3
f018f89
6743582
f9bf5e7
861a153
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that in
main.cpp
this has been updated to "JSON file to save OTP to (will edit existing file if it exists)", so I guess you might want to use #220 here? 😀There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, I think I'll merge #220 into develop, then merge develop into here again and run it