Android app to use Seedkeeper on a smartphone. Backup and recover your most precious secrets with a tap on your phone!
GNU General Public License v3.0
3
stars
0
forks
source link
Use end-to-end encryption for card backup to another seedkeeper #12
Closed
Toporin closed 2 months ago
In the current app implementation, when performing a backup, secrets are exported in plaintext. It is preferable to perform the backup encrypted.
The basic flow is the following:
A basic example of export/import secret encrypted is provided in the test app.
Note that the PIN code for the backup card may be different from the PIN of the main card!