From 97a73c1a23ca83398e924d40e199cbd3346c3c33 Mon Sep 17 00:00:00 2001 From: username1565 <39200328+username1565@users.noreply.github.com> Date: Sun, 6 Mar 2022 00:06:11 +0200 Subject: [PATCH 1/8] Add tox, nboard & DDT Add tox, nboard & DDT --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f45d2b2..b139293 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. - [AKASHA](https://akasha.world/) - next-generation social media network immune to censorship by design. It is built on top of Ethereum using Smart Contracts and IPFS - [twister](https://github.com/miguelfreitas/twister-core) - twister is an experimental peer-to-peer microblogging software. - [freenet](https://github.com/freenet) - Freenet is a peer-to-peer platform for censorship-resistant communication. +- [tox protocol](https://ru.wikipedia.org/wiki/Tox), [tox clients](https://wiki.tox.chat/clients) ### Firewall analysis - [ooni-probe](https://github.com/ooni/probe) - OONI Probe network measurement tool for detecting internet censorship https://ooni.io @@ -83,6 +84,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. - [DissidentX](https://github.com/bramcohen/DissidentX) - DissidentX is encoding messages in files on the web. - [Real Steganography with TrueCrypt](http://keyj.emphy.de/real-steganography-with-truecrypt/) (applies to VeraCrypt as well) - hiding containers inside MP4 video files. - [PixelKnot](https://github.com/guardianproject/PixelKnot) - image steganography for Android. +- [Nanoboard](https://github.com/username1565/nanoboard) ([mirror](https://github.com/nanoboard/nanoboard/releases)) +- [DesuDesuTalk](https://github.com/desudesutalk/desudesutalk) ### Misc - [cachebrowser](https://github.com/CacheBrowser/cachebrowser) - CacheBrowser is a system designed to help Internet users bypass Internet censorship. The core idea ofCacheBrowser is to grab censored content cached byContent Delivery Networks such asAkamai andCloudFlare directly from their CDN edge servers, therefore, foiling censors' DNS interference. From ee361f3ef264f3c260a54a2595d43df76e473053 Mon Sep 17 00:00:00 2001 From: username1565 <39200328+username1565@users.noreply.github.com> Date: Sun, 6 Mar 2022 00:12:22 +0200 Subject: [PATCH 2/8] Add kevacoin - uncensorable blogs on blockchain Add kevacoin - uncensorable blogs on blockchain --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b139293..81b7294 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. - [twister](https://github.com/miguelfreitas/twister-core) - twister is an experimental peer-to-peer microblogging software. - [freenet](https://github.com/freenet) - Freenet is a peer-to-peer platform for censorship-resistant communication. - [tox protocol](https://ru.wikipedia.org/wiki/Tox), [tox clients](https://wiki.tox.chat/clients) +- [kevacoin](https://github.com/kevacoin-project) - [blogs on blockchain](https://kevacoin-project.github.io/keva_ws/) ### Firewall analysis - [ooni-probe](https://github.com/ooni/probe) - OONI Probe network measurement tool for detecting internet censorship https://ooni.io From c6ae165e1dffbad955b208273341d38e16c5bcc7 Mon Sep 17 00:00:00 2001 From: username1565 <39200328+username1565@users.noreply.github.com> Date: Tue, 8 Mar 2022 02:56:38 +0200 Subject: [PATCH 3/8] Add IRC (Internet Relay Chat) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anonymous read and posting allowed there, without censorship. Quote from russian wikipedia: IRC начало завоёвывать особенную популярность после операции «Буря в пустыне» (1991), когда сообщения со всего мира собирались в одном месте и в режиме «on-line» транслировались в IRC. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81b7294..f7b1876 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. - [freenet](https://github.com/freenet) - Freenet is a peer-to-peer platform for censorship-resistant communication. - [tox protocol](https://ru.wikipedia.org/wiki/Tox), [tox clients](https://wiki.tox.chat/clients) - [kevacoin](https://github.com/kevacoin-project) - [blogs on blockchain](https://kevacoin-project.github.io/keva_ws/) +- [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) , [ru wikipedia](https://ru.wikipedia.org/wiki/IRC) , public irc-server: https://webchat.freenode.net/ ### Firewall analysis - [ooni-probe](https://github.com/ooni/probe) - OONI Probe network measurement tool for detecting internet censorship https://ooni.io From ad87116436a8ddb8adf82656cdaad3bacc3b84e1 Mon Sep 17 00:00:00 2001 From: username1565 <39200328+username1565@users.noreply.github.com> Date: Sun, 13 Mar 2022 00:41:06 +0200 Subject: [PATCH 4/8] Add DHT as anti-censorhip solution Add DHT as anti-censorhip solution --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f7b1876..d3638ff 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. - [tox protocol](https://ru.wikipedia.org/wiki/Tox), [tox clients](https://wiki.tox.chat/clients) - [kevacoin](https://github.com/kevacoin-project) - [blogs on blockchain](https://kevacoin-project.github.io/keva_ws/) - [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) , [ru wikipedia](https://ru.wikipedia.org/wiki/IRC) , public irc-server: https://webchat.freenode.net/ +- [DHT](https://en.wikipedia.org/wiki/Distributed_hash_table) - Distributed Hash Table, like this: `{"MessageHash":"PreviousMessageHashAndMessageText"}`, +allow to exclude censorship, in the decentralized systems if DHT is saved and synchronized there. Example - [nanoboard](https://github.com/username1565/nanoboard/issues/17#issuecomment-1064685345) ### Firewall analysis - [ooni-probe](https://github.com/ooni/probe) - OONI Probe network measurement tool for detecting internet censorship https://ooni.io From 2c11d145f42533b02b1e4b8c095bc5cafad25662 Mon Sep 17 00:00:00 2001 From: username1565 <39200328+username1565@users.noreply.github.com> Date: Sun, 13 Mar 2022 00:50:02 +0200 Subject: [PATCH 5/8] Add mesh-networks and Two-way Internet Add mesh-networks and Two-way Internet, as solutions to keep an Internet connection. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3638ff..ad308c4 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. - [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) , [ru wikipedia](https://ru.wikipedia.org/wiki/IRC) , public irc-server: https://webchat.freenode.net/ - [DHT](https://en.wikipedia.org/wiki/Distributed_hash_table) - Distributed Hash Table, like this: `{"MessageHash":"PreviousMessageHashAndMessageText"}`, allow to exclude censorship, in the decentralized systems if DHT is saved and synchronized there. Example - [nanoboard](https://github.com/username1565/nanoboard/issues/17#issuecomment-1064685345) +- [Mesh networks](https://en.wikipedia.org/wiki/Mesh_networking) allow to connect to the Internet from decentralized network, even if at least one node is connected there. +- [Two-way Internet](https://en.wikipedia.org/wiki/Satellite_constellation#Two-way_communication), like [StarLink](https://en.wikipedia.org/wiki/Starlink) - allow to connect to the Internet, throught satellites, even if Internet-connection is banned in the country. ### Firewall analysis - [ooni-probe](https://github.com/ooni/probe) - OONI Probe network measurement tool for detecting internet censorship https://ooni.io From 14a6ccf10a8e0b91dc491706ca6e10bc09ea9430 Mon Sep 17 00:00:00 2001 From: username1565 <39200328+username1565@users.noreply.github.com> Date: Fri, 25 Mar 2022 15:19:34 +0200 Subject: [PATCH 6/8] Add F5 steganography algorithm (JPEG) Add F5 steganography algorithm (JPEG) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad308c4..b416887 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ allow to exclude censorship, in the decentralized systems if DHT is saved and sy - [DissidentX](https://github.com/bramcohen/DissidentX) - DissidentX is encoding messages in files on the web. - [Real Steganography with TrueCrypt](http://keyj.emphy.de/real-steganography-with-truecrypt/) (applies to VeraCrypt as well) - hiding containers inside MP4 video files. - [PixelKnot](https://github.com/guardianproject/PixelKnot) - image steganography for Android. +- F5 algorithm for steganography (in JPEG) - [CSharp](https://github.com/username1565/f5-steganography), [JavaScript](https://github.com/username1565/js-jpeg-steg) ([Demo](https://username1565.github.io/js-jpeg-steg/)) - [Nanoboard](https://github.com/username1565/nanoboard) ([mirror](https://github.com/nanoboard/nanoboard/releases)) - [DesuDesuTalk](https://github.com/desudesutalk/desudesutalk) From ecbd0c0340858d53a10bb03f4ea2dd403d0c7d1a Mon Sep 17 00:00:00 2001 From: username1565 <39200328+username1565@users.noreply.github.com> Date: Wed, 20 Apr 2022 03:04:58 +0300 Subject: [PATCH 7/8] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b416887..495575e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. - [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) , [ru wikipedia](https://ru.wikipedia.org/wiki/IRC) , public irc-server: https://webchat.freenode.net/ - [DHT](https://en.wikipedia.org/wiki/Distributed_hash_table) - Distributed Hash Table, like this: `{"MessageHash":"PreviousMessageHashAndMessageText"}`, allow to exclude censorship, in the decentralized systems if DHT is saved and synchronized there. Example - [nanoboard](https://github.com/username1565/nanoboard/issues/17#issuecomment-1064685345) -- [Mesh networks](https://en.wikipedia.org/wiki/Mesh_networking) allow to connect to the Internet from decentralized network, even if at least one node is connected there. +- [Mesh networks](https://en.wikipedia.org/wiki/Mesh_networking) allow to connect to the Internet from decentralized network, even if at least one node is connected there. [Briar](https://ru.wikipedia.org/wiki/Briar) +- [Jami](https://en.wikipedia.org/wiki/Jami_(software)) - a SIP-compatible distributed peer-to-peer softphone and SIP-based instant messenger - [Two-way Internet](https://en.wikipedia.org/wiki/Satellite_constellation#Two-way_communication), like [StarLink](https://en.wikipedia.org/wiki/Starlink) - allow to connect to the Internet, throught satellites, even if Internet-connection is banned in the country. ### Firewall analysis From 579c94403ca66627da9807b0e78f02e78687f134 Mon Sep 17 00:00:00 2001 From: username1565 <39200328+username1565@users.noreply.github.com> Date: Wed, 20 Apr 2022 03:37:55 +0300 Subject: [PATCH 8/8] Add Telex (anti-censorship_system) Add Telex (anti-censorship_system) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 495575e..c2a3d8c 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ allow to exclude censorship, in the decentralized systems if DHT is saved and sy - [GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) - Passive Deep Packet Inspection blocker and Active DPI circumvention utility (for Windows) - [DPITunnel](https://github.com/zhenyolka/DPITunnel) - DPI Tunnel is an application for Android that uses various techniques to bypass DPI (Deep Packet Inspection) systems, which are used to block some sites. - [Geneva (Genetic Evasion)](https://censorship.ai/) - Novel experimental genetic algorithm that evolves packet-manipulation-based censorship evasion strategies against nation-state level censors. +- [Telex (anti-censorship_system)](https://en.wikipedia.org/wiki/Telex_(anti-censorship_system)) - Telex complements services like Tor (anonymity network) by placing Telex stations in the network infrastructure of free countries. A client can create a TLS tunnel that is indistinguishable from allowed traffic. That way, firewalls in censored countries are neither able to detect nor to block access to specific parts of the Internet, assuming they allow access at all. ### Steganography - [DissidentX](https://github.com/bramcohen/DissidentX) - DissidentX is encoding messages in files on the web.