Re: GnuPG through Tor

2008-10-21 Thread misc
On Tue, 21 Oct 2008 08:04:26 -0400, Ted Smith wrote: > On Mon, 2008-10-20 at 22:48 -0400, misc wrote: >> Is it possible to run GnuPG through Tor? (when connecting to LDAP and HKP >> servers to exchange keys)? >> > > The way I do it is: > > keyserver x-hkp://d3ettcpzlta6azsm.onion/ > keyserver-o

Re: GnuPG through Tor

2008-10-21 Thread misc
On Tue, 21 Oct 2008 23:07:14 -0400, [EMAIL PROTECTED] wrote: > On Tue, Oct 21, 2008 at 09:28:04PM -0400, [EMAIL PROTECTED] wrote 0.6K bytes > in 13 lines about: >:> i think if you are using Torbutton in Firefox and have the default >:> options set, then it is OK to use java: Torbutton will block

Re: Copying Tor Directory Info

2008-10-21 Thread Jonathan Addington
On Tue, Oct 21, 2008 at 2:18 PM, Roger Dingledine <[EMAIL PROTECTED]> wrote: > > On Tue, Oct 21, 2008 at 10:29:44AM -0500, Jonathan Addington wrote: > > At one of the places where I use store fetching directory is routinely > > blocked. Can I bootstrap the portable version of Tor (1.2.19, WindowsXP

Re: GnuPG through Tor

2008-10-21 Thread phobos
On Tue, Oct 21, 2008 at 09:28:04PM -0400, [EMAIL PROTECTED] wrote 0.6K bytes in 13 lines about: : > i think if you are using Torbutton in Firefox and have the default : > options set, then it is OK to use java: Torbutton will block all : > malicious attempts by Java/Javascript to bypass your anony

Re: GnuPG through Tor

2008-10-21 Thread misc
On Tue, 21 Oct 2008 12:39:48 -0700, scar wrote: > > i think if you are using Torbutton in Firefox and have the default > options set, then it is OK to use java: Torbutton will block all > malicious attempts by Java/Javascript to bypass your anonymity. > > is that a reasonable assumption? I reall

Re: php hex code for cookie authentication to controller?

2008-10-21 Thread Nick Mathewson
On Tue, Oct 21, 2008 at 04:29:08PM -0700, Wesley Kenzie wrote: > >>What's the actual length of $auth_value? If it's not > >>AUTHENTICATION_COOKIE_LEN (32, I think), that's when I'd expect that > >>error. > Thanks, Nick. The length of $auth_value is 32 though, and the length of > bin2hex($auth_val

Re: php hex code for cookie authentication to controller?

2008-10-21 Thread Wesley Kenzie
>>What's the actual length of $auth_value? If it's not >>AUTHENTICATION_COOKIE_LEN (32, I think), that's when I'd expect that >>error. Thanks, Nick. The length of $auth_value is 32 though, and the length of bin2hex($auth_value) is 64. >>Also, I don't know PHP so well, but maybe you should specif

Re: php hex code for cookie authentication to controller?

2008-10-21 Thread Nick Mathewson
On Tue, Oct 21, 2008 at 11:52:33AM -0700, Wesley Kenzie wrote: > per 5.1 Authentication in control-spec.txt: "To authenticate, the controller > must send the contents of this file, encoded in hexadecimal." > > Fine, but when using the following in PHP: > > $ch = fopen('cookiefilename', 'r'); > $a

Re: GnuPG through Tor

2008-10-21 Thread scar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 misc @ 2008/10/21 08:21: > I have a real problem downloading public keys of Hushmail users. I don't > want to install java, which is required to download their keys through the > browser. They don't propagate their keys to public HKP servers (which I

Re: GnuPG through Tor

2008-10-21 Thread Ted Smith
On Mon, 2008-10-20 at 22:48 -0400, misc wrote: > Is it possible to run GnuPG through Tor? (when connecting to LDAP and HKP > servers to exchange keys)? > The way I do it is: keyserver x-hkp://d3ettcpzlta6azsm.onion/ keyserver-options http_proxy="localhost:8118" keyserver-options auto-key-retriev

Re: Copying Tor Directory Info

2008-10-21 Thread Roger Dingledine
On Tue, Oct 21, 2008 at 10:29:44AM -0500, Jonathan Addington wrote: > At one of the places where I use store fetching directory is routinely > blocked. Can I bootstrap the portable version of Tor (1.2.19, WindowsXP Pro > SP3) with data from the server (0.2.1.6-alpha on Ubuntu 7.10) I run? No. That

php hex code for cookie authentication to controller?

2008-10-21 Thread Wesley Kenzie
per 5.1 Authentication in control-spec.txt: "To authenticate, the controller must send the contents of this file, encoded in hexadecimal." Fine, but when using the following in PHP: $ch = fopen('cookiefilename', 'r'); $auth_value = fread($ch, 128); $send_auth_value = "AUTHENTICATE \"". bin2hex($a

Re: GnuPG through Tor

2008-10-21 Thread misc
On Tue, 21 Oct 2008 17:32:43 +0200, Alexander W. Janssen wrote: > misc wrote: >> Is there any way at all to get keys from LDAP server through Tor? > > LDAP uses TCP, so yes, it should be working if you configure GnuPG to > use a proxy. > > Alex. GnuPG only has options for HTTP proxy. But LDAP d

Re: GnuPG through Tor

2008-10-21 Thread Alexander W. Janssen
misc wrote: > Is there any way at all to get keys from LDAP server through Tor? LDAP uses TCP, so yes, it should be working if you configure GnuPG to use a proxy. Alex. signature.asc Description: OpenPGP digital signature

Copying Tor Directory Info

2008-10-21 Thread Jonathan Addington
At one of the places where I use store fetching directory is routinely blocked. Can I bootstrap the portable version of Tor (1.2.19, WindowsXP Pro SP3) with data from the server (0.2.1.6-alpha on Ubuntu 7.10) I run? -jon -- [EMAIL PROTECTED]

Re: GnuPG through Tor

2008-10-21 Thread misc
On Tue, 21 Oct 2008 03:37:56 -0500 (CDT), Scott Bennett wrote: > On Tue, 21 Oct 2008 00:45:10 -0400 [EMAIL PROTECTED] wrote: >>On Monday 20 October 2008 22:48:32 misc wrote: >>> Is it possible to run GnuPG through Tor? (when connecting to LDAP and HKP >>> servers to exchange keys)? >> >>Hello

Re: GnuPG through Tor

2008-10-21 Thread anonym
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/10/08 05:24, scar wrote: > HKP: yes, as that is just HTTP (or something). > > just define your http_proxy and https_proxy environment variables > (e.g. if using polipo: > export http_proxy=127.0.0.1:8123 > export https_proxy=127.0.0.1:8123 > )

Re: GnuPG through Tor

2008-10-21 Thread Scott Bennett
On Tue, 21 Oct 2008 00:45:10 -0400 [EMAIL PROTECTED] wrote: >On Monday 20 October 2008 22:48:32 misc wrote: >> Is it possible to run GnuPG through Tor? (when connecting to LDAP and HKP >> servers to exchange keys)? > >Hello, > >If you don't mind my asking, is there anything you (or anyone else

Re: GnuPG through Tor

2008-10-21 Thread Karsten N.
misc schrieb: > Is it possible to run GnuPG through Tor? (when connecting to LDAP and HKP > servers to exchange keys)? You may try: torify gpg --keyserver http://d3ettcpzlta6azsm.onion --recv-keys or have a look at: https://wiki.torproject.org/noreply/TheOnionRouter/TorifyHOWTO/Misc