Censorship-resistance and pluggable transports
This commit is contained in:
parent
99fb380fae
commit
a80e606d22
|
@ -11,6 +11,7 @@ Your [contributions](contributing.md) are welcomed.
|
|||
- [Fundamentals](#fundamentals)
|
||||
- [Messaging](#messaging)
|
||||
- [Anonymity](#anonymity)
|
||||
- [Censorship Resistance](#censorship-resistance)
|
||||
- [Applications](#applications)
|
||||
|
||||
## Fundamentals
|
||||
|
@ -38,6 +39,12 @@ Your [contributions](contributing.md) are welcomed.
|
|||
|
||||
- [Selected Papers in Anonymity](https://www.freehaven.net/anonbib/) - meta-list of selected papers in anonymity since 1977
|
||||
|
||||
## Censorship Resistance
|
||||
|
||||
- [Pluggable Transport](https://www.pluggabletransports.info/) - specification initiative to allow applications being used as transports to make network traffic harder to distinguish and block, origins in Tor
|
||||
|
||||
- [Selected Research Papers in Internet Censorship](https://censorbib.nymity.ch/) - meta-list of papers on censorship and resistance thereof
|
||||
|
||||
## Applications
|
||||
|
||||
- [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