# Why not Tor?

[Tor](https://www.torproject.org/) provides a proxy which anonymize your IP address from the server.

However it is rumored that NSA is try to controlling the Tor network. Tor's anonymization is achieved by relaying your encrypted packet through three or more relay servers. Unfortunately, if your entry (first) relay and exit (last) relay are operated by a single person or entity, that entity can track your packet. Tor is an excellent service, but it does not provide cryptographical nor mathematical security.

In addition, if you want to access to the private (authenticated) endpoints on the server, the server will learn who is accessing by your authorization token (like session keys). In this case Tor does not help privacy.

With EllipticPIR, you can query to the server in a cryptographically and mathematically secured way even if you are using some authentication. This characteristic cannot be achieved by Tor.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ellipticpir.com/why-not-tor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
