diff --git a/.github/README.md b/.github/README.md index f021e31d..4abfe1cc 100644 --- a/.github/README.md +++ b/.github/README.md @@ -48,7 +48,7 @@ corporations, governments, and hackers from logging, storing or selling your per - **Networking** - [Virtual Private Networks](#virtual-private-networks) (7) - [Self-Hosted Network Security](#self-hosted-network-security) (8) - - [Anonymity Networks](#anonymity-networks) (3) + - [Anonymity Networks](#anonymity-networks) (4) - [Proxies](#proxies) (2) - [DNS Providers](#dns-providers) (3) - [DNS Clients](#dns-clients) (6) @@ -654,6 +654,7 @@ Fun little projects that you can run on a Raspberry Pi, or other low-powered com - **[ Tor](https://www.torproject.org)** - Tor provides robust anonymity, allowing you to defend against surveillance, circumvent censorship and reduce tracking. It blocks trackers, resists fingerprinting and implements multi-layered encryptio[…](https://awesome-privacy.xyz/networking/anonymity-networks/tor "View full Tor report") - **[ I2P](https://geti2p.net)** - I2P offers great generic transports, it is well geared towards accessing hidden services, and has a couple of technical benefits over Tor: P2P friendly with unidirectional short-lived tunnels, it is p[…](https://awesome-privacy.xyz/networking/anonymity-networks/i2p "View full I2P report") - **[ Freenet](https://freenetproject.org)** - Freenet is easy to setup, provides excellent friend To Friend Sharing vs I2P, and is great for publishing content anonymously. It's quite large in size, and very slow so not the best choice for casual[…](https://awesome-privacy.xyz/networking/anonymity-networks/freenet "View full Freenet report") +- **[ Hidden Lake](https://github.com/number571/hidden-lake)** - Hidden Lake is a network with theoretically provable security against a global observer based on the QB-problem. Due to its abstraction from the communication environment, the Hidden Lake network can[…](https://awesome-privacy.xyz/networking/anonymity-networks/hidden-lake "View full Hidden Lake report")
⚠️ Word of Warning @@ -690,7 +691,7 @@ consider [running a Tor relay](https://trac.torproject.org/projects/tor/wiki/Tor
ℹ️ Further Info -> Tor, I2P and Freenet are all anonymity networks - but they work very differently and each is good for specific purposes. +> Tor, I2P, Freenet and Hidden Lake are all anonymity networks - but they work very differently and each is good for specific purposes. So a good and viable solution would be to use all of them, for different tasks. *You can read more about how I2P compares to Tor, [here](https://blokt.com/guides/what-is-i2p-vs-tor-browser)*
diff --git a/awesome-privacy.yml b/awesome-privacy.yml index aded99e0..fbaf2b2f 100644 --- a/awesome-privacy.yml +++ b/awesome-privacy.yml @@ -2164,6 +2164,16 @@ categories: publishing content anonymously. It's quite large in size, and very slow so not the best choice for casual browsing. + - name: Hidden Lake + url: https://github.com/number571/hidden-lake + icon: https://raw.githubusercontent.com/number571/hidden-lake/refs/heads/master/images/favicon.ico + github: number571/hidden-lake + openSource: true + description: | + Hidden Lake is a network with theoretically provable security against a global observer based + on the QB-problem. Due to its abstraction from the communication environment, the Hidden Lake + network can operate on the Internet, radio systems, and centralized communication services. + notableMentions: - name: GNUnet url: https://gnunet.org/en @@ -2193,7 +2203,7 @@ categories: consider [running a Tor relay](https://trac.torproject.org/projects/tor/wiki/TorRelayGuide) furtherInfo: | - Tor, I2P and Freenet are all anonymity networks - but they work very differently and each is good for specific purposes. + Tor, I2P, Freenet and Hidden Lake are all anonymity networks - but they work very differently and each is good for specific purposes. So a good and viable solution would be to use all of them, for different tasks. *You can read more about how I2P compares to Tor, [here](https://blokt.com/guides/what-is-i2p-vs-tor-browser)*