From a8e4e64cd5a403b0c1d48b770965f430480369c1 Mon Sep 17 00:00:00 2001 From: pterocles Date: Wed, 20 Jul 2022 06:18:42 -0400 Subject: [PATCH 01/18] Appendix L: list format, make it easier to skim through Make the instructions clear and use list format to help guide the reader. Use imperative form. Use ```code``` blocks for typing and **bold** for directions. Signed-off-by: pterocles --- guide.md | 210 +++++++++++++++++++------------------------------------ 1 file changed, 72 insertions(+), 138 deletions(-) diff --git a/guide.md b/guide.md index 3962464..6c512f8 100644 --- a/guide.md +++ b/guide.md @@ -10207,147 +10207,81 @@ Download the latest Debian testing amd64 netinst ISO from **Network** > **Attached to** and **select Host-only Adapter**. Click **OK** to save. +54. Reboot the VM via **Machine** > **Reset**. Confirm the reset. +55. Log into the VM as the **user** from **Step 19** and type ```ip a```. Note the IP address it was assigned under link/ether, the one that has **192.168.\*.\***. +56. From the VM Host OS, **open a Browser** and navigate to the IP of your Debian VM. It will be something like: **http://192.168.1.55**. +57. You should now see a Mat2-Web website running smoothly. +58. **Shutdown the Mat2 guest VM** by running ```shutdown -h now``` to halt the machine. +59. **Take a snapshot of the VM** within Virtualbox while the guest VM is shutdown. + +**Restart the Mat2 VM* and you are ready to use Mat2-web to remove metadata from most files!** + +After use, shut down the VM and revert to the snapshot to remove traces of the uploaded files. This VM does not require any internet access unless you want to update it, in which case, you need to place it back on the **NAT network** and do the next steps. + +For updates of Debian, **start the VM** and run ```apt update``` followed by ```apt upgrade```. + +For updates of mat2-web, type ```cd /var/www/mat2-web``` and run ```git pull```. + +After updates, shutdown, change to the **Host-only Adapter**, take a new snapshot, remove the earlier one. You are done. -Now you can just start this small mat2 VM when needed, browse to it from your Guest VM and use the interface to remove any metadata from most files. - -After each use of this VM, you should revert to the Snapshot to erase all traces. +Now you can just start this small Mat2 VM when needed. Browse to it from your Guest VM and use the interface to remove any metadata from most files. After each use of this VM, you should revert to the Snapshot to erase all traces. **Do not ever expose this VM to any network unless temporarily for updates. This web interface is not suitable for any direct external access.** From 299894254dc2aefc11dfc49f92cc136e328483c4 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:52:37 +0000 Subject: [PATCH 02/18] Adding Tor Mirror to Readme Adding Tor Mirror to Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ed3ad..10a3379 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und - Raw [Markdown](https://raw.githubusercontent.com/NobodySpecial256/thgtoa/master/guide.md) (references do not work when viewing this way). Mirrors: -- **Coming soon** +- Tor Onion Mirror: The guide and all the files are also readily available on Archive.org and Archive.today: From 9059e4905413883c4a54c25fee10e43e881a15bf Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:54:14 +0000 Subject: [PATCH 03/18] Adding Tor Mirror URL to guide Adding Tor Mirror URL to guide --- guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide.md b/guide.md index 3962464..43d9a18 100644 --- a/guide.md +++ b/guide.md @@ -12171,6 +12171,8 @@ These recommendations are similar to the ones at the beginning of the guide and Find it online at: - Original: + +- Tor Onion Mirror: - Archive.org: From a16aae2bb5502b97d2fc39c16f60c7f785fb975d Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Wed, 20 Jul 2022 13:41:34 +0000 Subject: [PATCH 04/18] Small fix to onion links missing the http:// Small fix to onion links missing the http:// --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a3379..4659e8a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und - Raw [Markdown](https://raw.githubusercontent.com/NobodySpecial256/thgtoa/master/guide.md) (references do not work when viewing this way). Mirrors: -- Tor Onion Mirror: +- Tor Onion Mirror: The guide and all the files are also readily available on Archive.org and Archive.today: From 599d46687d2479b728c3893d3b87d08cacb77a14 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Wed, 20 Jul 2022 13:42:53 +0000 Subject: [PATCH 05/18] Small fix to onion link missing the http:// Small fix to onion link missing the http:// --- guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.md b/guide.md index 43d9a18..573a9af 100644 --- a/guide.md +++ b/guide.md @@ -12172,7 +12172,7 @@ Find it online at: - Original: -- Tor Onion Mirror: +- Tor Onion Mirror: - Archive.org: From 4195ce5ab835d0671e010e7303a5d711df8a03d2 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Wed, 20 Jul 2022 13:43:28 +0000 Subject: [PATCH 06/18] Small fix to onion link missing the http:// Small fix to onion link missing the http:// --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4659e8a..c7e9dfc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und - Raw [Markdown](https://raw.githubusercontent.com/NobodySpecial256/thgtoa/master/guide.md) (references do not work when viewing this way). Mirrors: -- Tor Onion Mirror: +- Tor Onion Mirror: The guide and all the files are also readily available on Archive.org and Archive.today: From 0aab0e4a24c10b893d874902cc5507f0a68835e4 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Sat, 23 Jul 2022 07:56:32 +0000 Subject: [PATCH 07/18] Small fix in the "pay with crypto section" Removed outdated info Added ref to updated info --- guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide.md b/guide.md index fe65b2e..e822c50 100644 --- a/guide.md +++ b/guide.md @@ -11836,9 +11836,9 @@ But what if the service you want does not accept Monero but does accept a more m **Bitcoin and other "mainstream cryptocurrencies" are not anonymous at all (Remember [Your Cryptocurrencies transactions][Your Cryptocurrencies transactions:]) and you should never ever purchase, for example, Bitcoin from an exchange and then use these directly for purchasing services anonymously. This will not work, and the transaction can be traced easily.** -- **Stay away from Crypto Mixers and Tumblers.** You might think this is a good idea but not only are they useless with cryptocurrencies such as BTC/ETH/LTC, but they are also dangerous as you might end up trading your currency for dirty currency from illicit activities. Use Monero to anonymize your crypto. Use a normal KYC-enabled Exchange to buy/sell your Monero (such as Kraken) or (at your own risk), use a service like LocalMonero. +- **Stay away from Crypto Mixer, Tumblers and Coinjoiners.** You might think this is a good idea but not only are they useless with cryptocurrencies such as BTC/ETH/LTC, but they are also dangerous as you might end up trading your currency for dirty currency from illicit activities. Use Monero to anonymize your crypto. Use a normal KYC-enabled Exchange to buy/sell your Monero (such as Kraken) or (at your own risk), use a service like LocalMonero. -- **Stay away from what are in my opinion risky private/anonymizing wallets such as .** Use a safer method outlined below. +- **Have a look below a couple pages below at "Warning about special tumbling, mixing, coinjoining privacy wallets and services" before proceeding.** ## Reasonably anonymous option: From d3da4d78f84c8c722202e1c78c2848c258ca4469 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Thu, 28 Jul 2022 13:07:53 +0000 Subject: [PATCH 08/18] Adding Tor URL Adding Tor URL --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index e031326..8af50d4 100644 --- a/_config.yml +++ b/_config.yml @@ -26,6 +26,7 @@ github: links_url: links.html twitter_url: https://twitter.com/AnonyPla mastodon_url: https://mastodon.social/@anonymousplanet + tor_url: http://thgtoallkcxrdv37u6knsc3pumk6cq6lqmcqlw3j5vkmyahkxive4jyd.onion defaults: - scope: From cd52a920b46a9dcce4519ae4f58a04e4048d7447 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Thu, 28 Jul 2022 14:46:33 +0000 Subject: [PATCH 09/18] Fix from tor_url to tor_mirror_url Fix from tor_url to tor_mirror_url --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 8af50d4..0160c71 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ github: links_url: links.html twitter_url: https://twitter.com/AnonyPla mastodon_url: https://mastodon.social/@anonymousplanet - tor_url: http://thgtoallkcxrdv37u6knsc3pumk6cq6lqmcqlw3j5vkmyahkxive4jyd.onion + tor_mirror_url: http://thgtoallkcxrdv37u6knsc3pumk6cq6lqmcqlw3j5vkmyahkxive4jyd.onion defaults: - scope: From fccb082eaaf8afb2b1698d18ec117fff4a86c859 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Fri, 29 Jul 2022 11:12:29 +0000 Subject: [PATCH 10/18] Fixes as per review Fixes as per review --- guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide.md b/guide.md index e822c50..6108998 100644 --- a/guide.md +++ b/guide.md @@ -11838,7 +11838,7 @@ But what if the service you want does not accept Monero but does accept a more m - **Stay away from Crypto Mixer, Tumblers and Coinjoiners.** You might think this is a good idea but not only are they useless with cryptocurrencies such as BTC/ETH/LTC, but they are also dangerous as you might end up trading your currency for dirty currency from illicit activities. Use Monero to anonymize your crypto. Use a normal KYC-enabled Exchange to buy/sell your Monero (such as Kraken) or (at your own risk), use a service like LocalMonero. -- **Have a look below a couple pages below at "Warning about special tumbling, mixing, coinjoining privacy wallets and services" before proceeding.** +- **See [Warning about special tumbling, mixing, coinjoining privacy wallets and services].** ## Reasonably anonymous option: @@ -11912,7 +11912,7 @@ For example, here are two possibilities: These steps should upgrade from "reasonably anonymous" to "extra-paranoid anonymous". Even if Monero is broken in the future. Zcash will have to be broken as well. Quite unlikely. -## Warning about special tumbling, mixing, coinjoining privacy wallets and services: [Wikiless](https://wikiless.org/wiki/Cryptocurrency_tumbler) [Archive.org](https://web.archive.org/web/https://wikiless.org/wiki/Cryptocurrency_tumbler) +## [Warning about special tumbling, mixing, coinjoining privacy wallets and services]: [Wikiless](https://wikiless.org/wiki/Cryptocurrency_tumbler) [Archive.org](https://web.archive.org/web/https://wikiless.org/wiki/Cryptocurrency_tumbler) We are not recommending any as none of those are truly providing anonymity but obfuscation. As of this writing, and as we are aware of, anonymity can be only achieved with Zcash "Shielded Addresses" and Monero. BTC, ETH and many others do not provide anonymity and those wallets and mixing services can be traced. Here are some references about this issue: @@ -13724,7 +13724,7 @@ See the [Some last OPSEC thoughts][Some last OPSEC thoughts:] section for some t [Appendix Z: Online anonymous payments using cryptocurrencies]: #appendix-z-online-anonymous-payments-using-cryptocurrencies [Reasonably anonymous option:]: #reasonably-anonymous-option [Extra-Paranoid anonymous option:]: #extra-paranoid-anonymous-option - [Warning about special tumbling, mixing, coinjoining privacy wallets and services:]: #warning-about-special-tumbling-mixing-coinjoining-privacy-wallets-and-services + [Warning about special tumbling, mixing, coinjoining privacy wallets and services]: #warning-about-special-tumbling-mixing-coinjoining-privacy-wallets-and-services-wikiless-archiveorg [When converting from BTC to Monero:]: #when-converting-from-btc-to-monero [Appendix A1: Recommended VPS hosting providers]: #appendix-a1-recommended-vps-hosting-providers [Appendix A2: Guidelines for passwords and passphrases]: #appendix-a2-guidelines-for-passwords-and-passphrases From cf96bfe6572adf11b3032613a49e1604f443d45d Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Fri, 29 Jul 2022 11:14:46 +0000 Subject: [PATCH 11/18] Fix to fix Fix to fix --- guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.md b/guide.md index 6108998..74e70c9 100644 --- a/guide.md +++ b/guide.md @@ -349,7 +349,7 @@ Finally note that this guide does mention and even recommends various commercial - [Appendix Z: Online anonymous payments using cryptocurrencies] - [Reasonably anonymous option:] - [Extra-Paranoid anonymous option:] - - [Warning about special tumbling, mixing, coinjoining privacy wallets and services:] + - [Warning about special tumbling, mixing, coinjoining privacy wallets and services] - [When converting from BTC to Monero:] - [Appendix A1: Recommended VPS hosting providers] - [Appendix A2: Guidelines for passwords and passphrases] From 6b5dc936048ba8993753ad84da5ad8b4718e6d05 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Fri, 29 Jul 2022 17:26:51 +0000 Subject: [PATCH 12/18] Fix of fix of fix Sorry for this garbage --- guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.md b/guide.md index 74e70c9..a564490 100644 --- a/guide.md +++ b/guide.md @@ -11912,7 +11912,7 @@ For example, here are two possibilities: These steps should upgrade from "reasonably anonymous" to "extra-paranoid anonymous". Even if Monero is broken in the future. Zcash will have to be broken as well. Quite unlikely. -## [Warning about special tumbling, mixing, coinjoining privacy wallets and services]: [Wikiless](https://wikiless.org/wiki/Cryptocurrency_tumbler) [Archive.org](https://web.archive.org/web/https://wikiless.org/wiki/Cryptocurrency_tumbler) +## Warning about special tumbling, mixing, coinjoining privacy wallets and services: [Wikiless](https://wikiless.org/wiki/Cryptocurrency_tumbler) [Archive.org](https://web.archive.org/web/https://wikiless.org/wiki/Cryptocurrency_tumbler) We are not recommending any as none of those are truly providing anonymity but obfuscation. As of this writing, and as we are aware of, anonymity can be only achieved with Zcash "Shielded Addresses" and Monero. BTC, ETH and many others do not provide anonymity and those wallets and mixing services can be traced. Here are some references about this issue: From 454f04492e2ef7bf5b3e56a37e32384353562bf6 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Wed, 3 Aug 2022 14:19:26 +0000 Subject: [PATCH 13/18] Move to 1.1.6pre Move to 1.1.6pre to change the date and reflect that many changes did happen since 1.1.5 --- guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide.md b/guide.md index 7e6eb53..ae57d8c 100644 --- a/guide.md +++ b/guide.md @@ -2,7 +2,7 @@ (Or "How I learned to start worrying and love ~~privacy~~ anonymity") -Version 1.1.5, June 2022 by Anonymous Planet +Version 1.1.6pre, August 2022 by Anonymous Planet **Forever in memory of Lena, 1999-2022** @@ -15152,4 +15152,4 @@ See the [Some last OPSEC thoughts][Some last OPSEC thoughts:] section for some t [1384]: https://web.archive.org/web/20220718231735/https://officercia.mirror.xyz/5KSkJOTgMtvgC36v1GqZ987N-_Oj_zwvGatOk0A47Ws [1385]: https://web.archive.org/web/20220516000616/https://officercia.mirror.xyz/WeAilwJ9V4GIVUkYa7WwBwV2II9dYwpdPTp3fNsPFjo [1386]: https://web.archive.org/web/20220720023429/https://leakuidatorplusteam.github.io/ - [1387]: https://web.archive.org/web/20220801151048/https://support.torproject.org/glossary/moat/ \ No newline at end of file + [1387]: https://web.archive.org/web/20220801151048/https://support.torproject.org/glossary/moat/ From a3e487a79c0ca280cbaf543103e7965a1db47305 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Wed, 3 Aug 2022 19:07:00 +0000 Subject: [PATCH 14/18] Update guide.md Co-authored-by: T. H. --- guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.md b/guide.md index ae57d8c..50f3946 100644 --- a/guide.md +++ b/guide.md @@ -2,7 +2,7 @@ (Or "How I learned to start worrying and love ~~privacy~~ anonymity") -Version 1.1.6pre, August 2022 by Anonymous Planet +Version 1.1.6-pre1, August 2022 by Anonymous Planet **Forever in memory of Lena, 1999-2022** From 7ad1e7922b80cee1377c494644743ed845c61983 Mon Sep 17 00:00:00 2001 From: pterocles Date: Wed, 3 Aug 2022 15:21:14 -0400 Subject: [PATCH 15/18] Bump version to 1.1.6-pre1 Certain fixes and additions have been made to warrant a version bump. Signed-off-by: pterocles --- CHANGELOG.md | 15 +++++++++++++++ _layouts/default.html | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c730975..f06819e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +v1.1.6-pre1 +- Update on Tor Browser route due to major changes + - Tor Project has condensed their settings and it is no longer + necessary to manually configure bridges. +- Fix out of date options/settings for Tor on Android +- Small grammar/spelling fixes +- Removal and fix of some bad links +- Removal of AnonArchive (down) +- "How to spot if someone has been searching your stuff" fixed +- PDF and ODT builds disabled temporarily +- Update to social links for SEO plugin +- Link to Qubes tutorial for installing Windows VMs +- Added link to Arkenfox/user.js +- Remove unnecessary addons + v1.1.5 - Various spelling and grammar fixes - Fixed several numbering errors in references diff --git a/_layouts/default.html b/_layouts/default.html index 66af6c0..45320f7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -154,7 +154,7 @@ input:checked + .slider::before {

