Re: Is there a MIME type for clear text signatures?

2013-09-25 Thread Jérémy Bobbio
Werner Koch: > On Tue, 24 Sep 2013 17:40, lu...@debian.org said: > > > According to RFC3156 [2] which defined `application/pgp-signature`, > > I believe this to be wrong. Can any one confirm this? > > No. RFC-3156 (PGP/MIME) does not really care about this mime type > because: > >OpenPGP si

Magic numbers for keyring files?

2013-09-25 Thread Robert J. Hansen
I'm working on adding support for GnuPG keyrings to a file carver (a forensic tool that recovers data from damaged filesystems, or recovers things that have been deleted but not overwritten). Detecting an ASCII-armored keyblock is pretty easy: look for the "BEGIN PGP PUBLIC" header. Binary, thoug

Re: Magic numbers for keyring files?

2013-09-25 Thread Doug Barton
On 09/25/2013 06:18 AM, Robert J. Hansen wrote: I'm working on adding support for GnuPG keyrings to a file carver (a forensic tool that recovers data from damaged filesystems, or recovers things that have been deleted but not overwritten). Detecting an ASCII-armored keyblock is pretty easy: look

Re: Magic numbers for keyring files?

2013-09-25 Thread David Shaw
On Sep 25, 2013, at 9:18 AM, "Robert J. Hansen" wrote: > I'm working on adding support for GnuPG keyrings to a file carver (a > forensic tool that recovers data from damaged filesystems, or recovers > things that have been deleted but not overwritten). Detecting an > ASCII-armored keyblock is pr

Re: OpenPGP card, gpgsm, decrypt

2013-09-25 Thread Daniel Kahn Gillmor
On 09/24/2013 03:36 AM, Jörg Deckert wrote: >> You are right. Sorry, there is no standard solution for this. It >> depends on how a CA handles encryption keys. Set up your own CA and you >> do not need a CSR. > > I have my own CA (XCA / openssl). I think I have 2 options: > - transfer the key

RE: Decrypt Issue

2013-09-25 Thread Diaz, John, A
Good morning Paul. Some progress, but there is still an issue that I can’t identify: C:\Program Files\GNU\GnuPG\pub>gpg.exe --batch --passphrase ‘the passphrase’ -o D:\divisions\DTS\FMCS\Test\Upload\VJCFC20E\VJCFC20E_ETETime.txt -v –decrypt D:\Divisions\DTS\FMCS\Test\Download\HRIS_SIE_Files\DE

Re: Magic numbers for keyring files?

2013-09-25 Thread Peter Pentchev
On Wed, Sep 25, 2013 at 09:18:23AM -0400, Robert J. Hansen wrote: > I'm working on adding support for GnuPG keyrings to a file carver (a > forensic tool that recovers data from damaged filesystems, or recovers > things that have been deleted but not overwritten). Detecting an > ASCII-armored keybl

Re: Generation of key ID's

2013-09-25 Thread MFPA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi On Sunday 22 September 2013 at 9:30:52 PM, in , Daniel Kahn Gillmor wrote: > You can read up on the specifics in the standard: > https://tools.ietf.org/html/rfc4880#section-12.2 Does anybody know the answer to the OP's other question:- "A

Re: Generation of key ID's

2013-09-25 Thread Peter Pentchev
On Wed, Sep 25, 2013 at 08:29:58PM +0100, MFPA wrote: > > Hi > > On Sunday 22 September 2013 at 9:30:52 PM, in > , Daniel Kahn Gillmor wrote: > > > You can read up on the specifics in the standard: > > https://tools.ietf.org/html/rfc4880#section-12.2 > > Does anybody know the answer to the OP'