Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
668ec0b4
Commit
668ec0b4
authored
21 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
first draft of a conclusion / future works
svn:r638
parent
53baa697
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/tor-design.bib
+8
-0
8 additions, 0 deletions
doc/tor-design.bib
doc/tor-design.tex
+57
-2
57 additions, 2 deletions
doc/tor-design.tex
with
65 additions
and
2 deletions
doc/tor-design.bib
+
8
−
0
View file @
668ec0b4
...
@@ -703,6 +703,14 @@ full_papers/rao/rao.pdf}},
...
@@ -703,6 +703,14 @@ full_papers/rao/rao.pdf}},
address
=
{Chateau Lake Louise, Banff, Canada}
,
address
=
{Chateau Lake Louise, Banff, Canada}
,
}
}
@inproceedings
{
SS03
,
title
=
{Passive Attack Analysis for Connection-Based Anonymity Systems}
,
author
=
{Andrei Serjantov and Peter Sewell}
,
booktitle
=
{Proceedings of ESORICS 2003}
,
year
=
{2003}
,
month
=
{October}
,
}
@Article
{
raghavan87randomized
,
@Article
{
raghavan87randomized
,
author
=
{P. Raghavan and C. Thompson}
,
author
=
{P. Raghavan and C. Thompson}
,
title
=
{Randomized rounding: A technique for provably good algorithms and algorithmic proofs}
,
title
=
{Randomized rounding: A technique for provably good algorithms and algorithmic proofs}
,
...
...
This diff is collapsed.
Click to expand it.
doc/tor-design.tex
+
57
−
2
View file @
668ec0b4
...
@@ -578,18 +578,73 @@ the server doesn't even acknowledge its existence.
...
@@ -578,18 +578,73 @@ the server doesn't even acknowledge its existence.
Below we summarize a variety of attacks and how well our design withstands
Below we summarize a variety of attacks and how well our design withstands
them.
them.
\begin{enumerate}
\item
\textbf
{
Passive attacks
}
\begin{itemize}
\item
\emph
{
Simple observation.
}
\item
\emph
{
Timing correlation.
}
\item
\emph
{
Size correlation.
}
\item
\emph
{
Option distinguishability.
}
\end{itemize}
\item
\textbf
{
Active attacks
}
\begin{itemize}
\item
\emph
{
Key compromise.
}
\item
\emph
{
Iterated subpoena.
}
\item
\emph
{
Run recipient.
}
\item
\emph
{
Run a hostile node.
}
\item
\emph
{
Compromise entire path.
}
\item
\emph
{
Selectively DoS servers.
}
\item
\emph
{
Introduce timing into messages.
}
\item
\emph
{
Tagging attacks.
}
\end{itemize}
\item
\textbf
{
Directory attacks
}
\begin{itemize}
\item
foo
\end{itemize}
\end{enumerate}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section
{
Future Directions and Open Problems
}
\Section
{
Future Directions and Open Problems
}
\label
{
sec:conclusion
}
\label
{
sec:conclusion
}
Tor brings together many innovations
from many different projects
into
Tor brings together many innovations into
a unified deployable system. But there are still several attacks that
a unified deployable system. But there are still several attacks that
work quite well, as well as a number of sustainability and run-time
work quite well, as well as a number of sustainability and run-time
issues remaining to be ironed out. In particular:
issues remaining to be ironed out. In particular:
\begin{itemize}
\begin{itemize}
\item
foo
\item
\emph
{
Scalability:
}
Since Tor's emphasis currently is on simplicity
of design and deployment, the current design won't easily handle more
than a few hundred servers, because of its clique topology. Restricted
route topologies
\cite
{
danezis:pet2003
}
promise comparable anonymity
with much better scaling properties, but we must solve problems like
how to randomly form the network without introducing net attacks.
\item
\emph
{
Cover traffic:
}
Currently we avoid cover traffic because
it introduces clear performance and bandwidth costs, but and its
security properties are not well understood. With more research
\cite
{
SS03,defensive-dropping
}
, the price/value ratio may change, both for
link-level cover traffic and also long-range cover traffic. In particular,
we expect restricted route topologies to reduce the cost of cover traffic
because there are fewer links to cover.
\item
\emph
{
Better directory distribution:
}
Even with the threshold
directory agreement algorithm described in
\ref
{
sec:dirservers
}
,
the directory servers are still trust bottlenecks. We must find more
decentralized yet practical ways to distribute up-to-date snapshots of
network status without introducing new attacks.
\item
\emph
{
Implementing location-hidden servers:
}
While Section
\ref
{
sec:rendezvous
}
provides a design for rendezvous points and
location-hidden servers, this feature has not yet been implemented.
We will likely encounter additional issues, both in terms of usability
and anonymity, that must be resolved.
\item
\emph
{
Wider-scale deployment:
}
The original goal of Tor was to
gain experience in deploying an anonymizing overlay network, and learn
from having actual users. We are now at the point where we can start
deploying a wider network. We will see what happens!
% ok, so that's hokey. fix it. -RD
\end{itemize}
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment