1
0
Fork 0
seedvault/app
Steve Soltys b182e743e8 Add support for encrypted backups
1. Add prompt for entering password during backup and restore.
2. Use PBKDF2 to generate a secret key that is used to encrypt backups.
3. Store salt in backup zip file.
4. Fetch salt from backup zip file during restore and use it to decrypt restoration data.
2019-02-15 02:46:24 -05:00
..
libs Add commons-io dependency to Android makefile 2018-11-13 17:58:27 -05:00
src/main Add support for encrypted backups 2019-02-15 02:46:24 -05:00
build.gradle Update SDK version to 28 2019-02-11 22:00:33 -05:00