Add Sybil attack
This commit is contained in:
parent
5cbf0e0abb
commit
2d6329e89a
|
@ -12,6 +12,8 @@ Your [contributions](contributing.md) are welcomed.
|
||||||
- [Messaging](#messaging)
|
- [Messaging](#messaging)
|
||||||
- [Anonymity](#anonymity)
|
- [Anonymity](#anonymity)
|
||||||
- [Censorship Resistance](#censorship-resistance)
|
- [Censorship Resistance](#censorship-resistance)
|
||||||
|
- [Coercion Resistance](#coercion-resistance)
|
||||||
|
- [Attacks](#attack)
|
||||||
- [Applications](#applications)
|
- [Applications](#applications)
|
||||||
|
|
||||||
## Fundamentals
|
## Fundamentals
|
||||||
|
@ -63,6 +65,11 @@ Your [contributions](contributing.md) are welcomed.
|
||||||
|
|
||||||
- [On-Chain Vote Buying and the Rise of Dark DAOs](http://hackingdistributed.com/2018/07/02/on-chain-vote-buying/) - on problems of user generated keys and electronic voting
|
- [On-Chain Vote Buying and the Rise of Dark DAOs](http://hackingdistributed.com/2018/07/02/on-chain-vote-buying/) - on problems of user generated keys and electronic voting
|
||||||
|
|
||||||
|
|
||||||
|
## Attacks
|
||||||
|
|
||||||
|
- [The Sybil Attack](https://www.freehaven.net/anonbib/cache/sybil.pdf) - attack on p2p systems from cheap identity generation, requiring some form of logically centralized authority
|
||||||
|
|
||||||
## Applications
|
## Applications
|
||||||
|
|
||||||
- [Briar](https://briarproject.org/) - messaging app employing several censorship-resitance techniques, like direct device-to-device comms (bluetooth, wifi), Tor routing
|
- [Briar](https://briarproject.org/) - messaging app employing several censorship-resitance techniques, like direct device-to-device comms (bluetooth, wifi), Tor routing
|
||||||
|
|
Loading…
Reference in New Issue