Re: HowTo make a donation to gpg...
Hello Sebastian, hi all On Friday, March 16, 2007, at 19:52 GMT -05 (Saturday, March 17, 2007, at 07:52 my local time), Robert J. Hansen chipped in: > However, GnuPG is--as you can guess from its name--a GNU project, > which means it's closely affiliated with the Free Software > Foundation. The FSF is a non-profit charity headquartered in the > United States, and gratefully accepts donations. > https://www.fsf.org/associate/support_freedom/donate Or, for europeans, try here for the FSF Europe: http://www.fsfeurope.org/help/donate.de.html (german version) -- Bye, Dirk An excerpt from Plato: He who can properly define and divide is to be considered a god. ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: HowTo make a donation to gpg...
> On the gpg-website I've searched for a paypal-donation button or > something else... Nothing. > > I think, the gpg-team should install a possibility for this on the > website. This has been asked a few times. The last time it was asked, the developers said that it would create a lot of problems. How should the money be split up? While the developers certainly deserve credit, so too do people on mailing lists who help newbies, so too do people who search through the code and find bugs, so too do... etcetera, etcetera. However, GnuPG is--as you can guess from its name--a GNU project, which means it's closely affiliated with the Free Software Foundation. The FSF is a non-profit charity headquartered in the United States, and gratefully accepts donations. https://www.fsf.org/associate/support_freedom/donate ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users
HowTo make a donation to gpg...
Hi, I'm really exaltet about gpg and want to support the project with a little donation. I think, if I can't help to develop such a good project, the team should get a little bit support. The most OS-projects are better than commercial products. A donation is the least, that I (and other users) can do. On the gpg-website I've searched for a paypal-donation button or something else... Nothing. I think, the gpg-team should install a possibility for this on the website. Bye, Sebastian ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: Enabling GPGRelay passphrase prompt on e-mail startup
Dirk Zemisch provided the following information which successfully resolved our issue: > > "On the Keyrules tab you can edit properties for each key. In > this dialog for secret keys you have some options to check. There > is one option 'Prompt at startup'. Check it and all will be fine." > starsipping wrote: > > Does anyone know how to modify when GPGRelay can prompt for the passphrase > to force it to prompt upon initial startup or upon initial receipt of > email? > > -- View this message in context: http://www.nabble.com/Enabling-GPGRelay-passphrase-prompt-on-e-mail-startup-tf3396593.html#a9523961 Sent from the GnuPG - User mailing list archive at Nabble.com. ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users
strip-revokers script
Caught a couple of glitches. Ignore the previous version. #!/bin/bash umask 077 DIR=`mktemp -d` PREFIX="packet-" PREFIXPAT="$PREFIX*" IFS=$'\n' gpgsplit -p "$DIR/$PREFIX" "$@" <&0 && for i in $( find "$DIR" -name "$PREFIXPAT" ); do if [ `echo -n "$i" | grep -cEe '-002[.]sig$'` != 0 ]; then COUNT=`gpg --list-packets "$i" \ | grep -cEe '^[[:space:]]*hashed subpkt 12 len'` if [ $COUNT == 0 ]; then echo "Adding `basename "$i"`" >&2 cat "$i" else echo "Omitting `basename "$i"`: contains revocation" >&2 fi else echo "Adding `basename "$i"`" >&2 cat "$i" fi shred -uz "$i" done rmdir "$DIR" signature.asc Description: OpenPGP digital signature ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: Deleting a designated revoker
> All that said, yes, GPG has no way to delete designated revoker > packets. The only way to do it is export your public key and run > 'gpgsplit' on it. Then delete the packet you want to get rid of and > 'cat' the packets back together. See below for all the support for revoker removal that you need. I had to do it. :-) Question for Werner: Will there ever be a --with-colons for --list-packets? This script might not be friendly to non-English versions. Good luck PSM The following script is hereby public domain. usage: strip-revokers < public.key > public-stripped.key #!/bin/bash umask 077 DIR=`mktemp -d` PREFIX="$DIR/packet-" IFS=$'\n' gpgsplit -p "$PREFIX" "$@" <&0 && for i in $( find "$DIR" -name 'packet-*' ); do if [ `echo -n "$i" | grep -cEe '002[.]sig'` != 0 ]; then COUNT=`gpg --list-packets "$i" \ | grep -cEe '^[[:space:]]*hashed subpkt 12 len'` if [ $COUNT == 0 ]; then echo "Adding `basename "$i"`" >&2 cat "$i" else echo "Omitting `basename "$i"`: contains revocation" >&2 fi else echo "Adding `basename "$i"`" >&2 cat "$i" fi shred -uz "$i" done rmdir "$DIR" signature.asc Description: OpenPGP digital signature ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: PGP Desktop and GPG
Bruce Cowin wrote: > If I have generated a key using PGP Desktop, would I be able to import and > use that key with GnuPG? Our subscription to PGP Desktop is about to expire > and it > says the functionality will be reduced to that of PGP Freeware. All we do with > it is encrypt files (not emails), so I think this is ok. I'm not sure if the > PGP > Desktop gui interface will stop working or not, so thought we could use GnuPG > and Gpg4Win which we currently use on another project to replace PGP Desktop. The PGP GUI in freeware mode should continue working. The paid elements include the email plugins and PGPdisk. It is fairly easy to import your entire keyring set to GnuPG gpg --import \path\to\secring.skr gpg --import \path\to\pubring.pkr The above works at this time (PGP 9.x and GnuPG 1.4). It will quire possibly change at some future date. The canonical method is to export the keys from PGP and import them into GnuPG. Adding '--import-options import-local-sigs' to the command line will import local signatures. -- John P. Clizbe Inet: John (a) Mozilla-Enigmail.org You can't spell fiasco without SCO. PGP/GPG KeyID: 0x608D2A10/0x18BB373A "what's the key to success?"/ "two words: good decisions." "what's the key to good decisions?" / "one word: experience." "how do i get experience?" / "two words: bad decisions." "Just how do the residents of Haiku, Hawai'i hold conversations?" signature.asc Description: OpenPGP digital signature ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: Deleting a designated revoker
On Thu, Mar 15, 2007 at 04:14:13PM -0600, Kurt Fitzner wrote: > In PGP desktop 9.5, I can delete a designated revoker from my keyring. > Having used GnuPG pretty much exclusively, I was under the impression > this was impossible. It wouldn't be an issue, but having torn my hair > out for several days over why CACert's OpenPGP signature system wouldn't > sign my key, I finally figured out it doesn't handle keys with revokers > on it. > > Since deleting a revoker is possible, might I suggest that GPG > incorporate this ability. This is not exactly true. You can certainly delete the packet that says "this key has a designated revoker", but note that there is no way to undo the designation if the key has been distributed. It's like a signature from a key you don't own: you could delete the signature packet, but you can't revoke it. Designated revoker signatures are irrevocable as part of the OpenPGP protocol, even though they are issued from your own key. What PGP is doing is just deleting the packet. If you sync with a keyserver that has your key, the packet will just come back. All that said, yes, GPG has no way to delete designated revoker packets. The only way to do it is export your public key and run 'gpgsplit' on it. Then delete the packet you want to get rid of and 'cat' the packets back together. David ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users