Re: Update on USG, Software, and the First Amendment

2014-10-28 Thread Bob Holtzman
On Mon, Oct 27, 2014 at 02:20:36PM -0400, Robert J. Hansen wrote:
> Just received word back from a friend of mine who's a law professor
> focusing in electronic civil liberties, and is a former Commissioner of
> the FCC to boot.  He's skeptical that ITAR/EAR enforcement will affect
> U.S. hackers participating in libre software development.  More than
> that I can't/shouldn't say, since he was writing off-the-cuff in a
> personal email rather than carefully drafting remarks for public
> consumption.
> 
> He rather likes writing short essays on law.  If there's interest, I'll
> try and talk him into writing something layman-friendly about ITAR/EAR,
> cryptography, and the First Amendment.

Great interest here.

-- 
Bob Holtzman
Giant intergalactic brain-sucking hyperbacteria 
came to Earth to rape our women and create a race 
of mindless zombies.  Look!  It's working!


signature.asc
Description: Digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Update on USG, Software, and the First Amendment

2014-10-28 Thread Schlacta, Christ
I'll add my +1 to the request
On Oct 28, 2014 12:08 AM, "Bob Holtzman"  wrote:

> On Mon, Oct 27, 2014 at 02:20:36PM -0400, Robert J. Hansen wrote:
> > Just received word back from a friend of mine who's a law professor
> > focusing in electronic civil liberties, and is a former Commissioner of
> > the FCC to boot.  He's skeptical that ITAR/EAR enforcement will affect
> > U.S. hackers participating in libre software development.  More than
> > that I can't/shouldn't say, since he was writing off-the-cuff in a
> > personal email rather than carefully drafting remarks for public
> > consumption.
> >
> > He rather likes writing short essays on law.  If there's interest, I'll
> > try and talk him into writing something layman-friendly about ITAR/EAR,
> > cryptography, and the First Amendment.
>
> Great interest here.
>
> --
> Bob Holtzman
> Giant intergalactic brain-sucking hyperbacteria
> came to Earth to rape our women and create a race
> of mindless zombies.  Look!  It's working!
>
> ___
> Gnupg-users mailing list
> Gnupg-users@gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gnupg-users
>
>
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Update on USG, Software, and the First Amendment

2014-10-28 Thread Martin Behrendt
Am 27.10.2014 um 19:20 schrieb Robert J. Hansen:
> Just received word back from a friend of mine who's a law professor
> focusing in electronic civil liberties, and is a former Commissioner of
> the FCC to boot.  He's skeptical that ITAR/EAR enforcement will affect
> U.S. hackers participating in libre software development.  More than
> that I can't/shouldn't say, since he was writing off-the-cuff in a
> personal email rather than carefully drafting remarks for public
> consumption.
> 
> He rather likes writing short essays on law.  If there's interest, I'll
> try and talk him into writing something layman-friendly about ITAR/EAR,
> cryptography, and the First Amendment.

I actually would be interested in how he would argue if he was the
government and would want to prosecute hackers for that. Or both. Just
like the old saying: 2 lawyers, 3 opinions.

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Terminal asks for passphrase even when passphrase is cached by gpg-agent

2014-10-28 Thread Sudhir Khanger
Hello,

I have gpg-agent cache passphrase. When I run gpg -c text.txt it asks for 
passphrase twice like it normally would but Kgpg or KMail don't. What am I 
suppose to do to make both terminal and GUI apps use cached passphrase instead 
of asking for one?

-- 
Regards,
Sudhir Khanger,
sudhirkhanger.com,
github.com/donniezazen,
5577 8CDB A059 085D 1D60  807F 8C00 45D9 F5EF C394.

signature.asc
Description: This is a digitally signed message part.
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Terminal asks for passphrase even when passphrase is cached by gpg-agent

2014-10-28 Thread Peter Lebbing
> I have gpg-agent cache passphrase. When I run gpg -c text.txt it asks for 
> passphrase twice like it normally would but Kgpg or KMail don't.

-c is symmetric encryption, encryption with a passphrase. It is
prompting you what the passphrase should be.

If it were to ask you for your passphrase for *decryption*, it would ask
only once (unless you make a typo).

Encryption to a public key would be:

$ gpg -r KEYID -e test.txt

and it will never ask for a passphrase, since you don't need a
passphrase for _encryption_, but rather for _decryption_.

However, also signing the file will need your passphrase, regardless of
the recipient.

By the way, it is possible to specify a "default recipient" in the
configuration file if you do not use a "-r" when encrypting a file with
"-e".

HTH,

Peter.

-- 
I use the GNU Privacy Guard (GnuPG) in combination with Enigmail.
You can send me encrypted mail if you want some privacy.
My key is available at 

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Terminal asks for passphrase even when passphrase is cached by gpg-agent

2014-10-28 Thread Hauke Laging
Am Di 28.10.2014, 22:06:36 schrieb Sudhir Khanger:

> I have gpg-agent cache passphrase. When I run gpg -c text.txt it asks
> for passphrase twice like it normally would but Kgpg or KMail don't.

You probably mean that Kgpg asks just once. KMail isn't capable of 
creating symmetrically encrypted mails thus I don't know what you mean 
there.

I have created a wishlist entry to change that:
https://bugs.kde.org/show_bug.cgi?id=337617


> What am I suppose to do to make both terminal and GUI apps use cached
> passphrase instead of asking for one?

That is not possible AFAIK because a passphrase used in symmetric 
encryption is not a passphrase in the usual gpg-agent sense. gpg-agent 
is used for asking those just because it's already there.

You can call gpg in batch mode (which probably is what Kgpg does):

gpg --batch --passphrase foo --symmetric file.txt

Note that this way everyone on the system can see the passphrase in the 
argument list. You may use something like

echo -n foo | gpg --batch --passphrase-fd 0 --symmetric file.txt

instead (where echo is a shell builtin or something else that does not 
show its arguments in the process list).


Hauke
-- 
Crypto für alle: http://www.openpgp-schulungen.de/fuer/unterstuetzer/
http://userbase.kde.org/Concepts/OpenPGP_Help_Spread
OpenPGP: 7D82 FB9F D25A 2CE4 5241 6C37 BF4B 8EEF 1A57 1DF5


signature.asc
Description: This is a digitally signed message part.
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users