cryptoadvance / specter-diy

DIY airgapped hardware wallet that uses QR codes for communication with the host
MIT License
440 stars 73 forks source link

Implement basic encryption/decryption app #266

Open stepansnigirev opened 6 months ago

stepansnigirev commented 6 months ago

Can be useful for things like a password manager, where bip32 pubkey from DIY can be used to generate ecdh symmetric key.

Then host can encrypt any data and store it in the cloud, and only DIY will be able to decrypt it. Before decrypting DIY can display metadata attached to the encrypted message, so user knows what he is decrypting.