Re: [tor-dev] How to query HS hostname from control port

2016-09-09 Thread Jesse V
On 09/09/2016 10:15 PM, dawuud wrote: > right. it shouldn't be necessary at all to modify the torrc... for most > features. You need to modify the torrc in order to enable the ControlPort. https://github.com/Jesse-V/OnioNS-server/tree/json-rpc#setup >> > and an authentication, but it's just one

Re: [tor-dev] Hmac

2016-09-09 Thread dawuud
scrypt is a key derivation function... the other is not. why compare them? they are both good for different things, are they not? here lemme google that for you https://en.wikipedia.org/wiki/Hash-based_message_authentication_code https://en.wikipedia.org/wiki/Key_derivation_function On Fri, Sep

Re: [tor-dev] How to query HS hostname from control port

2016-09-09 Thread dawuud
> Under the old method I required the user to set up the hidden/onion > service by adding a line to their torrc. That's not necessary if I used > ADD_ONION. In both methods I still need them to enable the control port right. it shouldn't be necessary at all to modify the torrc... for most featur

Re: [tor-dev] Hmac

2016-09-09 Thread Jesse V
On 09/09/2016 07:28 PM, Flipchan wrote: > Hi all, so i spook with a friend of mine yesterday and we where chating > about encryption and i told him that i use scrypt for password hashing. > He told that hmac was alot better. > > Does anyone know any Good whitepapers on hmac? Any Good python lib? D

Re: [tor-dev] How to query HS hostname from control port

2016-09-09 Thread Jesse V
On 09/09/2016 04:23 AM, dawuud wrote: > How does ADD_ONION help with tor vs app data isolation? Why do you > have to modify any torrc at all? Can't you do everything through the > control port? I suppose there are many options not available via control port. > Under the old method I required the

[tor-dev] Hmac

2016-09-09 Thread Flipchan
Hi all, so i spook with a friend of mine yesterday and we where chating about encryption and i told him that i use scrypt for password hashing. He told that hmac was alot better. Does anyone know any Good whitepapers on hmac? Any Good python lib? Does anyone use it ? Take care -- Sincerly F

Re: [tor-dev] How to query HS hostname from control port

2016-09-09 Thread dawuud
On Thu, Sep 08, 2016 at 07:16:26PM -0400, Jesse V wrote: > Well, this certainly triggered more conversation than I was expecting. I > was simply wondering if there was such a method call, and apparently > there isn't. That's okay. > > I thought about this and decided to go with Yawning's suggestio