-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Feature Request: import and export keys to file, Bluetooth, QR, and NFC #802
Comments
I started experimenting with NFC on this branch. I don't have two devices to test it with though. If it does work, NFC should probably be factored out into its own Activity. |
i am also looking forward to backup my key |
I completely agree with this! I would also love the ability to back up the entire database of texts, keys (public & private) in an encrypted export that can be imported with the password. Currently, I only have the option to export in PlainText, although there is an option to import an encrypted backup. |
does the export plaintext option export private keys in plaintext? i would be shocked. does it have anything to do with the keys or just the texts? should i just move the files in /data/data manually to export my keys? are they even stored there? |
@landry314 no the key will not be exported in plaintext on plaintext backup. 👍 For the feature to export and import the private key and public keys |
+1 with this! |
@micressor Please be mindful of the contributing guidelines: https://github.com/WhisperSystems/Signal-Android/blob/master/CONTRIBUTING.md#dont-bump-issues You can use the built-in reaction emoji if you'd like to signal support for something. |
@moxie0 I am sorry for the e-mail spam. I have now read the CONTRIBUTING.md and donated via Bithub. From now on, I use emoji to support a feature. Thanks for the friendly note. |
GitHub Issue Cleanup: |
more specificly I'd like to be able to import and export the private key, and public keys to files.
I'd also like to be able to import and export public keys via bluetooth, NFC, and QR code. Something like this:
https://play.google.com/store/apps/details?id=org.sufficientlysecure.keychain
The do key management pretty well, for GPG. (sadly no one writes apps that use their wonderful app, but seriously, best key management app there is.) its also open source, I wonder if you could steal some code from them, and use their key management interface.
Reasons I need this
For public keys.
This would just make an already good app fucking awesome.
The text was updated successfully, but these errors were encountered: