pcrockett / kin-backup

Secure, simple backups for your next of kin
MIT License
3 stars 0 forks source link

Get decryption working #4

Closed pcrockett closed 5 years ago

pcrockett commented 5 years ago

As of today, we're not actually encrypting the master key and saving it to the backup destination. That's kind of important.

Then we should copy the executable itself to the destination, renaming it to "decrypt". When the executable sees that its name is "decrypt", it can prompt the user for a password and a destination to extract the private data.