Ask HN: How to create an anonymous site?
41–50 of 53 posts
Re: Ask HN: How to create an anonymous site?
#42Earlier quoted context omitted.
From the way the question was phrased, I think this is precisely for learning how to do such things. You still need to start somewhere, and as long as you know you should not take inconsiderate risks, you can screw up sometimes and learn from your errors.
Importantly, you don't get to learn from your mistakes in "opsec." Dread Pirate Roberts asked a question about connecting to a tor site using curl on StackOverflow under his own name. Seconds later he realized "D'oh, that is in hindsight a bad move." and changed his name to a pseudonym. Choose your own adventure: a) He got to learn from his mistake. b) That incident was recounted years later in the criminal indictmen…
Of course, your point is still valid. Perhaps even more so.
Re: Ask HN: How to create an anonymous site?
#43Much like security, you pick your countermeasures in advance in the hopes of raising the cost of an attacker to penetrating your security. You're not anonymous. You're anonymous to an adversary with a given amount of technical/legal/intelligence/etc resources to bring to bear on deanonimizing you. People will probably give you links which describe adequate methods for securing you against adversaries without $1,000 o…
Re: Ask HN: How to create an anonymous site?
#44Instead - register Twitter nick and link your tweets to pastebin or similar repository where you'd post something worthy of reading.
Use Tor for all above.
Re: Ask HN: How to create an anonymous site?
#45Take this as a start: http://grugq.github.io/presentations/Keynote_The_Grugq_-_OPS...
Re: Ask HN: How to create an anonymous site?
#46Maybe someone with experience of such hosting? Like: http://www.nearlyfreespeech.net I should add: Goes under US Law, so forget pirating or illegal content.
Re: Ask HN: How to create an anonymous site?
#47Earlier quoted context omitted.
What are the technical differences between Tor (hidden services), Freenet and I2P?
Initially, Tor and I2P only pass information from one node to another while obfuscating it. At either end, you can now what the information is, but you do not know where it went through. It's basically a tunnel that goes somewhere . It is why you can use Tor to browse the web: you just use it to hide where you are connecting from. On the other hand, Freenet is a paranoia-driven network over the Internet which makes i…
Re: Ask HN: How to create an anonymous site?
#48Re: Ask HN: How to create an anonymous site?
#49What is really hard is to have a secure (SSL) anonymous website with a valid SSL Cert.