You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to use curl/mail from the command-line to securely email yourself an attachment of your private encryption key for safe-keeping.
A 1-liner without installing anything would be optimal.
Anyone know how to do this?
The text was updated successfully, but these errors were encountered:
The intent of this feature is to prevent cases where a user loses their private key and is unable to restore.
I'm thinking of having a client-side-javascript browser implementation where the user encrypts their encryption password with a memorable unique key (e.g. birthdate+phonenumber+salt) and it gets emailed to themselves.
As of right now, this is a working prototype. A problem I see is that it's hard to upload from the terminal without a script to read the encoded-encrypted key and put it as a curl parameter. It'd be better to post it as a file, but the email address also has to be included, and you can't use --data-urlencode and -F options together.
It would be nice to be able to use curl/mail from the command-line to securely email yourself an attachment of your private encryption key for safe-keeping.
A 1-liner without installing anything would be optimal.
Anyone know how to do this?
The text was updated successfully, but these errors were encountered: