-
-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement SD card protection analugue for T1 #1186
Comments
That's looks like a very neat idea, however here are some of my thoughts:
|
@andrewkozlik thank you for the detailed answer! Regarding passphrase and multisig, I agree that they provide similar security, but they have following drawbacks:
So sd-card like protection have advantage that user can quickly apply it to existing seed. I think all 3 protections (multisig, passphrase, sd-card like) have their use cases. BTW, would love to see multisig support (especially 2P-ECDSA) in the official wallet. |
related (solutions would be similar): #32 |
Thank you for your valuable suggestion @yura-pakhuchiy! We have discussed this internally and we would like to achieve this via #32 and #79 preferably. Thanks for your feedback! |
SD card protection is a great measure against physical seed extraction on TT. Unfortunately there is no SD card on T1. I propose to implement similar feature on T1, but user have to submit secret via trezorctl or copy-n-paste it to a web interface. The secret can be stored in a standard location and python-trezor and/or trezor-bridge will automatically submit it to the device. Or user can move it to a different location and then manually copy-n-paste the secret. This will provide protection comparable to SD card protection if user encrypts his HDD. For TT it would be great to allow both protections enabled at the same time (this and sd-card protection).
The text was updated successfully, but these errors were encountered: