Re: parsing gpg-key block

2011-01-13 Thread Daniel Kahn Gillmor
Hi Ole-- On 01/13/2011 12:59 PM, Ole Rixmann wrote: > this is my first post ;) welcome! > I need to check gpg-rsa-signatures in JavaScript and for this to happen > i have > to parse key blocks produced with > "gpg --armor --export-options export-minimal --export 0xid". > To do the checking i nee

Re: How do I list the GPG groups?

2011-01-13 Thread Bo Berglund
On Thu, 13 Jan 2011 17:16:33 -0500, David Shaw wrote: >On Jan 13, 2011, at 3:44 PM, Bo Berglund wrote: > >> I have defined a group in the gpg.conf file. >> If I encrypt and use this group as recipient then it works just fine. >> >> But if I try to list the existing groups I cannot find a command

Re: How do I list the GPG groups?

2011-01-13 Thread David Shaw
On Jan 13, 2011, at 3:44 PM, Bo Berglund wrote: > I have defined a group in the gpg.conf file. > If I encrypt and use this group as recipient then it works just fine. > > But if I try to list the existing groups I cannot find a command that > does that. > > gpg2 -k > > this just lists the publi

Re: Organizing GPA public key list into favourites groups????

2011-01-13 Thread Bo Berglund
On Thu, 13 Jan 2011 20:04:54 +, MFPA wrote: >> Is there some other application that can be used to >> encrypt a file with GPG which actually works in Windows >> 7 X64 and also shows the group? > >GPGshell [1] may be a possibility - with GnuPG 1.4.x, not 2.0.x. >I understand on 64-bit Windows

How do I list the GPG groups?

2011-01-13 Thread Bo Berglund
I have defined a group in the gpg.conf file. If I encrypt and use this group as recipient then it works just fine. But if I try to list the existing groups I cannot find a command that does that. gpg2 -k this just lists the public keys on my keyring and it does not say anything about any groups.

Re: Organizing GPA public key list into favourites groups????

2011-01-13 Thread MFPA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi On Tuesday 11 January 2011 at 10:12:48 PM, in , Bo Berglund wrote: > Is there some other application that can be used to > encrypt a file with GPG which actually works in Windows > 7 X64 and also shows the group? GPGshell [1] may be a possibi

parsing gpg-key block

2011-01-13 Thread Ole Rixmann
Hi list, this is my first post ;) I need to check gpg-rsa-signatures in JavaScript and for this to happen i have to parse key blocks produced with "gpg --armor --export-options export-minimal --export 0xid". To do the checking i need the rsa-parameters (like n and g) but i have no clue how to extr

GnuPG 2.0.17's gpgtar option

2011-01-13 Thread Joseph Ziff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Good to see 2.0.17 has been released, but I am somewhat mystified by the gpgtar option thing I saw at the end of ./configure. I have no idea what it is. Can anyone help me with this? - -- Joseph Ziff , , This email was signed for authenticity w

Re: Organizing GPA public key list into favourites groups????

2011-01-13 Thread Bo Berglund
On Thu, 13 Jan 2011 03:38:24 -0800, Paul Richard Ramer wrote: >On 01/12/2011 03:42 PM, Bo Berglund wrote: > >Could you give us the error message? It may help someone figure out >what the issue is. > Now back home and have repeated the error: I opened the document in MSWord and then started the

Re: Prosecution based on memory forensics

2011-01-13 Thread vedaal
Werner Koch wk at gnupg.org wrote on Thu Jan 13 11:39:34 CET 2011 : "Things would be easier to handle if the OS would send a special signal to all processes before hibernating. " Usually, the screen saver will be activated by the OS well before hibernation begins. Maybe an option could be to h

[Announce] GnuPG 2.0.17 released

2011-01-13 Thread Werner Koch
Hello! We are pleased to announce the availability of a new stable GnuPG-2 release: Version 2.0.17. The GNU Privacy Guard (GnuPG) is GNU's tool for secure communication and data storage. It can be used to encrypt data, create digital signatures, help authenticating using Secure Shell and to pro

Re: What is the benefit of signing an encrypted email

2011-01-13 Thread Mark H. Wood
Better not to send unconsidered emails at all. One of the reasons I often prefer email to a telephone conversation is the opportunity to read what I have written, tighten up the language and logic, and do research to support my claims or check my knowledge. Even so, I discard a lot of the emails

Re: What is the benefit of signing an encrypted email

2011-01-13 Thread Mark H. Wood
On Wed, Jan 12, 2011 at 05:08:53PM +0100, Hauke Laging wrote: > Am Mittwoch 12 Januar 2011 16:57:27 schrieb Robert J. Hansen: [snip] > > Speaking for Enigmail, it's because 99% of the time signatures are > > worthless. They contribute to the illusion of data integrity while > > actually providin

Re: Prosecution based on memory forensics

2011-01-13 Thread David Tomaschik
On Thu, Jan 13, 2011 at 9:00 AM, Werner Koch wrote: > On Thu, 13 Jan 2011 12:23, joh...@vulcan.xs4all.nl said: > > > For Windows, TrueCrypt has a free open source solution to this in the > > form of system encryption. > > Does not help. Despite that we talked about hibernation, most users > don'

Re: Prosecution based on memory forensics

2011-01-13 Thread Werner Koch
On Thu, 13 Jan 2011 12:23, joh...@vulcan.xs4all.nl said: > For Windows, TrueCrypt has a free open source solution to this in the > form of system encryption. Does not help. Despite that we talked about hibernation, most users don't use S4 (Suspend-to-Disk) but the system goes into S3 (Suspend-to

Re: Organizing GPA public key list into favourites groups????

2011-01-13 Thread Bo Berglund
On Thu, 13 Jan 2011 03:35:56 -0800, Paul Richard Ramer wrote: >On 01/12/2011 02:58 PM, Bo Berglund wrote: >> On Tue, 11 Jan 2011 23:12:48 +0100, Bo Berglund >> wrote: >> > >> What I want to do is to encrypt a specific file before sending it as >> an attachment in an email. I need to encrypt it

Re: Organizing GPA public key list into favourites groups????

2011-01-13 Thread Bo Berglund
On Thu, 13 Jan 2011 03:30:23 -0800, Paul Richard Ramer wrote: >On 01/11/2011 02:12 PM, Bo Berglund wrote: >Try clicking on the heading "User Name". That will make GPA sort by >name rather than key ID. I am doing that but sonce the names of my associates are not alphabetically adjacent, it does

Re: Organizing GPA public key list into favourites groups????

2011-01-13 Thread Paul Richard Ramer
On 01/12/2011 03:42 PM, Bo Berglund wrote: > Well, I created a batch file with the command: > > gpg -r --encrypt > > When I execute this batch file it actually does what I need provided > that the file is not open in MS Word. If it is then there is a very > strange error message about an illega

Re: Organizing GPA public key list into favourites groups????

2011-01-13 Thread Paul Richard Ramer
On 01/12/2011 02:58 PM, Bo Berglund wrote: > On Tue, 11 Jan 2011 23:12:48 +0100, Bo Berglund > wrote: > > Seems like noone can answer this question Cheer up. :-) Sometimes it can take a few days before someone can get you the answer that you need. > What I want to do is to encrypt a specif

Re: Organizing GPA public key list into favourites groups????

2011-01-13 Thread Paul Richard Ramer
On 01/11/2011 02:12 PM, Bo Berglund wrote: > What I did next was to locate the gpg.conf file in AppData in my > profile (I am running Windows7 X64). > Here I found a text part where it looked like one could add a group > specification. > > So I went ahead and added this line: > group developers =

Re: Prosecution based on memory forensics

2011-01-13 Thread Martin Gollowitzer
* freej...@is-not-my.name [110113 11:35]: > P.S. Robert, how about trimming your line lengths! Apple Mail sucks at this ;) Martin smime.p7s Description: S/MIME cryptographic signature ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gn

Re: Prosecution based on memory forensics

2011-01-13 Thread Johan Wevers
On 13-01-2011 11:22, freej...@is-not-my.name wrote: > This is an OS feature, not a hardware feature. Turn off hibernation. Encrypt > your swap file(s) or for Windows, go to system options and turn off swap and > reboot in safe mode, defrag your disk and delete any remaining swap file. For Windows

Re: Prosecution based on memory forensics

2011-01-13 Thread freejack
> When you close a laptop, Windows (or Mac OS X, or Linux, or what-have-you) > takes a snapshot of memory contents and writes it to disk. This can be a > really big problem, since encryption keys, passphrases, and so forth are > written out in the process. For instance, if you have gpg-agent set

Re: Prosecution based on memory forensics

2011-01-13 Thread Nils Faerber
Am 13.01.2011 11:39, schrieb Werner Koch: > On Thu, 13 Jan 2011 05:29, ds...@jabberwocky.com said: > >> So GnuPG can't do this alone, but there are ways to configure GnuPG >> alongside other packages and/or the OS to be safe(r) here. For example, if >> you can arrange to run some commands as yo

Re: Prosecution based on memory forensics

2011-01-13 Thread Werner Koch
On Thu, 13 Jan 2011 05:29, ds...@jabberwocky.com said: > So GnuPG can't do this alone, but there are ways to configure GnuPG alongside > other packages and/or the OS to be safe(r) here. For example, if you can > arrange to run some commands as you are hibernating, you could get gpg-agent > to