Silk Road forums

Discussion => Security => Topic started by: wiggum on June 14, 2013, 02:14 am

Title: Tails GnuPG settings
Post by: wiggum on June 14, 2013, 02:14 am
Is there a way to configure GnuPG in Tails so that it doesn't say what version you are using when you encrypt a message?  In other words, so that an encrypted message begins with only:

-----BEGIN PGP MESSAGE-----

instead of like this:

-----BEGIN PGP MESSAGE-----
Version: GnuPG v1.4.10 (GNU/Linux)


Thanks for any help.  If there is a setting to do this, can it be saved in persistent storage so that I don't have to change the setting every time?
Title: Re: Tails GnuPG settings
Post by: astor on June 14, 2013, 02:25 am
Yep. Open the file manager and go to View -> Show Hidden Files.

Enter the .gnupg folder. Open gpg.conf in a text editor. Add this line to the end of the file:

no-emit-version

Save it.
Title: Re: Tails GnuPG settings
Post by: wiggum on June 14, 2013, 02:37 am
Thanks!  Worked like a charm. 8)

Edit:  Perfect timing too - that post finally gave me enough to allow me to +1 you!
Title: Re: Tails GnuPG settings
Post by: Parabolic45 on June 14, 2013, 04:02 am
very helpful, thanks astor..
a +1 for you my good sir
Title: Re: Tails GnuPG settings
Post by: WingWong on June 14, 2013, 09:26 am
Is there a reason why this is a good idea? (I am feeling extra stupid today)
Title: Re: Tails GnuPG settings
Post by: wiggum on June 14, 2013, 06:52 pm
Is there a reason why this is a good idea? (I am feeling extra stupid today)

Not a big deal... just one less piece of information you're putting out there.  Suppose you were busted and LE knew what OS you were using.  The version info in your PGP messages would be "consistent with" the OS you were using.  It wouldn't prove anything, but it's just one less piece of information.
Title: Re: Tails GnuPG settings
Post by: WingWong on June 14, 2013, 11:44 pm
Is there a reason why this is a good idea? (I am feeling extra stupid today)

Not a big deal... just one less piece of information you're putting out there.  Suppose you were busted and LE knew what OS you were using.  The version info in your PGP messages would be "consistent with" the OS you were using.  It wouldn't prove anything, but it's just one less piece of information.

cheers.