Compare commits

...

6 Commits

Author SHA1 Message Date
0ae2423f19 Version v0.2.99 - Correct bug 2025-08-27 09:12:58 -04:00
3859e6492a Version v0.2.98 - Silent mode 2025-08-27 09:03:22 -04:00
0978d0323a Version v0.2.96 - Refactor code 2025-08-27 09:00:44 -04:00
0ea8b2dd32 Version v0.2.95 - Refactor code 2025-08-27 08:56:39 -04:00
12f92d2c96 Version v0.2.94 - Refactor code 2025-08-27 08:44:11 -04:00
aea69148a8 Version v0.2.93 - Clean warnings 2025-08-27 08:23:31 -04:00
2 changed files with 557 additions and 509 deletions

View File

@@ -3,8 +3,6 @@
## Change technique for adding keyboard entropy. ## Change technique for adding keyboard entropy.
## Some of the processing seems similar, so maybe code could be more compact.
## There is the problem of the location of the pad revealing metadata about how many messages have been sent in the past, or at least the size of the messsages. ## There is the problem of the location of the pad revealing metadata about how many messages have been sent in the past, or at least the size of the messsages.
@@ -14,12 +12,8 @@ Or, better yet, assume the offset is a very large size, and use the pad itself t
## Take a look at how the file header is being handled. ## Take a look at how the file header is being handled.
## We have three different decrypt file functions
## Setup for multiple USB drives ## Setup for multiple USB drives
## Change back in pad menu to exit

1060
otp.c

File diff suppressed because it is too large Load Diff