Onionr/docs/whitepaper.md

29 lines
1.8 KiB
Markdown
Raw Normal View History

2018-07-27 23:04:30 +00:00
<p align="center">
<img src="onionr-logo.png" alt="<h1>Onionr</h1>">
</p>
<p align="center">Anonymous, Decentralized, Distributed Network</p>
# Introduction
The most important thing in the modern world is information. The ability to communicate freely with others. The internet has provided humanity with the ability to spread information globally, but there are many people who try (and sometimes succeed) to stifle the flow of information.
Internet censorship comes in many forms, state censorship, corporate consoldiation of media, threats of violence, network exploitation (e.g. denial of service attacks).
To prevent censorship or loss of information, these measures must be in place:
* Resistence to censorship of underlying infrastructure or hosts
* Inability to violently coerce human(s) behind the information (ex. law enforcement or personal threats "doxxing")
* To reduce metadata to a minimum, a system should anonymize its users by default
* Economic availability. A system should not rely on a single device to be constantly online, and should not be overtly expensive to use. The majority of people in the world own cell phones, but comparatively few own personal computers, particuarly in developing countries.
# Issues With Existing Software
2018-07-28 05:53:46 +00:00
There are many great projects that tackle decentralization and privacy issues, but there are none which tackle all of the above issues.
## Tor/I2P
Tor and I2P are both great "onion routers" that protect privacy, however these are mainly transport projects. Tor and I2P do not provide decentralization of data on their own, as they only transport data and provide a rendevous. "Hidden services", being hosted on central servers, often do not last long, as they are reliant on only 1 machine being online, which also increases an attacker's ability to unmask them.