Saturday, February 20, 2016

Backups Using OTP

Here's how we roll:
  • 00000-clear.dat (ZIP) consists of
    • md5sum.txt (of data.ZIP)
    • data.ZIP
  • 00000-ct.dat (cipher text of 00000-clear.dat)
  • 00000-otp.dat (one time pad used to create 00000-ct.dat)
Example Implementation:

Cryptomni 1.1