21 lines
731 B
Markdown
21 lines
731 B
Markdown
# TODO
|
|
|
|
|
|
## Change technique for adding keyboard entropy.
|
|
|
|
|
|
## 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.
|
|
|
|
One solution could be to start the pad at a random location, and then wrap around, so an attacker could never tell the size of the past text sent. This helps. But then you have to store the start location, which you could do within the header of the pad along with the pad?
|
|
|
|
Or, better yet, assume the offset is a very large size, and use the pad itself to encrypt the offset.
|
|
|
|
## Take a look at how the file header is being handled.
|
|
|
|
|
|
## Setup for multiple USB drives
|
|
|
|
|
|
## Change back in pad menu to exit
|
|
|