pcrockett / kin-backup

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

Set up recipients #2

Closed pcrockett closed 5 years ago

pcrockett commented 5 years ago

Need to specify recipients via command line. Perhaps accept any arbitrary string, like a name or email address, to represent a recipient. But perhaps encourage email?

Once we have recipients, generate passwords for each one using a big word list, and store passwords in .kin folder after init.

Optional: If no recipients specified on command line, prompt user for recipients interactively.

pcrockett commented 5 years ago

Looks like the EFF has provided some resources for generating random word passphrases:

https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases

Looks like we can use the include_bytes macro to embed a word list in the executable itself....