stillbornwolf / android-privacy-guard

Automatically exported from code.google.com/p/android-privacy-guard
0 stars 0 forks source link

Ability to use detached secret subkeys #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
OpenPGP allows me to create a signing subkey and then export it without 
exporting the master key: http://wiki.debian.org/subkeys. Unfortunately, apg 
does not seem to be able to import or use the resulting secret key. it would be 
nice if it did, then I would not have to carry around my private key on an 
unencrypted device.

Original issue reported on code.google.com by martin.k...@gmail.com on 5 Jan 2012 at 1:44

GoogleCodeExporter commented 8 years ago
With your post, I learned the existence of subkeys, and yes i would like it too 
:)

Original comment by dola...@gmail.com on 22 Feb 2012 at 1:08

GoogleCodeExporter commented 8 years ago
FYI I've created a fork of APG which works with keyrings exported using 
--export-secret-subkeys. It's a pretty brutal hack so I don't expect it to be 
pulled in to the main repository as it stands. It might be of some use to 
somebody other than me though. The write up, links to the source and apk are 
here: https://grepular.com/Android_Privacy_Guard_and_Subkeys

Original comment by grepular@googlemail.com on 10 Apr 2012 at 5:38

GoogleCodeExporter commented 8 years ago
This is the same as issue 104

Original comment by sward...@gmail.com on 12 Aug 2012 at 3:52