The Hitchhiker’s Guide to Online Anonymity

How I learned to start worrying and love privacy anonymity

-

The latest Version is v1.1.5 See the changelog.

+

The latest Version is v1.1.6-pre1 See the changelog.

{% if page.url != "/" %} Home From d5bbf1ef871c0adabe1bcaa0ab7bf258981e987e Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:13:50 +0000 Subject: [PATCH 16/18] Fixed wrong e-mail Fixed wrong e-mail --- about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.md b/about.md index 12d15f8..d8043e3 100644 --- a/about.md +++ b/about.md @@ -8,7 +8,7 @@ Follow or contact us on: - Twitter: - Mastodon: - Element/Matrix.org: @anonypla:envs.net, @anonypla:tchncs.de, and @anonypla:matrix.org (all deactivated permanently) -- E-Mail: +- E-Mail: (You may use our PGP public signature () to encrypt e-mails. Do not forget to attach your PGP puclic key if you want an encrypted answer) Discussion Channels: - Matrix room: ```#anonymity:matrix.org``` From 505d612191c8dc8d52c5e5946e9ec481437e4a8b Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Fri, 5 Aug 2022 10:07:05 +0000 Subject: [PATCH 17/18] Changing link to PGP sign to in-line Changing link to PGP sign to in-line --- about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.md b/about.md index d8043e3..366b855 100644 --- a/about.md +++ b/about.md @@ -8,7 +8,7 @@ Follow or contact us on: - Twitter: - Mastodon: - Element/Matrix.org: @anonypla:envs.net, @anonypla:tchncs.de, and @anonypla:matrix.org (all deactivated permanently) -- E-Mail: (You may use our PGP public signature () to encrypt e-mails. Do not forget to attach your PGP puclic key if you want an encrypted answer) +- E-Mail: (You may use our [PGP public signature](https://github.com/Anon-Planet/thgtoa/blob/master/42FF35DB9DE7C088AB0FD4A70C216A52F6DF4920.asc) to encrypt e-mails. Do not forget to attach your PGP puclic key if you want an encrypted answer) Discussion Channels: - Matrix room: ```#anonymity:matrix.org``` From 65ebc3fe04206fb29358ef7c0451674eea6525d9 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Sat, 6 Aug 2022 07:31:41 +0000 Subject: [PATCH 18/18] Update about.md Co-authored-by: T. H. --- about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.md b/about.md index 366b855..9296963 100644 --- a/about.md +++ b/about.md @@ -8,7 +8,7 @@ Follow or contact us on: - Twitter: - Mastodon: - Element/Matrix.org: @anonypla:envs.net, @anonypla:tchncs.de, and @anonypla:matrix.org (all deactivated permanently) -- E-Mail: (You may use our [PGP public signature](https://github.com/Anon-Planet/thgtoa/blob/master/42FF35DB9DE7C088AB0FD4A70C216A52F6DF4920.asc) to encrypt e-mails. Do not forget to attach your PGP puclic key if you want an encrypted answer) +- E-Mail: (You may use our [PGP public signature](https://github.com/Anon-Planet/thgtoa/blob/master/42FF35DB9DE7C088AB0FD4A70C216A52F6DF4920.asc) to encrypt e-mails. Do not forget to attach your PGP public key if you want an encrypted answer) Discussion Channels: - Matrix room: ```#anonymity:matrix.org```