google / end-to-end

End-To-End is a crypto library to encrypt, decrypt, digital sign, and verify signed messages (implementing OpenPGP)
Apache License 2.0
4.13k stars 298 forks source link

Private key export? #395

Closed T-S-A closed 7 years ago

T-S-A commented 7 years ago

Is there an easy way to export private keys that have been generated with end-to-end? The export functionality in settings.html will only export public keys.

adhintz commented 7 years ago

If I recall correctly, the "Export local keyring" button on the settings page will export all of your keys, including private keys. Please feel free to re-open if this isn't the case.