mverleg / file_endec

Secure file encryption and decryption from the command line (Rust)
Other
1 stars 1 forks source link

Hide exact filesize #14

Open mverleg opened 3 years ago

mverleg commented 3 years ago

Compression already hides size a bit, but optionally also pad to some specific points (powers of two?) to hide more (at the cost of disk space). See also #12.

mverleg commented 3 years ago

The draft-implementation currently pads the plain text, then compresses and encrypts it.