Change links for Sybil paper to point at Freehaven

This commit is contained in:
slumlord
2018-04-13 15:55:22 +00:00
parent 9a2b6c4f50
commit 68515bcf66

View File

@@ -674,7 +674,7 @@ routers that are only sometimes malicious may be much harder to deal with.
<h3 id="sybil">{% trans %}Sybil Attack (Full Keyspace){% endtrans %}</h3>
<p>{% trans url='http://citeseer.ist.psu.edu/douceur02sybil.html' -%}
<p>{% trans url='https://www.freehaven.net/anonbib/cache/sybil.pdf' -%}
An attacker may mount a <a href="{{ url }}">Sybil attack</a>
by creating a large number of floodfill routers spread throughout the keyspace.
{%- endtrans %}</p>
@@ -721,7 +721,7 @@ This attack becomes more difficult as the network size grows.
<h3 id="sybil-partial">{% trans %}Sybil Attack (Partial Keyspace){% endtrans %}</h3>
<p>{% trans url='http://citeseer.ist.psu.edu/douceur02sybil.html' -%}
<p>{% trans url='https://www.freehaven.net/anonbib/cache/sybil.pdf' -%}
An attacker may mount a <a href="{{ url }}">Sybil attack</a>
by creating a small number (8-15) of floodfill routers clustered closely in the keyspace,
and distribute the RouterInfos for these routers widely.