meejah

Results 289 comments of meejah

Sounds like a reasonable feature request. I'd probably use multiple options instead of the comma (e.g. `carml -cg --source-addr 10.172.20.1 --source-addr 10.172.20.2` for the first example)

I would be happy to see this packaged in Debian, but I am not myself a Debian Developer. If you'd like to start the process of getting it packaged, that...

Ah, I see. So, first off: cool! If you want to prepare a PR for this repo at least _pointing_ to that, I'm happy to merge it :) ...and if...

Yeah, for sure some of this is more suited for "human reading the command-line" rather than "some other process". At some point, I had thought a global `--json` option might...

probably worth noting that this uses txtorcon under the hood ;) JSON is pretty easy to output from Python. I assume "one JSON object per line, per circuit" is going...

I have looked at this a little bit, and am writing down the results of that plus discussion with @david415 since my initial understanding was different: 1. there exists some...

I'm still trying to imagine how to do JPAKE via HTTP. Ideally without a special client. Unfortunately, it still seems like you'd need a two-step process: 1. client contacts server;...

I agree JPAKE doesn't meet your goal of "not transcribing an onion URI" :) So, changing this enhancement to PANDA.

Even crazier idea (and probably already covered before by others' ideas around petnames): what if we provided a petname-style mapping from "words" -> ".onion". The publickey hash is 80 bits....

I did not push the JPAKE thing anywhere yet, sorry and thanks for the reminder. I believe we could use your above "2" to derive a "stealth" hidden-service authentication key,...