mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-03-22 12:43:24 +01:00
Compare commits
36 Commits
v1.1.6
...
v1.1.8-pre
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8afba2317 | ||
|
|
91e34eff56 | ||
|
|
81d536b3c4 | ||
|
|
917052c1d3 | ||
|
|
8b926f28c1 | ||
|
|
862e1fffd0 | ||
|
|
df9bc408a1 | ||
|
|
7324c48e1c | ||
|
|
3b9f9d8a7c | ||
|
|
518ca98896 | ||
|
|
7ad1772b59 | ||
|
|
7800b012a2 | ||
|
|
2dc4b592a7 | ||
|
|
99bd1eb0cc | ||
|
|
df1d4e2bfc | ||
|
|
2c50757792 | ||
|
|
6b7d5cc8e5 | ||
|
|
33160ccc38 | ||
|
|
a61b106e55 | ||
|
|
3a0b52a99e | ||
|
|
eb97bbfa78 | ||
|
|
11b88c8349 | ||
|
|
7235fef327 | ||
|
|
fdf5c49afd | ||
|
|
c8bfb2ef7a | ||
|
|
5b95f8adc0 | ||
|
|
b2df270c20 | ||
|
|
7f3985ce53 | ||
|
|
e2bc642b9a | ||
|
|
6495449c4c | ||
|
|
c3237d9bfc | ||
|
|
b44f4a0db7 | ||
|
|
510330d061 | ||
|
|
be66fef4fb | ||
|
|
ae06351a02 | ||
|
|
b36c796b18 |
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
patreon: # Replace with a single Patreon username
|
patreon: # Replace with a single Patreon username
|
||||||
open_collective: # Replace with a single Open Collective username
|
open_collective: anonymousplanetorg
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
|
|||||||
30
.github/workflows/mirror.yml
vendored
30
.github/workflows/mirror.yml
vendored
@@ -1,30 +0,0 @@
|
|||||||
name: Push to Mirrors
|
|
||||||
|
|
||||||
on: [ push, delete, create ]
|
|
||||||
|
|
||||||
# Ensures that only one mirror task will run at a time.
|
|
||||||
concurrency:
|
|
||||||
group: git-mirror
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
gitlab:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Official GitLab Mirror
|
|
||||||
uses: wearerequired/git-mirror-action@v1
|
|
||||||
env:
|
|
||||||
SSH_PRIVATE_KEY: ${{ SSH_PRIVATE_KEY }}
|
|
||||||
with:
|
|
||||||
source-repo: "git@github.com:Anon-Planet/thgtoa.git"
|
|
||||||
destination-repo: "git@gitlab.com:anonymousplanetorg/thgtoa.git"
|
|
||||||
|
|
||||||
codeberg:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Official Codeberg Mirror
|
|
||||||
uses: wearerequired/git-mirror-action@v1
|
|
||||||
env:
|
|
||||||
SSH_PRIVATE_KEY: ${{ SSH_PRIVATE_KEY }}
|
|
||||||
with:
|
|
||||||
source-repo: "git@github.com:Anon-Planet/thgtoa.git"
|
|
||||||
destination-repo: "git@codeberg.org:anonypla/thgtoa.git"
|
|
||||||
23
.github/workflows/vt-scan.yml
vendored
Normal file
23
.github/workflows/vt-scan.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: release
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: 📦 Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: 📦 Set up Go
|
||||||
|
uses: actions/setup-go@v3
|
||||||
|
|
||||||
|
- name: 📦 Scan PDF files using VT
|
||||||
|
uses: crazy-max/ghaction-virustotal@v3
|
||||||
|
with:
|
||||||
|
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||||
|
files: |
|
||||||
|
export/guide.pdf
|
||||||
|
export/guide.odt
|
||||||
21
CHANGELOG.md
21
CHANGELOG.md
@@ -1,10 +1,27 @@
|
|||||||
v1.1.6 "The one where the documents all build."
|
v1.1.8-pre.1
|
||||||
|
|
||||||
|
- Add AnarSec to links
|
||||||
|
- Fix automatic VirusTotal scans
|
||||||
|
- Invidious shutdown
|
||||||
|
|
||||||
|
v1.1.7
|
||||||
|
|
||||||
|
- Add A.P. Open Collective link
|
||||||
|
- Remove in memoriam for Lena per her wishes
|
||||||
|
- Add Lucas as NTH mod
|
||||||
|
- Fix missing inline image leftover from previous PRs
|
||||||
|
- "Checking if your Tor Exit Node is terrible": reduce to one section and remove subsections
|
||||||
|
|
||||||
|
v1.1.6 **"It's alive...again."**
|
||||||
|
|
||||||
The thing works now.
|
The thing works now.
|
||||||
|
|
||||||
- Fixed the errors in pandoc (Tex2PDF) build
|
- Fixed the errors in pandoc (Tex2PDF) build
|
||||||
- Updated Tor .onion links
|
- Updated Tor .onion links
|
||||||
- Drank a boat load of espresso
|
- Drank a lulz amount of espresso
|
||||||
|
- Cleaned up garbage
|
||||||
|
- Removed unused links
|
||||||
|
- Note regarding Alex's absence (they will return)
|
||||||
|
|
||||||
v1.1.6-pre2
|
v1.1.6-pre2
|
||||||
- I know, I know. Pre-release? Again??! v1.1.6 coming **very** soon.
|
- I know, I know. Pre-release? Again??! v1.1.6 coming **very** soon.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhzQAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyxQAKCRAoXmBIoSMh
|
||||||
sqY5AQCs+ZCRXQ7pZicBbcTL9vMgPzhZ6JfRo/G8gDm7DaH6tAD+LGgr/CPwZu/A
|
shBpAPkBmAqO8FuIVh1kAMHpzVOExwb61qi2ps0sLSpxV1gSAQD/UbtQ7mlT66bk
|
||||||
OAD359iFDRjnYm0dsY6afy5ToB22lQk=
|
rSE6tHoWv9h5WIuUDgiG6uL6oQ23GAM=
|
||||||
=WFn/
|
=J8DG
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/mCtsLz0C8AL4OHqPmwd8DBbUm0TIRGI5INu2VCC8rheuaVBqJX/F+fgZ8E3gSNOo0+jviz+qAoMoVF3weqt/AQ=
|
RUSn9xivowlq/vgIKznGvM+N+65EoF1y4mtXUhCU5Ktj06smLtNzQ7e0x/3SnXci5yD9S4c0D9WH9mNx96X/hPSKzBfKZalmAAM=
|
||||||
trusted comment: timestamp:1680335310 file:CHANGELOG.md hashed
|
trusted comment: timestamp:1686450886 file:CHANGELOG.md hashed
|
||||||
3Hm06tbf5yvdy38TdnGZU6Rzxj89Fzaa9XO/e0g69bvKJNpcQ21U0yNyuv/9V6Lal8/q4tOfUSNtWpSko4RrAA==
|
fFKmtYn8B5naVIEWdzERjZCEAopJaq25of8ErWtvswrNH3sRO1NAC1Moc/W7+qD7PAG2kK9gjYD2r/9mNOR0AQ==
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhzgAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyxgAKCRAoXmBIoSMh
|
||||||
sul0AP96LS75EXGqeCq5ic2YIG5A+emICYi8qCePtz+OR3LwBAD+O6OqfGYDhjwB
|
sjzhAP4winAF7SYCOggTVUCzN+oAcz57FNPKMwuLRTloDMMwhAD9EjhZiwG/sAxR
|
||||||
beUmiF1IveuoP+fVsaavvLqaUifnBwM=
|
68HZNLKnXBDLxg8+4oWXjSYd2w9hNQQ=
|
||||||
=926r
|
=PUw0
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/gD5vCC8/YFdUVxQVvGfr4Far0rKgyq8NvpyWOyv7OniMR0H1cROxjbaNwDGKi40AIpnb4DxlLhGLB9vXxAk4Qo=
|
RUSn9xivowlq/gD5vCC8/YFdUVxQVvGfr4Far0rKgyq8NvpyWOyv7OniMR0H1cROxjbaNwDGKi40AIpnb4DxlLhGLB9vXxAk4Qo=
|
||||||
trusted comment: timestamp:1680335312 file:CODE_OF_CONDUCT.md hashed
|
trusted comment: timestamp:1686450888 file:CODE_OF_CONDUCT.md hashed
|
||||||
8ZCh3j5OFCt1TrJjRqhMaw35omLWqEkt9iPoiRamKLSZ7bHQtjxYLUkVzzywci3rqYSH5J/foTuuBGPBZOU2BQ==
|
GE7IedWaItWvZmmycdlcWXRx+Z9d6RK/hxyR8id/WBBpDrIDZMcH3NOsA/9jHcUQ9B4+ua/T6nH5IyGQGZHrAQ==
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
#### There are multiple ways you can add to the guide:
|
#### There are multiple ways you can add to the guide:
|
||||||
|
|
||||||
- You can [submit bugs and feature requests](https://github.com/AnonyPla-ng/thgtoa/issues/new) with detailed information about your issue or idea:
|
- You can [submit bugs and feature requests](https://github.com/Anon-Planet/thgtoa/issues/new) with detailed information about your issue or idea:
|
||||||
- If you'd like to propose an addition, please follow the standards outlined here.
|
- If you'd like to propose an addition, please follow the standards outlined here.
|
||||||
- If you're reporting an issue, please be sure to include the expected behaviour, the observed behaviour, and steps to reproduce the problem.
|
- If you're reporting an issue, please be sure to include the expected behaviour, the observed behaviour, and steps to reproduce the problem.
|
||||||
- This can require technical knowledge, but you can also get involved in conversations about bug reports and feature requests. This is a great way to get involved without getting too overwhelmed!
|
- This can require technical knowledge, but you can also get involved in conversations about bug reports and feature requests. This is a great way to get involved without getting too overwhelmed!
|
||||||
- [Help fellow committers test recently submitted pull requests](https://github.com/AnonyPla-ng/thgtoa/pulls). Simply by pulling down a pull request and testing it, you can help ensure our new code contributions for stability and quality.
|
- [Help fellow committers test recently submitted pull requests](https://github.com/Anon-Planet/thgtoa/pulls). Simply by pulling down a pull request and testing it, you can help ensure our new code contributions for stability and quality.
|
||||||
|
|
||||||
### Content Contributions
|
### Content Contributions
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ For those of you who are looking to add content to the guide, include the follow
|
|||||||
- Search/replace doesn't understand context, and as such, will inevitably cause inconsistencies and make the guide harder to read.
|
- Search/replace doesn't understand context, and as such, will inevitably cause inconsistencies and make the guide harder to read.
|
||||||
- If it's part of a larger PR, it'll also make the reviewer's life harder, as they'll have to go through manually and undo everything by hand.
|
- If it's part of a larger PR, it'll also make the reviewer's life harder, as they'll have to go through manually and undo everything by hand.
|
||||||
- *If you're going to make mass changes, take the time to do it properly*. Otherwise I'll just have to undo it anyway.
|
- *If you're going to make mass changes, take the time to do it properly*. Otherwise I'll just have to undo it anyway.
|
||||||
- If your change contains backslashes (`\`), wither escape them with another backslash (`\\`) or put them in a ```code block```.
|
- If your change contains backslashes (`\`), either escape them with another backslash (`\\`) or put them in a ```code block```.
|
||||||
|
|
||||||
When reporting guide issues:
|
When reporting guide issues:
|
||||||
|
|
||||||
@@ -62,9 +62,9 @@ For an example of what *not* to do, see: <https://github.com/Anon-Planet/thgtoa/
|
|||||||
**Thank you** for taking the few moments to read this far! You're already way ahead of the
|
**Thank you** for taking the few moments to read this far! You're already way ahead of the
|
||||||
curve, so keep it up!
|
curve, so keep it up!
|
||||||
|
|
||||||
[discussions]: https://github.com/AnonyPla-ng/thgtoa/discussions
|
[discussions]: https://github.com/Anon-Planet/thgtoa/discussions
|
||||||
[issues]: https://github.com/AnonyPla-ng/thgtoa/issues
|
[issues]: https://github.com/Anon-Planet/thgtoa/issues
|
||||||
[help fellow users with open issues]: https://github.com/AnonyPla-ng/thgtoa/issues
|
[help fellow users with open issues]: https://github.com/Anon-Planet/thgtoa/issues
|
||||||
[topic branch]: http://git-scm.com/book/en/Git-Branching-Branching-Workflows#Topic-Branches
|
[topic branch]: http://git-scm.com/book/en/Git-Branching-Branching-Workflows#Topic-Branches
|
||||||
[Qubes#7457]: https://github.com/QubesOS/qubes-issues/issues/7457
|
[Qubes#7457]: https://github.com/QubesOS/qubes-issues/issues/7457
|
||||||
[50/72 rule]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
[50/72 rule]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
||||||
@@ -72,4 +72,4 @@ curve, so keep it up!
|
|||||||
[console output]: https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/creating-and-highlighting-code-blocks#fenced-code-blocks
|
[console output]: https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/creating-and-highlighting-code-blocks#fenced-code-blocks
|
||||||
[verification steps]: https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/basic-writing-and-formatting-syntax#task-lists
|
[verification steps]: https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/basic-writing-and-formatting-syntax#task-lists
|
||||||
[reference associated issues]: https://github.com/blog/1506-closing-issues-via-pull-requests
|
[reference associated issues]: https://github.com/blog/1506-closing-issues-via-pull-requests
|
||||||
[help fellow committers test recently submitted pull requests]: https://github.com/AnonyPla-ng/thgtoa/pulls
|
[help fellow committers test recently submitted pull requests]: https://github.com/Anon-Planet/thgtoa/pulls
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh0AAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyyAAKCRAoXmBIoSMh
|
||||||
sqsRAP9FYsTS4eOVpTuhk90U8gV/5J+LguFtsPO3z2IQcVKgPgEAkqYbyrzgu0Ls
|
slx4AQCnzoORVVL/aKNx1I2aVwHY3mFbpe4Uwj+mddBBLg3ATwEA7uqfMW3ZXgE9
|
||||||
XFAS01F8e1by+2qZoBsu8nuEnih8NAo=
|
LOtjmANiocV0LoAinXdK0oY8ZINGkAo=
|
||||||
=Kdf7
|
=yd2Q
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/tV9Fy2nTvAb4k8umjfk+y6Bpi6z4nOEGBCAm1VfwbmjJF5Kpe9aU0bZtncMMN7vZXi+kYrvUuVG18ZECx8pRg4=
|
RUSn9xivowlq/tWnF0Uppl4tQg0CfR1fSzNpvQpIunGQeT70ZiZbMV5l/1sb5rFmzjZOgOyJxslx/Da9yoSnzcDy+zKhHF99ng0=
|
||||||
trusted comment: timestamp:1680335313 file:CONTRIBUTING.md hashed
|
trusted comment: timestamp:1686450889 file:CONTRIBUTING.md hashed
|
||||||
DA9AId6tgXMrNVoyrrscYw+WG/BvVEdmVaKJKbcRV3z7yM7H0FE9wx//x+m9VgaDyq0mgDkd44Fvjt7TxgG/CQ==
|
PPyq/pDO1sd0cSaE7Cmg7wyKhetMkqKNWSMt7x3NUxQC944YC6PQlNC9fun2I5KkChhHr0VjmYvsEKCTxzDyCA==
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh0QAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyyQAKCRAoXmBIoSMh
|
||||||
sln0AP92N6DWLW1Le7UPMtdxY7+qITMdFoYXgn9gj4J2jBRLQAEAhP37VhQIdVXg
|
sqaZAPwJ2PtffMDSe3CpIviG+NZpp++sgMoasvXlD483BmJUjwD/YFfjL/SG7ez/
|
||||||
B9yFEOEQw3kIls55JlRkQ3hrPxPVfw0=
|
uK9nL5Ea3zIdF8DyO3nb9Se6YdECtAw=
|
||||||
=VTt0
|
=N/wr
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/gEdIFDRsGwF2xuLoX64+PcxRZHg0mT+M3d5ZBNe4iv6jUdYpoFpY6Ba2Ny2jTxhLq8lbu4IsvRsBxMSvCdipQE=
|
RUSn9xivowlq/gEdIFDRsGwF2xuLoX64+PcxRZHg0mT+M3d5ZBNe4iv6jUdYpoFpY6Ba2Ny2jTxhLq8lbu4IsvRsBxMSvCdipQE=
|
||||||
trusted comment: timestamp:1680335315 file:KEY_ROTATION.md hashed
|
trusted comment: timestamp:1686450891 file:KEY_ROTATION.md hashed
|
||||||
mpcXR7nKMEl8oBGdZM+F35/fRIpZoaBMxK8Z1PvaxXGpnZW2K7MQZvHeJs6BqJmodABPUggd/Ovy74XSQ+AwDQ==
|
TTReb5G5FTnC9zqdecROSl5Dz0e/C5eoR2y5T/oiRbWdXFFwS8h7yumWvn8Vn5FwLJXXjxuJg16p5bzZMh55AQ==
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh0wAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyywAKCRAoXmBIoSMh
|
||||||
suCEAP9HosFzj8/w9w+EzKM+XJBXDZc3beZkVJ4Kf4yOlMgUBwEA97aOiHyzYwmp
|
sh+jAP4riJEETXDLtRElvM54ee3gzETSmHZP90pbnk7wv719ygD8D6CJ9lFqpbD0
|
||||||
/PRYhgK8zUUYxOIRfkDtl1ekb8ahrw0=
|
ZfNWjB6BKPTHpYNdSW8EsiF6IDdhCQc=
|
||||||
=nF54
|
=hmSi
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/gAzBQtyzCamju84eebs9pmkibZyZu3dRxd3LrTgZgknkRyjTMx8clMYRpHl1l7XCqCROtQU8r+zSXd79xFgFQc=
|
RUSn9xivowlq/gAzBQtyzCamju84eebs9pmkibZyZu3dRxd3LrTgZgknkRyjTMx8clMYRpHl1l7XCqCROtQU8r+zSXd79xFgFQc=
|
||||||
trusted comment: timestamp:1680335316 file:LICENSE.md hashed
|
trusted comment: timestamp:1686450892 file:LICENSE.md hashed
|
||||||
WVZeiBuCi5Vje4LQJgOIehfYUWjVkDWtOEtct/eZwkEDbDf9vVdYLkpk5MuEvy6zbbSG7lChoxAyAXQHnixMCw==
|
rPPGImrAfm7e2yN+vni+65nQkMTxYerItdT4APrY5rTslbnV8SQWOuyAimERPUbkm/aiuoCHDZF/AfgPNOffAQ==
|
||||||
|
|||||||
@@ -8,9 +8,6 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und
|
|||||||
|
|
||||||
**If you would like to make a donation to help this project, you can do so from [here](donations.html) where you will also find the project goals. All the donations will be strictly used within the context of this project. All donations and spendings are logged on the donations page.**
|
**If you would like to make a donation to help this project, you can do so from [here](donations.html) where you will also find the project goals. All the donations will be strictly used within the context of this project. All donations and spendings are logged on the donations page.**
|
||||||
|
|
||||||
**Direct downloads alternatives:**
|
|
||||||
- **Coming soon**
|
|
||||||
|
|
||||||
**View the guide:**
|
**View the guide:**
|
||||||
- [In your browser](guide.html)
|
- [In your browser](guide.html)
|
||||||
- [PDF](export/guide.pdf)
|
- [PDF](export/guide.pdf)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh1AAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyzAAKCRAoXmBIoSMh
|
||||||
siunAQC2DT2qJEjvosnRz+eT7xPCPqJVF9ou4WVLJeJ1F5MVuQEA+Sr1ogWLT83F
|
sucDAQDXnAyBAGQ1Jv4sfi/wRlYJfxDoScPg2qlie5QgNqyxUQD/ZnP3i9WcD6hC
|
||||||
Gl7Gw5nAo1VoEy+QoXfVvjCpW8PLFwk=
|
67ERTz38VhLqZkXBSINBokW1X71Z5QU=
|
||||||
=SzD0
|
=VRFj
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/khaN6RZfM31d2qqisqStlc6eQx4EzeEUkv9fXpl1oJ2+lAC4r3voqLTkAKLSpfXhgh26HBsa6HSNrA4ySYYAwk=
|
RUSn9xivowlq/pgNN3JobRKk9yc7YsFmiU8HGK3ODVuzNh4pPtbNj+u0hu3lLC6FJJV1f8o2iiMrmBKnMmeQL/lpTIOHtwXTtwc=
|
||||||
trusted comment: timestamp:1680335318 file:README.md hashed
|
trusted comment: timestamp:1686450894 file:README.md hashed
|
||||||
Dix3k+roD19I7GwhfjremcvHpUhHa6EUSBFX4Pxubgk+pRWMEobtF1vQDiergJRyBLcOY3amj76WBf5rhMILDQ==
|
JODgwbhw8BMk5PdUxqXAD9S04qkUmjEde5ZG8m8ZyFFxbg28KcC0sC4VCTgoyFSIA3LysnHh030bXRy2vKRqCQ==
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ input:checked + .slider::before {
|
|||||||
<h1>The Hitchhiker’s Guide to Online Anonymity</h1>
|
<h1>The Hitchhiker’s Guide to Online Anonymity</h1>
|
||||||
</a>
|
</a>
|
||||||
<h2>How I learned to start worrying and love <del>privacy</del> anonymity</h2>
|
<h2>How I learned to start worrying and love <del>privacy</del> anonymity</h2>
|
||||||
<h4 class="project-version">The latest Version is v1.1.6. See the <a href="{{ site.github.changelog_url }}" style="color:#ff4700">changelog.</a></h4>
|
<h4 class="project-version">The latest Version is v1.1.8-pre.1. See the <a href="{{ site.github.changelog_url }}" style="color:#ff4700">changelog.</a></h4>
|
||||||
<section id="downloads">
|
<section id="downloads">
|
||||||
{% if page.url != "/" %}
|
{% if page.url != "/" %}
|
||||||
<a href="{{ site.github.home_url }}" class="btn_small">Home</a>
|
<a href="{{ site.github.home_url }}" class="btn_small">Home</a>
|
||||||
|
|||||||
27
about.md
27
about.md
@@ -2,6 +2,8 @@ The current maintainers of this project are Alex (they/them) and The Hidden (aka
|
|||||||
|
|
||||||
After unfortunate events, we have picked up maintenance of this guide in order to continue the project the original founder, Lena, started. Lena faked her death, then returned later. Before her <del>death</del>, she gave me access to her accounts to maintain the guide. I will be maintaining her guide, as well as running her Matrix space, from this point. As we've said before, we cannot guarantee we'll do everything right, or how she would have done it, but we're trying our best.
|
After unfortunate events, we have picked up maintenance of this guide in order to continue the project the original founder, Lena, started. Lena faked her death, then returned later. Before her <del>death</del>, she gave me access to her accounts to maintain the guide. I will be maintaining her guide, as well as running her Matrix space, from this point. As we've said before, we cannot guarantee we'll do everything right, or how she would have done it, but we're trying our best.
|
||||||
|
|
||||||
|
**Update: Alex is taking an extended leave to acquire a more secure operating system and will not be actively involved for some time. They promise to return ASAP. Until then, No is spearheading the operation, including translations and research.**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Please share this project if you enjoy it and think it might be useful to others.
|
Please share this project if you enjoy it and think it might be useful to others.
|
||||||
@@ -15,28 +17,3 @@ Discussion Channels:
|
|||||||
- Matrix room: ```#anonymity:matrix.org``` <https://matrix.to/#/#anonymity:matrix.org>
|
- Matrix room: ```#anonymity:matrix.org``` <https://matrix.to/#/#anonymity:matrix.org>
|
||||||
- Matrix space: ```#privacy-security-anonymity:matrix.org``` <https://matrix.to/#/#privacy-security-anonymity:matrix.org>
|
- Matrix space: ```#privacy-security-anonymity:matrix.org``` <https://matrix.to/#/#privacy-security-anonymity:matrix.org>
|
||||||
- Github Discussions: <https://github.com/Anon-Planet/thgtoa/discussions/>
|
- Github Discussions: <https://github.com/Anon-Planet/thgtoa/discussions/>
|
||||||
|
|
||||||
**Below you'll find the original about text from the initial founder, Lena, of this guide before she went missing, most links are invalid.**
|
|
||||||
|
|
||||||
This text will remain here in memoriam of her legacy and the incredible work she did vastly alone without any contributors.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Hello I'm back,
|
|
||||||
|
|
||||||
**First I'll thank you immensely Alex for salvaging this and helping me. Thank you. Thank you so much.**
|
|
||||||
|
|
||||||
My name is Lena, I'm 22 years old, I'm Ukrainian from Kyiv. Online, I'm I'm just a simple anonymity and privacy activist.
|
|
||||||
I also used to be an activist in real life for various causes and did my share of protests. I was forced to flee the country like many others, and for the moment reside in Germany.
|
|
||||||
|
|
||||||
I'm a firm supporter of human rights, equality, repect, I hate corruption, and now ... sorry but not sorry ... I seriously dislike Russians who still support Putin but in particular, I really hate pro-russian Chechnians who came to Ukraine for the sport as they are just savages to my eyes. This is my sole personal opinion.
|
|
||||||
|
|
||||||
I also strongly believe privacy should be a universal right and that anonymity should never become illegal. I don't want our lives to turn into Gattaca, Minority Report, Black Mirror, or 1984 (Too late for that one, I'm afraid). I do not want our laws and rights to become terms of services.
|
|
||||||
|
|
||||||
My goal is to bring accessible knowledge on these topics to the many and hopefully reach the few good people who really need it. In this specific case, I think the needs of the few outweigh the needs of the many.
|
|
||||||
|
|
||||||
Some facts about me:
|
|
||||||
- I am not rich.
|
|
||||||
- I enjoy good memes, movies, series, and books (and I'm sure some of you will spot some of the many references to those in my project).
|
|
||||||
|
|
||||||
Please share this project if you enjoy it and think it might be useful to others.
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh1gAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyzgAKCRAoXmBIoSMh
|
||||||
sspYAP94KlEc8j6agyeq3l2zoOvV0OcR67gSJ+UJKBwqwX+4YQD/ah3YgXnqSsBS
|
ssXxAQDBVSh/ZeSycd6B5l1iEQ1eEYMBuIYAMLaxH6QP73He7wEA9MoTRsocvaZ7
|
||||||
CRyoFmwwrJvKDoDj9lPpae47IiXR0gs=
|
qg7pIzE+NOZPMlGuOwaPgmTmi05HrA4=
|
||||||
=Ylsy
|
=FZw/
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/jPGLG4VcZ5au6he/dAI4GTaWrTiWJEdqbaCxJHxOsczmmoIPZyrXjl8lSwWc+cQ4Lh5wh/OWuK79IY/6lGhVws=
|
RUSn9xivowlq/jMbV8YC4jebQgZWBwmP0XZ0QEfXmIO2c1YQ30zXoZm2QxZjfybCNrVIaPgL72LiqBBTtDQPNrN9JjTSZkuvVAw=
|
||||||
trusted comment: timestamp:1680335319 file:about.md hashed
|
trusted comment: timestamp:1686450895 file:about.md hashed
|
||||||
iljjU44BMSi/pC1dqnoS0sQDojgcL80y85alEF9h75MPIexjFv+Zu25YlTmK5TDTLbXdissqRyMRwO43LNxJBg==
|
gkRfeMaaen/nVW/dNJvP+YZIp5OTCrw1N7SYik/6whlzCNgNY9ZLGEPlPvYj175WOJHraO6MvC+i4GfRlJavDw==
|
||||||
|
|||||||
16
b2sum.txt
16
b2sum.txt
@@ -1,17 +1,17 @@
|
|||||||
b61bf2e353177b802423cf7ace080d92e90dd58db0ae3cab292b3df9722d67735174954fd8939c8ef9f337dd33a3f7ac4c59b681f7030fad5a1a659226ab271f CHANGELOG.md
|
9e60b98a1484cdeab7fb6e5847363edd64bd8bcfe147c9c106dd176c83d954ddada5c7d45035f91a0bb6b3b16984a0c9b45a0a992324f24f47da0d861418f313 CHANGELOG.md
|
||||||
13a500b51aaaab394f40d459c722f25c94fdb92c0488a45caa67b5ef5c4d8ea1d5a9e303879cb04fbe61fb756a0b0e713533178cac66310d1f6d227c7a1b9bc7 CODE_OF_CONDUCT.md
|
13a500b51aaaab394f40d459c722f25c94fdb92c0488a45caa67b5ef5c4d8ea1d5a9e303879cb04fbe61fb756a0b0e713533178cac66310d1f6d227c7a1b9bc7 CODE_OF_CONDUCT.md
|
||||||
57930e368db74237e225d57fb277dd30d68b75ce76567f5d608b2cd43ca547ac1f83ec04d3ba54e332e710ac3d641ec51c83fd92dd702d50e34d09d59a167ebb CONTRIBUTING.md
|
fae76da5237e8504d65819f57141f5e4760ed7bb33bb3289c408998ba0789ce0d01fcaddf29eebb7435bd8994c3aedcaea52ca617272dd1f867782b328661407 CONTRIBUTING.md
|
||||||
51b88600d8c32dc6189bace5786e7dc4c4c9e6b40a106b12e349307757e4d8aa4df6cf5cac1e06200664dd385cb35e4db84d7e7992fd9c3c9cea05fca28a27bb KEY_ROTATION.md
|
51b88600d8c32dc6189bace5786e7dc4c4c9e6b40a106b12e349307757e4d8aa4df6cf5cac1e06200664dd385cb35e4db84d7e7992fd9c3c9cea05fca28a27bb KEY_ROTATION.md
|
||||||
be4c0b66dbdca9446079753dc3fcf2fb3eec55e8061c23ebcb20242458319a44120397d825b621fe6a59940204a05689bbb1a23bdd69120f775913f5c08d40dc LICENSE.md
|
be4c0b66dbdca9446079753dc3fcf2fb3eec55e8061c23ebcb20242458319a44120397d825b621fe6a59940204a05689bbb1a23bdd69120f775913f5c08d40dc LICENSE.md
|
||||||
33efc63a406a5eebe89217bfb6a3e99641fc63226c146c6ef11dec186d90c93324e285ce8f0c0c973f2c7ab5a781e77f5d8b39154dd46f1aa9971ea457092df2 README.md
|
ae55dafb58b68494ac627911e7ca19878c515bdd712e3328775065b2066e212ed4c62d24abe5267442560eb0ffe89a46ed20c66bbb169e5dd61ac451c55575ac README.md
|
||||||
51f8fb376233f1c8930a0540bcd169c389e8ef35aff8bc1fee98ac41811dd27be9897e81887ded7fc83f139e78bb6842dc1acc8b3d1214a4a49ca88c1e48abac about.md
|
2bcc51fa507b38a06187c8692a0233fc5b91f568b8e9397de110bdf892e3c4b5da23f1a3fd24422e3cf2c35d83543c1ba7e728397c86cc1f15f783a5b2f74739 about.md
|
||||||
26196d7b81bb79c8dc290a98204e3d416e887552ec68b0de4bbe2f17bcc11fe8e3dfccc7f210a72ddecba2eecfa2e33ceaf57f4b0c3061230d62b805e8228f79 briar.md
|
26196d7b81bb79c8dc290a98204e3d416e887552ec68b0de4bbe2f17bcc11fe8e3dfccc7f210a72ddecba2eecfa2e33ceaf57f4b0c3061230d62b805e8228f79 briar.md
|
||||||
891592dbb81e072fbce58e5772a3a2c9194f1eece192ac24c590c82d1446abfc6b35962ccf5b3e5b52c1a4ec685416f25737a9cca210b558a1bc43d3afa1384e chatrooms-rules.md
|
81352084f4e0d2104f71be16779ca788a97da03df7b6307b14867ad097be329ff37f039a4aed1b0309391c4af10187ee32822736bc3c797b3af5b19f4da0cc73 chatrooms-rules.md
|
||||||
0f1ade686710eae78be9d2ac09f8249399994b4e73d37e8d0893cff9d58ba93dc38eb5ffb912744aa1318508449ed7a11661af99e778f0d800f5b11ced4fbd2c constitution.md
|
0f1ade686710eae78be9d2ac09f8249399994b4e73d37e8d0893cff9d58ba93dc38eb5ffb912744aa1318508449ed7a11661af99e778f0d800f5b11ced4fbd2c constitution.md
|
||||||
5a0a6f7e1df8e6965606d12e6763c86c96adb023df120c0a71e631f2ad44fcd9057c84f793411f71e6b5366a84fe583def86729f0863d0e3a0f083d228f37850 donations.md
|
5a0a6f7e1df8e6965606d12e6763c86c96adb023df120c0a71e631f2ad44fcd9057c84f793411f71e6b5366a84fe583def86729f0863d0e3a0f083d228f37850 donations.md
|
||||||
aee1b15060dbe02ef64b165d8039f0211eda3a3cb1435ae75fd0eeccbc220400b7ae1f6d189b8f2d83f402f52d3995e43e31abc00d7bfd20dedc36266563ed84 guide.md
|
8e1ddf1c717273cf1c3d94e0d871ff0def6a6af16adac97076d33b04fd2a23ed5db7e4751447ba92f29a78a5133d6ab12c73f256b2861118c853d6ceb7719c13 guide.md
|
||||||
046a52e53005963dd38343505aa43e51b5d750f0891c0a20a675c80ef9a254077db98b15165641a5f7ea33cc19f035e2aa7dbec4504a95c32b63911e3c7a8046 legacy.md
|
046a52e53005963dd38343505aa43e51b5d750f0891c0a20a675c80ef9a254077db98b15165641a5f7ea33cc19f035e2aa7dbec4504a95c32b63911e3c7a8046 legacy.md
|
||||||
66ff213a8a0ec7fe0540858153b799343ce35cc0e9f541d3ea241160758096e278496f85260e6a26ede7f7a30744398b3aaf6b7a15265f3cb6ecc91a09771fe0 links.md
|
354a7a6f910c5a6508cf13b406c542ae3f0ad739fa3732936ccaa282fd486a475c39ab0862525dd4555f06e0164b90a99dac400b729bc9feab91b637eb896589 links.md
|
||||||
32b57ea09d576ce73f74352e9fe1baef19ed6c3808a9e3fa4716ec881f57a579861fa22b95e56dc729048c27e242fbbc15866cb2c36411c9e49173c00c126647 moderncrypto-rules.md
|
32b57ea09d576ce73f74352e9fe1baef19ed6c3808a9e3fa4716ec881f57a579861fa22b95e56dc729048c27e242fbbc15866cb2c36411c9e49173c00c126647 moderncrypto-rules.md
|
||||||
28ee0d22dd1f3ad583eeae49d459b8bafcafbb094912342afa628f015c89f1c296769a66bdd5d1c98b5c56a2351ffb9eb15f38ad34fae9f765bfa584d31003bc twitter.md
|
28ee0d22dd1f3ad583eeae49d459b8bafcafbb094912342afa628f015c89f1c296769a66bdd5d1c98b5c56a2351ffb9eb15f38ad34fae9f765bfa584d31003bc twitter.md
|
||||||
b95e9fa16a93a07c1eae64b2ec6f180c23b8d005d3c0cd682700d04a767205095670524225ed5810bf4eeb3d7b4c7fc3e08d161ea5dcefc70b36cac6776d662c verify.md
|
6932c291ade2372ef6178c72c82bf0b6085bbb26152ea46c08701861e05887b997c5d39c379b005045acd001c91686f519cb2a2ad01b7a62ff36747d59c742e8 verify.md
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh6AAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUy4AAKCRAoXmBIoSMh
|
||||||
srN2AP0TmruDkqDjwAZ/U93ijF2QhBHP5g49cHRplkDWo5LUBwEAuE+iyAqVCpSW
|
stfsAP9xfoygyK0TjGg8K4L2nZywFeq5gHjukk3+CHnCwKwp6wEAx7j/JWldPVHc
|
||||||
nkqhdgdInT2qRe+G4Ml5jRRxM/l1QA4=
|
vVaLhROcKIgYlRRzHuWr14LcvOk20gM=
|
||||||
=ANo3
|
=nnsi
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/rtm3Vs83OEudyQPQZe2ajhVBIw9wkSw7KjPi/MqBMC2pQf+1qe/zBH+KDLaHmjgHWPK0wrp9Kgh7+Z4yDjLWwM=
|
RUSn9xivowlq/h1J2EGvUJE9rDCPb2Ud/pTfw9xk7dj+eqN4we6FPHsBuoxuqsaEY2RtKp1TE9R2pT/P7T+25vX2Ir7PCAr9hgg=
|
||||||
trusted comment: timestamp:1680335337 file:b2sum.txt hashed
|
trusted comment: timestamp:1686450914 file:b2sum.txt hashed
|
||||||
iuibRpqWVqMC+3S4IgNlpVS+KATxngRplfPcjTCGdoLsVD8R+pFTqVRNvvocWRfBkLSw9Q80wi7Rm7USubzNAA==
|
vCkq98nW+d/ZctG1DyT8fn6/HaPVKsvwuQkk/kqquhc7SC/j6MGn2Dw6KX3fnrR2bTwYHy4+14SI5+xrU3GeAA==
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh2AAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyzwAKCRAoXmBIoSMh
|
||||||
sp60AQCcvJrgWFAPqDUQMt0CaF4e6Tsg4BLNDirQ/nW46Usc4wEA2RPtAN6n8vjP
|
sjvEAQDPXp8M6rctrp9+B4f1fgkO/S4KZAtUMebEa1CzwOuhOgD/XedzkO7S6ZfR
|
||||||
F834c6ojvbeZJgMsJNGHJAazzHMGrgk=
|
0tJjdjhPYMeYh3uodnlk13iPjw4Sjws=
|
||||||
=yg0z
|
=fVMk
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/mjhwPVty4ZNYfjn4Gx8rNfbI0b+wd4o32ZIPOV/tWquVnu0QA3tLFvn+UODOdV+MYvFsknKZ37H9BAgqPt0CQc=
|
RUSn9xivowlq/mjhwPVty4ZNYfjn4Gx8rNfbI0b+wd4o32ZIPOV/tWquVnu0QA3tLFvn+UODOdV+MYvFsknKZ37H9BAgqPt0CQc=
|
||||||
trusted comment: timestamp:1680335321 file:briar.md hashed
|
trusted comment: timestamp:1686450897 file:briar.md hashed
|
||||||
TLAQ4Ergf7NvqnCuCU7oxTYKrRgeernN0NVzYfJ0fowLHaBXjPEqTZXtxMAwhZJ3HttFcmYdft1q6a4eYOxWCQ==
|
af2xdOEuqa4CBQ/22L7+OtdAnM7Abv2Fa7VuORv7JNasYmuTH4hNUAQVBreQCTf7sns6PUeFwXxJqKMm6m6BDw==
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
### Privacy Security Anonymity Community Matrix/Discord chatrooms rules:
|
### PSA Community Matrix
|
||||||
|
|
||||||
You will find here the rules for the rooms part of the PSA Community. These rules are valid on Matrix and/or Discord if applicable.
|
You will find here the rules for the community.
|
||||||
|
|
||||||
**Note that rooms part of the PSA community keep their sovereignty and can apply their own local rules, with their own local moderation. Some of the rooms are following the general rules. Some are not.**
|
**Note:** Rooms which are part of the community keep their sovereignty and can apply their own local rules, each with their own local moderation. Some of the rooms are following the general rules, but some are not.
|
||||||
|
|
||||||
- [General Rules](#general)
|
- [General Rules](#general)
|
||||||
- [Nothing To Hide Privacy Room Rules](#nth)
|
- [Nothing To Hide Privacy Room Rules](#nth)
|
||||||
@@ -10,67 +10,74 @@ You will find here the rules for the rooms part of the PSA Community. These rule
|
|||||||
- [OS Security Room Rules](#ossecurity)
|
- [OS Security Room Rules](#ossecurity)
|
||||||
- [Bnonymity Room Rules](#bnonymity)
|
- [Bnonymity Room Rules](#bnonymity)
|
||||||
- [Exceptions](#exceptions)
|
- [Exceptions](#exceptions)
|
||||||
- [PSA Bans](#psabans)
|
- [Bans](#bans)
|
||||||
- [Ban Appeals](#appeals)
|
- [Ban Appeals](#appeals)
|
||||||
|
|
||||||
#### General default rules for PSA rooms **unless specific rules are mentioned below**:<a name="general"></a>
|
#### General default rules for PSA rooms **unless specific rules are mentioned below**<a name="general"></a>
|
||||||
These are currently enforced on **```#anonymity:matrix.org```**, **```#security:matrix.org```**, **```#OSINT:matrix.org```**, and not applied on rooms with their own ruleset below.
|
These are currently enforced on **```#anonymity```**, **```#security```**, **```#OSINT```**, and are NOT applied in rooms with their own rules below.
|
||||||
|
|
||||||
- Keep it legal
|
- Keep it legal
|
||||||
- English only
|
- English only
|
||||||
- Be respectful to each other
|
- Be respectful to each other
|
||||||
- Avoid FUD and/or disinformation
|
- Avoid FUD and/or disinformation
|
||||||
- Avoid gatekeeping and try to remain welcoming to new users
|
- Avoid gatekeeping and try to remain welcoming to new users
|
||||||
- No hate speech (No racism, no homophobia, no transphobia...)
|
- No hate speech (no racism, no homophobia, no transphobia...)
|
||||||
- No spam
|
- No spam
|
||||||
- No doxxing
|
- No doxxing unless you have express permission and you move to ```#bnonymity```
|
||||||
- No trolling (this doesn't mean sarcasm is forbidden)
|
- No trolling (this doesn't mean sarcasm is forbidden)
|
||||||
- No NSFW content (no Porn, no Gore, no Hentai...)
|
- No NSFW content (no Porn, no Gore, no Hentai...)
|
||||||
- No upload of any non-media files (binaries, executables, compressed files...)
|
- No upload of any non-media files (binaries, executables, compressed files...)
|
||||||
- No voice messages (these will be auto-deleted by the bots)
|
- No voice messages (these will be auto-deleted by the bots)
|
||||||
- **Avoid drifting too much off-topic or move to an off-topic room like #bnonymity**
|
- **Avoid drifting too much off-topic or move to an off-topic room like #bnonymity**
|
||||||
- **Any discussion about AnonyPla / Lena whereabouts is only tolerated, to an extent, in the ```#Bnonymity:matrix.org``` room.**
|
|
||||||
|
|
||||||
Some exceptions can apply, see the [exceptions](#exceptions) section at the bottom of this page. Violations will be handled at the discretion of the acting moderator.
|
Just because the bot is down temporarily doesn't mean shit.Some exceptions can apply, see the [exceptions](#exceptions) section at the bottom of this page. Violations will be handled at the discretion of the acting moderator.
|
||||||
|
|
||||||
#### Rules for Nothing To Hide Privacy (```#privacy:matrix.org```):<a name="nth"></a>
|
#### Rules for Nothing To Hide Privacy (```#privacy:matrix.org```)<a name="nth"></a>
|
||||||
- Zero tolerance for discussion of how to commit illicit acts
|
- Zero tolerance for discussion of how to commit illicit acts
|
||||||
- LIMIT POLITICAL DISCUSSION TO PRIVACY-RELATED TOPICS ONLY
|
- Limit political discussion to privacy-related topics **only**
|
||||||
- Do not dox others
|
|
||||||
- No suspicious links or uploading of non-image binary files
|
- No suspicious links or uploading of non-image binary files
|
||||||
- Be respectful
|
- Be respectful
|
||||||
|
|
||||||
#### Rules for Modern Cryptography (```#moderncrypto:gnuradio.org```):<a name="moderncrypto"></a>
|
##### Mods:
|
||||||
|
- Lucas: [@lucas:coinfundit.com](https://matrix.to/#/@lucas:coinfundit.com)
|
||||||
|
- Prox: [@the_proxster:midov.pl](https://matrix.to/#/@the_proxster:midov.pl) (basically God)
|
||||||
|
|
||||||
|
#### Rules for Modern Cryptography (```#moderncrypto:gnuradio.org```)<a name="moderncrypto"></a>
|
||||||
See <https://anonymousplanet.org/moderncrypto-rules.html>
|
See <https://anonymousplanet.org/moderncrypto-rules.html>
|
||||||
|
|
||||||
#### Rules for OS Security:<a name="ossecurity"></a>
|
#### Rules for OS Security<a name="ossecurity"></a>
|
||||||
See <https://artemislena.eu/coc.html>
|
See <https://artemislena.eu/coc.html>
|
||||||
|
|
||||||
#### Rules for Bnonymity (```#bnonymity:matrix.org```):<a name="bnonymity"></a>
|
#### Rules for Bnonymity (```#bnonymity:matrix.org```)<a name="bnonymity"></a>
|
||||||
- Keep it legal (seriously)
|
- Keep it legal (seriously)
|
||||||
- English only (no Russian, no Chinese, English only)
|
- English only
|
||||||
- Be "somewhat" respectful to each other
|
- Be "somewhat" respectful to each other
|
||||||
- No hate speech (No racism, no homophobia, no transphobia...)
|
- No hate speech (e.g., no racism, homophobia, or transphobia)
|
||||||
- No spammerino (scams, ads, flooding...)
|
- No spammerino (e.g., no scams, ads, or bots/flooding)
|
||||||
- No doxxing
|
- No NSFW content (e.g., no porn, gore, and hentai)
|
||||||
- No NSFW content (no Porn, no Gore, no Hentai...)
|
|
||||||
- All of the above can result in an insta-ban depending on the severity
|
|
||||||
|
|
||||||
#### Exceptions:<a name="exceptions"></a>
|
All of the above can result in an insta-ban depending on the severity.
|
||||||
|
|
||||||
##### Exceptions for #Anonymity, #Security, and #Bnonymity rooms:
|
##### Mods:
|
||||||
- Talks about Sci-Hub and/or LibGen are allowed
|
- Fractal: [@fractal:matrix.org](https://matrix.to/#/@fractal:matrix.org)
|
||||||
- Talks about torrenting anonymously are allowed unless the purpose is blatantly illegal
|
|
||||||
|
|
||||||
#### PSA Bans:<a name="psabans"></a>
|
#### Exceptions<a name="exceptions"></a>
|
||||||
|
|
||||||
|
##### Exceptions for #Anonymity, #Security, and #Bnonymity rooms
|
||||||
|
- Talks about Sci-Hub and/or LibGen are allowed.
|
||||||
|
- Talks about torrenting anonymously are allowed unless the purpose is blatantly illegal.
|
||||||
|
|
||||||
|
#### Bans<a name="bans"></a>
|
||||||
Currently, the following rooms are sharing a common PSA ban list for serious offenders:
|
Currently, the following rooms are sharing a common PSA ban list for serious offenders:
|
||||||
- ```#Anonymity:matrix.org```
|
- [#Anonymity](https://matrix.to/#/#anonymity:matrix.anonymousplanet.org)
|
||||||
- ```#Security:matrix.org```
|
- [#Translations](https://matrix.to/#/#thgtoa-translation:matrix.anonymousplanet.org)
|
||||||
- ```#Bnonymity:matrix.org```
|
- [#Security](https://matrix.to/#/#security:matrix.anonymousplanet.org)
|
||||||
- ```#OSINT:matrix.org```
|
- [#Bnonymity](https://matrix.to/#/#bnonymity:matrix.anonymousplanet.org)
|
||||||
- ```#ModernCrypto:gnuradio.org```
|
- [#ModernCrypto](https://matrix.to/#/#moderncrypto:matrix.anonymousplanet.org)
|
||||||
|
- [#OSINT](https://matrix.to/#/#OSINT:matrix.anonymousplanet.org)
|
||||||
|
- [#Collab](https://matrix.to/#/#thgtoa-collab:matrix.anonymousplanet.org)
|
||||||
|
|
||||||
This means that those PSA bans are effectively applied on all those rooms and can be issued by admins of these rooms. See the next section for information about appeals.
|
This means that those PSA bans are effectively applied on all those rooms and can be issued by admins of these rooms. See the next section for information about appeals.
|
||||||
|
|
||||||
#### Ban Appeals:<a name="appeals"></a>
|
#### Ban Appeals<a name="appeals"></a>
|
||||||
- **Please contact the mods or admins of the room in question to state your case for appealing.**
|
- **Please contact the mods or admins of the room in question to state your case for appealing.**
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh2QAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUy0QAKCRAoXmBIoSMh
|
||||||
smEGAPwNjkYsGth+1FiICXg+ncbD+SomKVlotyB6hYLazy6zQwD+IN3BBQ0omcSL
|
svgaAQDeTnSXW0NA5kwFoWPUAxkkXeFouZqMwvXhLRIX3ziykwEAsp2h6JW+1lJM
|
||||||
oeHp01espcU/iXTx8OddiNnXU5CilAI=
|
fmB+f2rHzof0mDm9dbeGfcpBw76f8Ak=
|
||||||
=fmPE
|
=+0Zr
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/rSnaMOsbp2MHC3YZeQh4vjs31ikY7gGEkSUNHfwrdw2qr/ebmHBXTVxAYkN22cocTayR08gYCJuGMQceINFUgc=
|
RUSn9xivowlq/rLXR8idyufcZFnYdYipqM3lvINPxKGr6KNEZoNq0UHDG5PThx+JfeIT2RKQoU3Qd6McVV45YgF8FMdmbCXo/QA=
|
||||||
trusted comment: timestamp:1680335322 file:chatrooms-rules.md hashed
|
trusted comment: timestamp:1686450898 file:chatrooms-rules.md hashed
|
||||||
/acSaW2PnzFb18JNs0aj9G2W3K8RRrT0p93b7fvQklOzaulb84DA40FJFP/uIKaypLUrLTj2nksftABl7yB8BA==
|
yfONakTCJnl3rrTDdpnCf4q8tL6Kqqx5R4969G6Y4oxl5r1yGWConN4Cp1QT/DXpU7+AJ+v/XyTCdR8zSXmoBA==
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh2gAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUy0gAKCRAoXmBIoSMh
|
||||||
sgEEAP99oYgC1CWkGgX2u66Q7/pOl0MaTt/yTFcgY9izyJlUjwEAjWBuaEHTMp7L
|
submAQD31rs9102779SVS5gB/Q93hP0rDSI1X5mkrcVtVPCi5QD7Blum1rVqkCyD
|
||||||
SjO8Ws3mnms0BOnpiGp5pBzxoBAzfgE=
|
m5kEdPvuUW8R1pQ6JkTp2JkCdrXCBA4=
|
||||||
=A6Zz
|
=Ugyw
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/pTBVjkP4uv5unHZNWMoXS1e0g8frI16Z7Oo13E5kkaSDRQfNY5ljVzaYTS87i+qGp2f/rajz3CFZ+hZK4XmEAs=
|
RUSn9xivowlq/pTBVjkP4uv5unHZNWMoXS1e0g8frI16Z7Oo13E5kkaSDRQfNY5ljVzaYTS87i+qGp2f/rajz3CFZ+hZK4XmEAs=
|
||||||
trusted comment: timestamp:1680335324 file:constitution.md hashed
|
trusted comment: timestamp:1686450900 file:constitution.md hashed
|
||||||
Cj/NU4FFzb+euI7nMXsXTLJ/izkWQaFCQ9DeMDWESkBfSkg8MXOh//ip43hyALx6stZ1BcB+MM3McWZvRHVBDA==
|
VwwtGB8Y8mX+YQjAmghjtRHKbsGSwUsOqL1RlZivx3Z4T4xy316niri7M4jT0X0qjwRb/c0tcwqlBguvNAMbBA==
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh3AAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUy1AAKCRAoXmBIoSMh
|
||||||
sv3CAQC6WSod7AOVEYSmXIkrnXTZlQ99ECYz0k9jg6djTG5brgD+JVhFACJMRh6D
|
ssW+AP9WZVoPcsMc0UVGyMrMcoEuFbZ7DdtltsY+UYN5SclgzgD/b3IEiAxUijPq
|
||||||
3eCZWXqQj/fPpEE/RKqaphh1ywTDtQw=
|
axmcxmuMv/ixAiWnKxx4Si0bAzyZhgY=
|
||||||
=k3Wa
|
=+aVO
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/sQFyVW9JQLYtu+Uzm+8g8sA/n2nmKhCq1qD2dDWRBu2sgf52CUpImu5sAOsEITef7OL1YlZgM5i7/spdOrQvQE=
|
RUSn9xivowlq/sQFyVW9JQLYtu+Uzm+8g8sA/n2nmKhCq1qD2dDWRBu2sgf52CUpImu5sAOsEITef7OL1YlZgM5i7/spdOrQvQE=
|
||||||
trusted comment: timestamp:1680335325 file:donations.md hashed
|
trusted comment: timestamp:1686450901 file:donations.md hashed
|
||||||
vuhcB07WkzW3pbQCsVpOiukamzRQ5jP3LnZdd9QUqLRXSEqWn0XiJIx/eXZlE9BxRfz91MN1PfnGlfAv+nboCA==
|
uGN60p1sN9mxSaKpEXenowDkS+gbQFKWJvLWepi5AsyYP7PpoY7GI4UId+m2PkLKrQVk1MVN0dKtAuJtDYWJAQ==
|
||||||
|
|||||||
@@ -16,6 +16,24 @@
|
|||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
||||||
</header>
|
</header>
|
||||||
|
<p>v1.1.7</p>
|
||||||
|
<ul>
|
||||||
|
<li>Add A.P. Open Collective link</li>
|
||||||
|
<li>Remove in memoriam for Lena per her wishes</li>
|
||||||
|
<li>Add Lucas as NTH mod</li>
|
||||||
|
<li>Fix missing inline image leftover from previous PRs</li>
|
||||||
|
<li>“Checking if your Tor Exit Node is terrible”: reduce to one section and remove subsections</li>
|
||||||
|
</ul>
|
||||||
|
<p>v1.1.6 <strong>“It’s alive…again.”</strong></p>
|
||||||
|
<p>The thing works now.</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed the errors in pandoc (Tex2PDF) build</li>
|
||||||
|
<li>Updated Tor .onion links</li>
|
||||||
|
<li>Drank a lulz amount of espresso</li>
|
||||||
|
<li>Cleaned up garbage</li>
|
||||||
|
<li>Removed unused links</li>
|
||||||
|
<li>Note regarding Alex’s absence (they will return)</li>
|
||||||
|
</ul>
|
||||||
<p>v1.1.6-pre2 - I know, I know. Pre-release? Again??! v1.1.6 coming <strong>very</strong> soon. - Update to $OXEN staking prices in Session section - Small grammar/spelling fixes - Fix image inline linking issue (stop using dual linking) - Re-order hardlinks to make it easy to manage</p>
|
<p>v1.1.6-pre2 - I know, I know. Pre-release? Again??! v1.1.6 coming <strong>very</strong> soon. - Update to $OXEN staking prices in Session section - Small grammar/spelling fixes - Fix image inline linking issue (stop using dual linking) - Re-order hardlinks to make it easy to manage</p>
|
||||||
<p>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</p>
|
<p>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</p>
|
||||||
<p>v1.1.5 - Various spelling and grammar fixes - Fixed several numbering errors in references - Updated and fixed many broken URLs and saved them in the Wayback Machine - Noted that https://mastodon.social/<span class="citation" data-cites="anonypla">@anonypla</span> is gone? added strike-through - Adapted Qubes OS hardware requirements that were too low for a decent experience (RAM) according to their recommendation - Put more incentive to use Tor Browser Safest mode as long as it does not break anything and switch to Safer if necessary and with precautions linked in an appendix - Precision that Anti-Evil Maid on Qubes OS is only available on Intel CPUs - Removed dead link of Centry Fork project - Added Windows 11 support to the guide - Partial additions of partial Qubes 4.1.X support but needs completion and testing (coming soon) - Added link to official guide to upgrade from Qubes 4.0.X to 4.1.X (fresh or in-place) - Fixed issue in Qubes OS Tor over VPN and VPN over Tor Networking cases that were just plain wrong - Added guidance to run Windows 11 within Virtualbox + link to official guide from Oracle - Added recommendation to install/use Safing PortMaster and added a link for some compatibility issues between Portmaster and some VPNs - Removed Windows AME completely from the guide - Replaced the “I would” by a “We would” since it is now a group effort and project - Added a safest recommendation for more paranoid people in security level choices in Tor</p>
|
<p>v1.1.5 - Various spelling and grammar fixes - Fixed several numbering errors in references - Updated and fixed many broken URLs and saved them in the Wayback Machine - Noted that https://mastodon.social/<span class="citation" data-cites="anonypla">@anonypla</span> is gone? added strike-through - Adapted Qubes OS hardware requirements that were too low for a decent experience (RAM) according to their recommendation - Put more incentive to use Tor Browser Safest mode as long as it does not break anything and switch to Safer if necessary and with precautions linked in an appendix - Precision that Anti-Evil Maid on Qubes OS is only available on Intel CPUs - Removed dead link of Centry Fork project - Added Windows 11 support to the guide - Partial additions of partial Qubes 4.1.X support but needs completion and testing (coming soon) - Added link to official guide to upgrade from Qubes 4.0.X to 4.1.X (fresh or in-place) - Fixed issue in Qubes OS Tor over VPN and VPN over Tor Networking cases that were just plain wrong - Added guidance to run Windows 11 within Virtualbox + link to official guide from Oracle - Added recommendation to install/use Safing PortMaster and added a link for some compatibility issues between Portmaster and some VPNs - Removed Windows AME completely from the guide - Replaced the “I would” by a “We would” since it is now a group effort and project - Added a safest recommendation for more paranoid people in security level choices in Tor</p>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhfAAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUycgAKCRAoXmBIoSMh
|
||||||
sppbAP0fsCUXnw3sLKoTQGnJ/qGg1bBrq/Fjt1ujeqa9GN2SGwD+M3v7Chcbj3jx
|
siI5AQCmYhLo/qNGOSG1Yuss36hxp7PyJqqgaBjlpD1IksiSLwEA5nzX0OkiJMvf
|
||||||
EONC2r/cUSdaR36kUnDviZqpoYNJvAc=
|
1p54tn0iyAfR6KVWRTQs2scVJKDmHAA=
|
||||||
=vQTb
|
=1Ybg
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/pKTqeI2fVuHstickhjgvC+IE9G9O2ObGLI3d01xRBWTAV5cu9K/dLczdXPgtk/I0n9h2vd8/ytHHg0EP1PGjgc=
|
RUSn9xivowlq/rXVimUi4nN5UsfS5bs49zvrA5FGBicPvSr8BNyB+ZYyi3tv6egMk9mZC9gZVmgewkGgLqME+Y0GJKHV+p7hdAY=
|
||||||
trusted comment: timestamp:1680335230 file:CHANGELOG.html hashed
|
trusted comment: timestamp:1686450804 file:CHANGELOG.html hashed
|
||||||
L6X2xwNj+HnJLcrLXjNGfNiN5yOBnArbUgbll1U2BlFlYoY/b7Bf4cEYaldNwygkVGsFZX1RNU0zLRMFzfDeCQ==
|
BiOd+QCvui02G7ndWvbft0GB/qwXX3PHk5iY+x46KxmVYctrNHc7T4CRzz10rhSSgKbqrDAlNK35sTsCtSg8Aw==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhfgAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUydAAKCRAoXmBIoSMh
|
||||||
siakAQDfgWCUNbkvyCHz3834UVwXPQpMypcwbggJ+mLtDK7M2QD+OjDoB+RtHKz2
|
sjZyAP92NpHZlEAem6adIBwYS51Rs5glf4nnMsbmUSST8xooYAEAqa6YraUslE//
|
||||||
FDKs+ZTIjOEiONPRAPe8CeEz2qCfwwE=
|
ZE+lMrEILM207i/W/eekMSBqZ5cMDAc=
|
||||||
=HUPN
|
=WKZe
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/uiAfaQJ4eDSivw+TlyIO4F1vd9Qkk4ZNsfnsx6OXXv+6yDKs+VOKbggzLu5AWSZncVqsKvLjtltYN6g46wIsQQ=
|
RUSn9xivowlq/sT5BneitGKR+8pCZKDgP/6Ma8O/W35Sl6XW3H0c5TX2VW0ppXNgNp7/C82slfrQWAWZ9qsfzrENjujdRbkPNQE=
|
||||||
trusted comment: timestamp:1680335231 file:CHANGELOG.odt hashed
|
trusted comment: timestamp:1686450805 file:CHANGELOG.odt hashed
|
||||||
yQzvpVdYuU2qEfdhbHm395tbGWf2Om1cY3T0S2gvyzwcrFRyYkdZj857so3+gO2ogB48qmncGLMbqe6yR9SoBw==
|
R4cZkyOu3jnWktBDpV2086zfwBtMl8gmBlWp6XlXbYiJoIX3N2jwEkHmCy4Wy5pPhJc96vdUtgbQw+tEdeDmDA==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhfwAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUydQAKCRAoXmBIoSMh
|
||||||
stpxAP9kayyRbwCV8DGvfSnj2/ZdL4NU4lIv+GfHeguE4wWyygEAp8UYnqsHkNUZ
|
si2LAQD2zSMUtgyFd8issTUAotN04Bp0E7F9hgxBWgFD5Vo69QD+JZ5kpM4prLZ7
|
||||||
f5oyFH1ojFECSxg6S1C4bJyMw1+TuAA=
|
iSkJMEzxRuA2JhQ/M2LoMLxv/ok9xww=
|
||||||
=k1u9
|
=95Va
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/mNcPbN1TNzxTp/xqVTvWA529/5HWI4Tq8zaqpQua9Qym4KLS1cq3riYLw4Pn55dGx8UZ2bu2hmHE/7isfH0xwk=
|
RUSn9xivowlq/iVbuimdEXeb4J+rYKxaYt67p+apJOxb9d8WGOX4s0yQ6TWXkWWDlShHwENhkIGqh7VTAuK60VpLTV4vnKbRugg=
|
||||||
trusted comment: timestamp:1680335233 file:CHANGELOG.pdf hashed
|
trusted comment: timestamp:1686450807 file:CHANGELOG.pdf hashed
|
||||||
tmt6VMOJk+9prtZEL66VQiSaQNEq//IC0GFhfmZ/wBNYEyOr/DMw4fuF76szpBB83Wlf8jxAvWFGb3ZwohdzCA==
|
cGc9BYfhvpMCa7VaebOIz+snZa/CG0PzVQUt5UhdY3W7mGyZ0HEw6hO8WXuifKd+Lp1/xHEUMl7e2WrMfuHZBw==
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhgQAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUydwAKCRAoXmBIoSMh
|
||||||
snyIAQCA0/eUqb3gIeoGETj3ZGBMg+EwuxJYxlJbGwCbc8dgbAD/XgDbsmlJ5G3w
|
soodAP9m+A347L5OzEoKYXWZl4H+HbOBIChdKHqSKhLRwjWKywD/S6pl2AZnUDee
|
||||||
TkVXnM08f4IdVbmVrn4vW8V4yGaPaAQ=
|
pEZrGL3JP3JYAtqw3sg4C50d+1J06wU=
|
||||||
=e7Tu
|
=txkb
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/ioo28EDlpt05lMj9jH/4zMxjvwURfcOSYkDnkbxyG/gvvEsNlxRBq1WcM9DAgyTZrIJT2PF84ZRnqZeS89g/Q0=
|
RUSn9xivowlq/ioo28EDlpt05lMj9jH/4zMxjvwURfcOSYkDnkbxyG/gvvEsNlxRBq1WcM9DAgyTZrIJT2PF84ZRnqZeS89g/Q0=
|
||||||
trusted comment: timestamp:1680335234 file:CODE_OF_CONDUCT.html hashed
|
trusted comment: timestamp:1686450808 file:CODE_OF_CONDUCT.html hashed
|
||||||
CNtVuqqyV0CcLxBSI4YDn/sSP7l6qx1mxxgZejoGofnmw7xz7PzFnZLp6MkCuvFZtyiVCWTTwWCyGeVVQOhDAQ==
|
vpF9t14W659KF/ozqt10riYKPXyEzM5gQrkLHybsevRwrT0czNzMv7NZ6Z78bHNX5YBG+kd1GLdjI+Vbr/5kCQ==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhggAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyeAAKCRAoXmBIoSMh
|
||||||
sooSAP0Xr3B7BQNX7f3vdxomSo4Dx/b4Do2kTHQaUGk+I27fDwEAkLaENUEo1Twy
|
sjU8AP4ouFLA7gE92qdBIeb3aXklG2z8IiK8ocnT5NBLsUs56gEA/8qAJZ8bqymO
|
||||||
BZ0wNnAUMwQdtM9nIiGC9S9iezeYXw8=
|
3J9k+9mH0SjDGqShqLkrqcdFt5Jreg0=
|
||||||
=J/Vb
|
=O+5W
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/q7R06WwXlqZJm2LGWUg6DMaaz/duXDHSorjyaZ+6cATHw/nwscXVC5QNM8T+k45t0gL5J0BWP+nomFZF94gIw4=
|
RUSn9xivowlq/gqOfY0Cepjf+QMXwEGjI3hjdfJRQXTqhVGYMtYGyEZTfKo+ZFlPdI6zdBlvGH433V1xCCwEEVMwko4eGOXSngw=
|
||||||
trusted comment: timestamp:1680335236 file:CODE_OF_CONDUCT.odt hashed
|
trusted comment: timestamp:1686450810 file:CODE_OF_CONDUCT.odt hashed
|
||||||
kgaeayMGlePfLLk//vN3XwsrtnsvCQeMpBbp70nV0JqBVsFlGJG2ekEj7gK/W53okPA7sqPjjHytw0OQP6r3DQ==
|
HNj44GhGkyaLmTqf4y83IIeK4mFG36sHFsO0krVACIgCqxwl3a6Ld+Hi8GfYqjvD1vqx1Whhz5QyXqhH+YjiAQ==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhhAAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyegAKCRAoXmBIoSMh
|
||||||
slVZAP4lpmwK492LorzQSRsH/+tJ/QUgx9+IZz/xtoBTYiIQrgD/cjgQNIsLXGn+
|
skhNAPsHviaz8pYMzw7BbLfph6P7NwLCKMpwg4J0Mi8NtprXJQEAt1YmzkDe4TiI
|
||||||
uItOQ/jrRcG6Bc0JsJP1Yy+3TEGLbwc=
|
Zr+vfEyh/GazlgplsGgH2A9UxRMBEAA=
|
||||||
=2efR
|
=3zxW
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/htT2y/EYZfUO6cXlQx3BiZWWSWxq/fzzYEO95qEpt8B0KrEdTMsVKWvsjCHWBDT0RFWKaZkReU1dFBlTq8cnwU=
|
RUSn9xivowlq/n3WC7Kpcwhz/jyHEgkvs4MPnoDtrQgjJIUa7bIrUwg3rxih2qz6pwiu/lSY0h75BqyX0+OZpd7BvBhTfkdQeAs=
|
||||||
trusted comment: timestamp:1680335237 file:CODE_OF_CONDUCT.pdf hashed
|
trusted comment: timestamp:1686450811 file:CODE_OF_CONDUCT.pdf hashed
|
||||||
QiSrIhNtW6vALfFdEpAYI9XxKH1nuURMKWWD0xuaC9sU3TyAW/eRIxoqe921P4jgQNYxwNFszZD54mhuVQSjCw==
|
BnM3TnCAMmHQ83Q4B547psq1TlV7ECefsRwdCdlqr9jrT+JCSHuTnAQrL2l+w+2hu8NaT9ZgEYpmDHDzzMAhAA==
|
||||||
|
|||||||
@@ -17,18 +17,18 @@
|
|||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
||||||
</header>
|
</header>
|
||||||
<h5 id="any-opinion-is-welcome.">Any opinion is welcome.</h5>
|
<h5 id="any-opinion-is-welcome.">Any opinion is welcome.</h5>
|
||||||
<h5 id="feel-free-to-discuss-in-the-discussions-section.">Feel free to discuss in the <a href="https://github.com/AnonyPla-ng/thgtoa/discussions">discussions</a> section.</h5>
|
<h5 id="feel-free-to-discuss-in-the-discussions-section.">Feel free to discuss in the <a href="https://github.com/Anon-Planet/thgtoa/discussions">discussions</a> section.</h5>
|
||||||
<h5 id="feel-free-report-issues-in-the-issues-section.">Feel free report issues in the <a href="https://github.com/AnonyPla-ng/thgtoa/issues">issues</a> section.</h5>
|
<h5 id="feel-free-report-issues-in-the-issues-section.">Feel free report issues in the <a href="https://github.com/Anon-Planet/thgtoa/issues">issues</a> section.</h5>
|
||||||
<h3 id="code-free-contributions">Code Free Contributions</h3>
|
<h3 id="code-free-contributions">Code Free Contributions</h3>
|
||||||
<h4 id="there-are-multiple-ways-you-can-add-to-the-guide">There are multiple ways you can add to the guide:</h4>
|
<h4 id="there-are-multiple-ways-you-can-add-to-the-guide">There are multiple ways you can add to the guide:</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>You can <a href="https://github.com/AnonyPla-ng/thgtoa/issues/new">submit bugs and feature requests</a> with detailed information about your issue or idea:
|
<li>You can <a href="https://github.com/Anon-Planet/thgtoa/issues/new">submit bugs and feature requests</a> with detailed information about your issue or idea:
|
||||||
<ul>
|
<ul>
|
||||||
<li>If you’d like to propose an addition, please follow the standards outlined here.</li>
|
<li>If you’d like to propose an addition, please follow the standards outlined here.</li>
|
||||||
<li>If you’re reporting an issue, please be sure to include the expected behaviour, the observed behaviour, and steps to reproduce the problem.</li>
|
<li>If you’re reporting an issue, please be sure to include the expected behaviour, the observed behaviour, and steps to reproduce the problem.</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li>This can require technical knowledge, but you can also get involved in conversations about bug reports and feature requests. This is a great way to get involved without getting too overwhelmed!</li>
|
<li>This can require technical knowledge, but you can also get involved in conversations about bug reports and feature requests. This is a great way to get involved without getting too overwhelmed!</li>
|
||||||
<li><a href="https://github.com/AnonyPla-ng/thgtoa/pulls">Help fellow committers test recently submitted pull requests</a>. Simply by pulling down a pull request and testing it, you can help ensure our new code contributions for stability and quality.</li>
|
<li><a href="https://github.com/Anon-Planet/thgtoa/pulls">Help fellow committers test recently submitted pull requests</a>. Simply by pulling down a pull request and testing it, you can help ensure our new code contributions for stability and quality.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="content-contributions">Content Contributions</h3>
|
<h3 id="content-contributions">Content Contributions</h3>
|
||||||
<p>For those of you who are looking to add content to the guide, include the following:</p>
|
<p>For those of you who are looking to add content to the guide, include the following:</p>
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
<li>Search/replace doesn’t understand context, and as such, will inevitably cause inconsistencies and make the guide harder to read.</li>
|
<li>Search/replace doesn’t understand context, and as such, will inevitably cause inconsistencies and make the guide harder to read.</li>
|
||||||
<li>If it’s part of a larger PR, it’ll also make the reviewer’s life harder, as they’ll have to go through manually and undo everything by hand.</li>
|
<li>If it’s part of a larger PR, it’ll also make the reviewer’s life harder, as they’ll have to go through manually and undo everything by hand.</li>
|
||||||
<li><em>If you’re going to make mass changes, take the time to do it properly</em>. Otherwise I’ll just have to undo it anyway.</li>
|
<li><em>If you’re going to make mass changes, take the time to do it properly</em>. Otherwise I’ll just have to undo it anyway.</li>
|
||||||
<li>If your change contains backslashes (<code>\</code>), wither escape them with another backslash (<code>\\</code>) or put them in a <code>code block</code>.</li>
|
<li>If your change contains backslashes (<code>\</code>), either escape them with another backslash (<code>\\</code>) or put them in a <code>code block</code>.</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>When reporting guide issues:</p>
|
<p>When reporting guide issues:</p>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhhQAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyewAKCRAoXmBIoSMh
|
||||||
spJmAQC3qwEKambXRPBl9ds+RYFQ9TJzS+rLnX8/vw9oj+9kNQD/WLcObss4tQfA
|
sgY8AP9E2S4peBJeqaLuhaKNz929BXvOLPzFOym4qVME0GCjeAD+P5rBlJ+yEyx+
|
||||||
S7ZKQkiNDiYZXh6MRVkC19XmifO0pQs=
|
aXEdvgZgpjWSjDociBDWsWTNvtBJeAw=
|
||||||
=hIDq
|
=8t1P
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/vvx531k+OjQlMby9MY/fEx/bv2YINpNRg7ufUuNNtSUaHTSJ65K9OTTtNJ904/v+ZzoL3trprD7bLxewRhm0AU=
|
RUSn9xivowlq/kJDSQcnHHBj/uCrIEl25acHORkEShj9weXJ8GOGrME6kYrRM2EmiI9eO/iK1DPR5qmPnWWsAZ27gpDybkb1lA8=
|
||||||
trusted comment: timestamp:1680335239 file:CONTRIBUTING.html hashed
|
trusted comment: timestamp:1686450813 file:CONTRIBUTING.html hashed
|
||||||
pbbxQOINevd5Bdc4OCq8g5bznui+BCDArwPw2Qo1aMvhlRu8IsbDUXbZbOJbN/LckmLDHhpT/ijh1QIvpPfUCw==
|
eEP+mzie8BlIxBplxGNK07o9cGG9CXdGMAiX/O9F2+dHy7KZsE73zyaCNMQ41TubzSAoLJ5i9rXwcphKRIZaDQ==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhhwAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyfQAKCRAoXmBIoSMh
|
||||||
soo0AP9tIVdIfN03jkJ5oJ+/U6CheUSbm8R4NHsSDEQMInDo8wD9H7ABI7yT99Ei
|
sgaqAP9jRIvoXTAQo9ozoAyAJHRYoo0RqP+nEsJm6yNJH83J5gEA4wwjfW8O+grI
|
||||||
stezOv2PnAMnABd3XQgO5YKCJjTbMA4=
|
MFp9GUwAgQrk42XDdINWdD65JcyvxAI=
|
||||||
=dY1A
|
=fIdh
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/hW0eQzIHvHyRl5FX8EvvI/bQWSexQkbFKnfe4ZLl1nCJ2957wOOeNUvhFBwWW4OZbdcWF0jGNk+PTbeVVuwdQ0=
|
RUSn9xivowlq/lC55LVQACX3HkGGb5OEwBMjpjWeg5BfuXR6G110LOKYH9HbBohGLtn9/7vxxASy9wynwu/bEgoN2OQxI2sKCwM=
|
||||||
trusted comment: timestamp:1680335240 file:CONTRIBUTING.odt hashed
|
trusted comment: timestamp:1686450814 file:CONTRIBUTING.odt hashed
|
||||||
5QqamWKr4LU4DVB7CAZ4/skCWcP/nBX3h9iRP5BDd9XIb+WmV3otsaRtjtvGFVvEm4J0aPJsNycMZA15lEM2AA==
|
WqCvcs+byGXPpHMqWjkW5cYu5OgAUcBaKErcHoP5EDRmp0RfPHrnNwkHHBiXzuUeHY1xSUw03mtbyUYz+MwiCA==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhiAAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyfgAKCRAoXmBIoSMh
|
||||||
sjYWAP4ofKuC0lv5vJLu07QAnQk9dIgBxFz6On/C5aVOHBv7oQEAiWHEsxzIWBG0
|
snYwAQDPa5NNkgLcz8lPFZmRGQiP724eUO7SHKzv722X3W8NDwEAghWHqXavEOGK
|
||||||
QcCz6GGr23vWHZWOlzmJmYzh7ZYyrQs=
|
FBvV/v+VPsaktOzWNn9umA06OhwRZwU=
|
||||||
=sEa7
|
=zua/
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/jzqxGnEsWjjNYRHjbjxgy4biq3n5+cMntV+xTarEBma++PGEfuBssKVM1PIjuCFAjgnhRn793eTIDDGkXmdugc=
|
RUSn9xivowlq/iNYM0NaqKjT7kVpelIRKU+Vu0j+Sp0FAx7NhB6TO6oQGnvx7kDCydbXpuilBKRWoCyDKWwa2wO5Sur3doF3dgY=
|
||||||
trusted comment: timestamp:1680335242 file:CONTRIBUTING.pdf hashed
|
trusted comment: timestamp:1686450816 file:CONTRIBUTING.pdf hashed
|
||||||
z0goTmr15LWJsv2T8Dzc1uwZX2pzQJLY7jPsHIQl64ybWIZu+/VdI5qu0lcVZv9FtXr7w3zd4BH/T1orRjmDCQ==
|
sNhUdAbDxk+xBK9bagbK42UWdS4C9DFuRyCcxGFZUvry4d2mGvl2DtxOxW9Oa6oKrJz/6DIwQnd4UkoWJ7urAg==
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhigAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUygAAKCRAoXmBIoSMh
|
||||||
slG6AP4nbuF9UxzdZeJrPt1kcv0mcFG1oMzB3PTLo70qpwK87AEAmfzibRhWO96V
|
spZ6AP4uScR7txsMiaQUxLeT1UXKaZYa8b1dvDaoes9rj9jyYQD9F6OPhrkEyKNw
|
||||||
Kr0DWSkgQlcJj9p55Dk6khS3bWwNyws=
|
mPyLm0xgXJRTiZBZzjisfUAL8+TpaAM=
|
||||||
=zl3J
|
=GPX6
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/pGhTRk114UcQT5Yy7ijHLok1bJDUjWEdoqO8kzv/pdxXZ0MLXP32LJcanmsuCkAlnzGe7Jr/duicpf2G6QitgM=
|
RUSn9xivowlq/pGhTRk114UcQT5Yy7ijHLok1bJDUjWEdoqO8kzv/pdxXZ0MLXP32LJcanmsuCkAlnzGe7Jr/duicpf2G6QitgM=
|
||||||
trusted comment: timestamp:1680335243 file:KEY_ROTATION.html hashed
|
trusted comment: timestamp:1686450817 file:KEY_ROTATION.html hashed
|
||||||
He/37R/gdGJImvyRv2I+1EP6lBshVEa1VgMlb46RwFYcpO+nO4/fEs7MG+224jKePr9iWSWzwt2IN8ReMjvsAQ==
|
cbFGwkrWYiWFBoxr0wIMY38OhGdPvIo+ozNT/g9ijgMAowqAOtF7dGgQxHv3+HRZHJF/4dzVxkkLNFDH7CZ4BA==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhiwAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUygQAKCRAoXmBIoSMh
|
||||||
shhyAQDS5SmuQW3oTV9y6sMV8asCq12nC31rcUIUP1ZRuC5UNQD+OChUdzKJvNg4
|
sh0wAPsFmLGZC4ABfWSps0GoEzgo8/tL/ZfUQm48qLw/nspIvAD/ZPdYVRyUpkrA
|
||||||
kfPD8JpPUuET92J8PWEQbHYsdtVtwgQ=
|
6I1BNUvw0ZFkZeT/Fj04fUmccRce4ws=
|
||||||
=Xewg
|
=gE99
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/l1i38eO9kONe4FgDt7g04NxG+grigvbJ9naZEVNBio97wrdY0awE8PGbGKfW9bIRLAa0rGJvCV3ZCiIr54IjQs=
|
RUSn9xivowlq/nI0bVW89Az9/u9Lunt+KRj6oybQm8/COEv7ts4Mahdv0xEZKreHZyQth3QaN8IlJNIeV5kme+YhtyeD6Kvhnwk=
|
||||||
trusted comment: timestamp:1680335245 file:KEY_ROTATION.odt hashed
|
trusted comment: timestamp:1686450819 file:KEY_ROTATION.odt hashed
|
||||||
KvrXOOUyzVchVvS5kgRjIs9MZXL8I2COLZk8caOwaE/0BnhjVsZA5jrNnxSsANzqcgEuALapMYbVyyOgeNO7Dw==
|
8L6tLGFOIxrOn01/wuBgWEvy1XIMDBIJG4B/hRhOZv3+pAUhnwk0GFZKCbeNtRjh5ReJaG5geXjYhMngmWQQDw==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhjQAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUygwAKCRAoXmBIoSMh
|
||||||
sn91AQDMN7WWU2XiVvC5f04nYQU6x5wo/6AZZAeCskwZj5xR3QEAmmhIbBi1fGmS
|
sixFAQD23M9p1HnybpXTKI4KTcYTqPD9Z2rx2YI1GJylMQTs6wEApV3VFlzFZRfe
|
||||||
EDEtYXhFXpE3pGYBNm1xH51Xq+v+owI=
|
jh7axah9M30JI7zPw/LfOp7V040wAA0=
|
||||||
=kgxv
|
=hZER
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/i648TgVo0m/tKfcRTJKTJ8ZIYn28eNARZOdlfWPRJZEDWZ/oZfLGtnpCcsXUkBc5VXtXKzaQ532QNr1mREKigs=
|
RUSn9xivowlq/kXA97pdTFKS1Q8mKSHHhK+MxrgLNdWTBgL9R5H5exqwxV+9xZKFotXCiKfnZ1X9u0CkLvy4B7Ysz4Yk6UMH4gM=
|
||||||
trusted comment: timestamp:1680335246 file:KEY_ROTATION.pdf hashed
|
trusted comment: timestamp:1686450820 file:KEY_ROTATION.pdf hashed
|
||||||
3J/E0CIgOkf4r4XtBcGzYRTLaxzfS4lWcegB5Ns7MTCR5Iq1e4Gd/ed6yfe6e8kGTpcrDjOWtRNNPLVu9iUCDA==
|
D/KZvNHoXd3uBIN3VpwH/sLIz/PcoUUZOU1yiTu4QGQJNe5u1TqW5E3CRBnCrQrZ2oB7zM6Y5UFrVj7asvzOBg==
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhjgAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyhAAKCRAoXmBIoSMh
|
||||||
sh14AP9D8MFD69P5SpsW4DidVSI5dXneyg82q9qEi9ZWsb1BpwEA143MtU7h/ZBL
|
sjU2APoDs1sk+1z9z626L+4RauDPTFmf3wxjpUF7ciV8dq+zhwEAlW24JoCr8s2e
|
||||||
ilCrS98H5l8enXPBdQhoK7ZHc2tG2Qo=
|
HXq6YMFe9wJgxDGz+e9HebxOK/qwrQU=
|
||||||
=jYXP
|
=OH0q
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/nZg+a6N8nQ1jmeskt71VfNoZx0gsFa9WCQGxhRXxAoyqOfJdSoc4xLUpMv7NUwiT0+XeQgxUtHlmUvOdsSp/gI=
|
RUSn9xivowlq/nZg+a6N8nQ1jmeskt71VfNoZx0gsFa9WCQGxhRXxAoyqOfJdSoc4xLUpMv7NUwiT0+XeQgxUtHlmUvOdsSp/gI=
|
||||||
trusted comment: timestamp:1680335248 file:LICENSE.html hashed
|
trusted comment: timestamp:1686450822 file:LICENSE.html hashed
|
||||||
9LLB5LycMucP//LzkRRVK5ULGUjo7X2IFvequ5K5nqc9lv/LRQazpSr0bvAzTb5vgCZ5q5DrUzM6IrVxbYUbBg==
|
/Tbostlzn3wv7EBq3AfA7N+jzBM8Y58Dd5QeX46yV2LrkIipTxUKjy5LahH8HUKtW5F9Yh4nkjpX3Fyf1BtDCA==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhkAAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyhgAKCRAoXmBIoSMh
|
||||||
ssPXAP9HUtptcHPsCcZnwX7bI8sTQCTqvggxp1KIg96mocKO7gEArYhft9uDnkqK
|
soKbAQDrW6fBkcMxBd56bMWB/rZoWH2cSTRnkWRFpYc7p980BwEAnw1L/hzJcxDE
|
||||||
vXaolmV2sTLbOtnX0Ahyydx2IgzHtwU=
|
dlNyARRxNb7oEJKCqT7ealWi5n5zOwg=
|
||||||
=2iDo
|
=o8uc
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/qbO4pw2Bas/eCbsnbN7AsNApBWhcYw1Ce/Ve1eK6Y6QA54pmb7TrFGFlej0+SiJhXwpBzeo5Ur/4ePHxRVH0wY=
|
RUSn9xivowlq/j7tjvAihmP/G/loqvcL5lGgMwNh4YxmmnDpHorvRZhI1LWKZG3zvSYwOozB+VYgX1Gc4fRBPfaL3wIpYgZQnAs=
|
||||||
trusted comment: timestamp:1680335249 file:LICENSE.odt hashed
|
trusted comment: timestamp:1686450824 file:LICENSE.odt hashed
|
||||||
jan1hpxqeJGYo14V/319G5oF9KOZ2uZAqB/b99xoPdH16QXXuwMZbWVDc3DznGIaLhoT2JkdelxdtaWdQAklDg==
|
CCrR+pr1dKWyojtFL0PF8fPcVlVASIpC/C2pHMG7xj5KYiw2EXLqkO3PLvm8mgV3TXkwyXVXStemRHvx4fXZBQ==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhkQAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyiAAKCRAoXmBIoSMh
|
||||||
sjgXAP4uWnT8tgthNsURZvIfl+sj1BtDmYhQSPvWMvQxjxPyXgEAraS0si9H0V/x
|
skN/AQCIOXE/BE4pcUggLpyqJj8sOdre137KxWdux++b+2l3bgEAz8HKiwHHd07D
|
||||||
5wcCdmVxwHh90Q8eH7QNDaM39mbm+A8=
|
P8RqdhrL8xCCjYld0gjt5vhuGgzjFA8=
|
||||||
=9sLZ
|
=aUHN
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/p3TYM72nBrRne6DkJv8pr9XopxEZn6tFeGkfyB0lA/aL7Dv5c7gdbgAhEaIdwcQiIqpnkaN5WtK+vI6fmD84w0=
|
RUSn9xivowlq/tGecdFkpuPIJ9ILrjkOu+ClRx05Aw4A14X+v+UeP2tHHb9BL2uxByoNvcYcgXK0wFYCfN86i6oArvoSDGsgZAM=
|
||||||
trusted comment: timestamp:1680335251 file:LICENSE.pdf hashed
|
trusted comment: timestamp:1686450825 file:LICENSE.pdf hashed
|
||||||
RsAmzwii4bHEJ5w4raA34G1K+/vzZB5RuzS6Lcb/b1cnKz3z8zZ6PPI0bvkSsxq37FXhf+Z/UPb/PVDp2shPDg==
|
MtYVjE9v7SalYjcRnrQHdERTVQ8njfoN1BeBoJP56ZBRl3p4PfZa399tiSUDtM+RwqcZuT7q+v62RiY+bmVxDQ==
|
||||||
|
|||||||
@@ -21,8 +21,7 @@
|
|||||||
<p>This is a maintained guide with the aim of providing an introduction to various online tracking techniques, online ID verification techniques, and detailed guidance to creating and maintaining (truly) anonymous online identities. <span style="color: red"><strong>It is written with hope for activists, journalists, scientists, lawyers, whistle-blowers, and good people being oppressed, censored, harassed anywhere!</strong></span> This guide has no affiliation with the <a href="https://en.wikipedia.org/wiki/Anonymous_(hacker_group)">Anonymous</a> <sup><a href="https://wikiless.org/wiki/Anonymous_(hacker_group)">[Wikiless]</a></sup> <sup><a href="https://web.archive.org/web/https://en.wikipedia.org/wiki/Anonymous_(hacker_group)">[Archive.org]</a></sup> collective/movement.</p>
|
<p>This is a maintained guide with the aim of providing an introduction to various online tracking techniques, online ID verification techniques, and detailed guidance to creating and maintaining (truly) anonymous online identities. <span style="color: red"><strong>It is written with hope for activists, journalists, scientists, lawyers, whistle-blowers, and good people being oppressed, censored, harassed anywhere!</strong></span> This guide has no affiliation with the <a href="https://en.wikipedia.org/wiki/Anonymous_(hacker_group)">Anonymous</a> <sup><a href="https://wikiless.org/wiki/Anonymous_(hacker_group)">[Wikiless]</a></sup> <sup><a href="https://web.archive.org/web/https://en.wikipedia.org/wiki/Anonymous_(hacker_group)">[Archive.org]</a></sup> collective/movement.</p>
|
||||||
<p>This guide is an open-source non-profit initiative, <a href="LICENSE.html">licensed</a> under <strong>Creative Commons Attribution-NonCommercial 4.0 International</strong> (<a href="https://creativecommons.org/licenses/by-nc/4.0/">cc-by-nc-4.0</a> <sup><a href="https://web.archive.org/web/https://creativecommons.org/licenses/by-nc/4.0/">[Archive.org]</a></sup>) and is <strong>not sponsored/endorsed by any commercial/governmental entity</strong>. This means that you are free to use our guide for pretty much any purpose <strong>excluding commercially</strong> as long as you do attribute it. There are no ads or any affiliate links.</p>
|
<p>This guide is an open-source non-profit initiative, <a href="LICENSE.html">licensed</a> under <strong>Creative Commons Attribution-NonCommercial 4.0 International</strong> (<a href="https://creativecommons.org/licenses/by-nc/4.0/">cc-by-nc-4.0</a> <sup><a href="https://web.archive.org/web/https://creativecommons.org/licenses/by-nc/4.0/">[Archive.org]</a></sup>) and is <strong>not sponsored/endorsed by any commercial/governmental entity</strong>. This means that you are free to use our guide for pretty much any purpose <strong>excluding commercially</strong> as long as you do attribute it. There are no ads or any affiliate links.</p>
|
||||||
<p><strong>If you would like to make a donation to help this project, you can do so from <a href="donations.html">here</a> where you will also find the project goals. All the donations will be strictly used within the context of this project. All donations and spendings are logged on the donations page.</strong></p>
|
<p><strong>If you would like to make a donation to help this project, you can do so from <a href="donations.html">here</a> where you will also find the project goals. All the donations will be strictly used within the context of this project. All donations and spendings are logged on the donations page.</strong></p>
|
||||||
<p><strong>Direct downloads alternatives:</strong> - <strong>Coming soon</strong></p>
|
<p><strong>View the guide:</strong> - <a href="guide.html">In your browser</a> - <a href="export/guide.pdf">PDF</a> - <a href="export/guide.odt">OpenDocument (ODT)</a> - Raw <a href="https://github.com/Anon-Planet/thgtoa/raw/master/guide.md">Markdown</a> text.</p>
|
||||||
<p><strong>View the guide:</strong> - <a href="guide.html">In your browser</a> - <del><a href="export/guide.pdf">PDF</a></del> (temporarily unavailable) - <del><a href="export/guide.odt">OpenDocument (ODT)</a></del> (temporarily unavailable) - Raw <a href="https://github.com/Anon-Planet/thgtoa/raw/master/guide.md">Markdown</a> (references do not work when viewing this way).</p>
|
|
||||||
<p>Mirrors: - Tor Onion Mirror: <a href="http://thgtoa27ujspeqxasrfvcf5aozqdczvgmwgorrmblh6jn4nino3spcqd.onion/" class="uri">http://thgtoa27ujspeqxasrfvcf5aozqdczvgmwgorrmblh6jn4nino3spcqd.onion/</a></p>
|
<p>Mirrors: - Tor Onion Mirror: <a href="http://thgtoa27ujspeqxasrfvcf5aozqdczvgmwgorrmblh6jn4nino3spcqd.onion/" class="uri">http://thgtoa27ujspeqxasrfvcf5aozqdczvgmwgorrmblh6jn4nino3spcqd.onion/</a></p>
|
||||||
<p>The guide and all the files are also readily available on Archive.org and Archive.today:</p>
|
<p>The guide and all the files are also readily available on Archive.org and Archive.today:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhkwAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyiQAKCRAoXmBIoSMh
|
||||||
srGHAP0aQpA+nUQgkEQoMWzXy4XEFZ9VFpYrb/ndREAwwRH4EQEA9i4msb7T/aaL
|
sujBAQD11Xk/xv3kEIs3Z9YJNGEM3t9cb3OOSLhwe9AGXju5GQD/S4p6Ztpimbwt
|
||||||
VgFgmCwsFexvPrnxSlFoaG5fIP2Y3gI=
|
lnK+BqjUqqIno6eWmMrxDpSzfL0wmwo=
|
||||||
=Bvu2
|
=ttoj
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/sL/JDS9w5cW8r0H4euLO3PkFfsWPz3lNMbvW8cBgO0HrDl0pKZ8EYPSiwUEFPL3/zZ2OPl5jjW6ZvBBzZfp8Qw=
|
RUSn9xivowlq/uazoBrgOu9DY51wrWSuARJ5rHx16brjignX10LRCY1nj3/20fhspE4wDKufmtKExL+0g+nxz3z6FtD95oYX2AM=
|
||||||
trusted comment: timestamp:1680335252 file:README.html hashed
|
trusted comment: timestamp:1686450827 file:README.html hashed
|
||||||
3eS4sw4N1ivWRWHwvRiIWJSHQ2ZOAc9lV+oMIWvFlg5HI3CoBKHDo2WkXa99Ss1elJ++apvgFXo7IMfjsTA7CQ==
|
drPJEZJMWGBMOvUj3TnXt31hGTjVYuig+n30vGNY+uxqZXHavpDVO/RvokUWU7a8t0LViXvCw84UMtABX1tdDQ==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhlAAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyiwAKCRAoXmBIoSMh
|
||||||
sjvuAQCIAInctfX3tHVtK/aj8j3tqTBn+QqRn69bNBDj5wklBQEAxcKKVvbKNIdb
|
ssdYAQCZI/VUhQgddxtU2q9coTI4uvnmDhi0/rnJT5obix90XwEAnVFpXSVhJPCS
|
||||||
l12PK2TLomwJEoHNS6UPTHJv+gO97As=
|
xV7agtJWwyOy8JM+cV3rN83L3/o4NAM=
|
||||||
=DMKv
|
=S073
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/sY8qsa+RlbmWSCsVcqO34R7Gd05mp6KNhQ7BunTvfffuznp6UL+IdpI4M6TAz94y7vZERflAxFNrEyppBnrTw0=
|
RUSn9xivowlq/lFgV5W81Qpnu48jrx6P0+R67oOU0xHBvb7a7YKE2ykTUIh3LPt3BqGouY/e5CaYttKBHpWCs1WJOb8869NmbA8=
|
||||||
trusted comment: timestamp:1680335254 file:README.odt hashed
|
trusted comment: timestamp:1686450828 file:README.odt hashed
|
||||||
n3My994ED/aR41wG+n7ZN9oF87gqJK1ljG2zjB/LaLIHiUxG8dwyjSN0gANzyGHFfVJNPp4L5JISBk/O/7dWAQ==
|
XEH8wnLbjG2uQd3RVMRUN5yICnd8REcQZWw15PUtLeNdBZZ20cSjm6C/cxerLz+PV0YCxQztWSF5MtvLrgmfAw==
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhlgAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyjAAKCRAoXmBIoSMh
|
||||||
sqM0AQCpSdd/9dhYe409sqG6W4SxpjuTP9VubXjmqEMsLZMqNgEA3Xkd/P5qLIgC
|
srL+AP96lz2sKw/fEf+r6mL0D14LfD6fxo1/enHyPLrcCNtvfgEA7YmQHftazG1E
|
||||||
5g66+n6cRlccY33yGzSDVSuQk64Y+g0=
|
UV/5bcuqP+X+ns9YzwNim5Y6vFLHxwk=
|
||||||
=s3fC
|
=Dc9T
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/kkO5Iuq+GH63RpFrpo0YtYdvmoHQfA+rnFAzLkicYuwDQdtgbmcIBvEAlq22VKaekRlVl4+887cJ69CvBqrHAg=
|
RUSn9xivowlq/lZqEr833yfGXswlmtgvgFrSNK8iI77weQi1yHQSSUDc9vWHw29mGW3Qmo6KrUnpzC1/0oUXqMVKnDyJ64Gr9QY=
|
||||||
trusted comment: timestamp:1680335255 file:README.pdf hashed
|
trusted comment: timestamp:1686450830 file:README.pdf hashed
|
||||||
8KzR7PipOy8pqkTGUHl4vIuYkunC9I76IdyEZenSKxrDm/WQvfG7VAZO6dtztQEKOM0icfpYOWyaKVhmYoGUBQ==
|
XjzN4SGNYD0biXuiO5UlqNm6k9EiO/0BXhE8c7ypVlzgE/Ybyg/hgFtJ9NZXmwwZDB2sg5Haoep/DGysWiD9Cw==
|
||||||
|
|||||||
@@ -18,20 +18,10 @@
|
|||||||
</header>
|
</header>
|
||||||
<p>The current maintainers of this project are Alex (they/them) and The Hidden (aka No).</p>
|
<p>The current maintainers of this project are Alex (they/them) and The Hidden (aka No).</p>
|
||||||
<p>After unfortunate events, we have picked up maintenance of this guide in order to continue the project the original founder, Lena, started. Lena faked her death, then returned later. Before her <del>death</del>, she gave me access to her accounts to maintain the guide. I will be maintaining her guide, as well as running her Matrix space, from this point. As we’ve said before, we cannot guarantee we’ll do everything right, or how she would have done it, but we’re trying our best.</p>
|
<p>After unfortunate events, we have picked up maintenance of this guide in order to continue the project the original founder, Lena, started. Lena faked her death, then returned later. Before her <del>death</del>, she gave me access to her accounts to maintain the guide. I will be maintaining her guide, as well as running her Matrix space, from this point. As we’ve said before, we cannot guarantee we’ll do everything right, or how she would have done it, but we’re trying our best.</p>
|
||||||
|
<p><strong>Update: Alex is taking an extended leave to acquire a more secure operating system and will not be actively involved for some time. They promise to return ASAP. Until then, No is spearheading the operation, including translations and research.</strong></p>
|
||||||
<hr />
|
<hr />
|
||||||
<p>Please share this project if you enjoy it and think it might be useful to others.</p>
|
<p>Please share this project if you enjoy it and think it might be useful to others.</p>
|
||||||
<p>Follow or contact us on: - Twitter: <a href="https://twitter.com/AnonyPla" class="uri">https://twitter.com/AnonyPla</a> - Mastodon: <a href="https://mastodon.social/@anonymousplanet" class="uri">https://mastodon.social/@anonymousplanet</a> - E-Mail: <a href="mailto:contact@anonymousplanet.org" class="email">contact@anonymousplanet.org</a> (You may use our <a href="https://anonymousplanet.org/pgp/AnonymousPlanet-Email-Key_B6D1757632A280F99F2DCBFDB9AB9D93AFF05B9C.asc">PGP public key</a> to encrypt e-mails. Do not forget to attach your PGP public key if you want an encrypted answer)</p>
|
<p>Follow or contact us on: - Twitter: <a href="https://twitter.com/AnonyPla" class="uri">https://twitter.com/AnonyPla</a> - Mastodon: <a href="https://mastodon.social/@anonymousplanet" class="uri">https://mastodon.social/@anonymousplanet</a> - E-Mail: <a href="mailto:contact@anonymousplanet.org" class="email">contact@anonymousplanet.org</a> (You may use our <a href="https://anonymousplanet.org/pgp/AnonymousPlanet-Email-Key_B6D1757632A280F99F2DCBFDB9AB9D93AFF05B9C.asc">PGP public key</a> to encrypt e-mails. Do not forget to attach your PGP public key if you want an encrypted answer)</p>
|
||||||
<p>Discussion Channels: - Matrix room: <code>#anonymity:matrix.org</code> <a href="https://matrix.to/#/#anonymity:matrix.org" class="uri">https://matrix.to/#/#anonymity:matrix.org</a> - Matrix space: <code>#privacy-security-anonymity:matrix.org</code> <a href="https://matrix.to/#/#privacy-security-anonymity:matrix.org" class="uri">https://matrix.to/#/#privacy-security-anonymity:matrix.org</a> - Github Discussions: <a href="https://github.com/Anon-Planet/thgtoa/discussions/" class="uri">https://github.com/Anon-Planet/thgtoa/discussions/</a></p>
|
<p>Discussion Channels: - Matrix room: <code>#anonymity:matrix.org</code> <a href="https://matrix.to/#/#anonymity:matrix.org" class="uri">https://matrix.to/#/#anonymity:matrix.org</a> - Matrix space: <code>#privacy-security-anonymity:matrix.org</code> <a href="https://matrix.to/#/#privacy-security-anonymity:matrix.org" class="uri">https://matrix.to/#/#privacy-security-anonymity:matrix.org</a> - Github Discussions: <a href="https://github.com/Anon-Planet/thgtoa/discussions/" class="uri">https://github.com/Anon-Planet/thgtoa/discussions/</a></p>
|
||||||
<p><strong>Below you’ll find the original about text from the initial founder, Lena, of this guide before she went missing, most links are invalid.</strong></p>
|
|
||||||
<p>This text will remain here in memoriam of her legacy and the incredible work she did vastly alone without any contributors.</p>
|
|
||||||
<hr />
|
|
||||||
<p>Hello I’m back,</p>
|
|
||||||
<p><strong>First I’ll thank you immensely Alex for salvaging this and helping me. Thank you. Thank you so much.</strong></p>
|
|
||||||
<p>My name is Lena, I’m 22 years old, I’m Ukrainian from Kyiv. Online, I’m I’m just a simple anonymity and privacy activist. I also used to be an activist in real life for various causes and did my share of protests. I was forced to flee the country like many others, and for the moment reside in Germany.</p>
|
|
||||||
<p>I’m a firm supporter of human rights, equality, repect, I hate corruption, and now … sorry but not sorry … I seriously dislike Russians who still support Putin but in particular, I really hate pro-russian Chechnians who came to Ukraine for the sport as they are just savages to my eyes. This is my sole personal opinion.</p>
|
|
||||||
<p>I also strongly believe privacy should be a universal right and that anonymity should never become illegal. I don’t want our lives to turn into Gattaca, Minority Report, Black Mirror, or 1984 (Too late for that one, I’m afraid). I do not want our laws and rights to become terms of services.</p>
|
|
||||||
<p>My goal is to bring accessible knowledge on these topics to the many and hopefully reach the few good people who really need it. In this specific case, I think the needs of the few outweigh the needs of the many.</p>
|
|
||||||
<p>Some facts about me: - I am not rich. - I enjoy good memes, movies, series, and books (and I’m sure some of you will spot some of the many references to those in my project).</p>
|
|
||||||
<p>Please share this project if you enjoy it and think it might be useful to others.</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhlwAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyjgAKCRAoXmBIoSMh
|
||||||
sszgAQCX9PLGUGVOwCtpS/WNrsf9u7En5FBK3dzKVh6Zgp2NNgEAyMKmagvhJjQo
|
sn9iAP9qnw3Aq60Jil+4fnyMEeTLKbH0Cz4TNr9Hp+O/LlRP3gEAm/yG4sazOC0+
|
||||||
lqf7h8XztD9T+AxHijk862XyfaRcuA0=
|
kJebeG+SFfgBmfmUCmBbJeh4WDbZyQY=
|
||||||
=x09/
|
=mMcq
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/rQnGaRAt+6PDEnuEDK7uxdv6OqKWQpCg8EK9v2k0IiJ4yEMHvw3wSjYU6R6KrzZfHshOaAO4sEC4bd9DFANJww=
|
RUSn9xivowlq/mVWZOWSTc14fteyudF8SVL/g/fj+YBEtT1XKl3IspD1DdXz2QRIrir0yXCqQgVaFnQxqHJGx1hwhpVwVhHQlQY=
|
||||||
trusted comment: timestamp:1680335257 file:about.html hashed
|
trusted comment: timestamp:1686450832 file:about.html hashed
|
||||||
XRhu2rObnogEWBQk+gwzK2OQ4IMqeRbdpLwtFufZvUZGidicL0HnZPUumm+u23t/jL7MmYjE54ECAistWkXnBA==
|
eu5wnyXjL3cZATD6DsVzmPyLJUwgB5UT3d1aFsUx6MRPzhQXBC+g7SMCtYna+ZQFUhcyihph59o57bITfHSWBA==
|
||||||
|
|||||||
BIN
export/about.odt
BIN
export/about.odt
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhmQAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUykAAKCRAoXmBIoSMh
|
||||||
sn7FAP9Wfk+CnhRLWQuhlhx8UiJ4TOC8BWDNHT/kFESnIwjM5QD/c2z7O/A79xoQ
|
snCYAQDQppaAMpk4gmUXoazGvdNV78Dk+S/HUSxZnEY3AcNVpwD7B/LBb0Fn4g/b
|
||||||
sFLZchLUa/fKq/wlkZkZA9LSzBQy6Qo=
|
jOUZaDVXtKrVOCGynLSMQfiNZNEbags=
|
||||||
=KWWl
|
=7MgS
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/p8ThhPtMygmJnXCGZgFrFy/wwSp67HUs34qaYDv2bdg8193qxFr1cTs2bGLeYcrXXz3MmCYmdQZmUB27f8QMwE=
|
RUSn9xivowlq/vkLzXjbn0JIVoIVQIy5NkdNaFIFWp9iLwVtMOj73yjUGPxpftoUjBY2bwWuIAhZv91lD/nDpOsMxqX/77zYlAE=
|
||||||
trusted comment: timestamp:1680335258 file:about.odt hashed
|
trusted comment: timestamp:1686450833 file:about.odt hashed
|
||||||
BlUoQJp9KMCnDoffdf1tmweJDbG9BKZQ1oPYJgWk4nzhAQ4e68KEy4Lomevl+hGtFe1/+MTILsxH9Nhi52mQBA==
|
AycFMdJICNkkTRnOxs9Xo0/Fj2OePRV/ltWGpvIT7Dw9bdedsi/g6wQH0atJmH6zJYvSbV2/0iSXq2j9jTLsCw==
|
||||||
|
|||||||
BIN
export/about.pdf
BIN
export/about.pdf
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhmgAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUykQAKCRAoXmBIoSMh
|
||||||
soxTAQCYE7Oq1NAo23RxT02/IxZ28K5cOt8FeqnAYESoMXKPDAD9EFDqdIBzUfu+
|
spuyAQDkhSFQO37pXiGnGMEbL+6GgKyF4sf3cYm2wsrVs9KEEgD8D6YYciqpX6wK
|
||||||
sGWsUUzs3JdorFcVIZkIunhkr7SGSQk=
|
77btSRVXit9WOzUVNo63PbKTPtn0JQ8=
|
||||||
=KSpE
|
=5Mj8
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/iZVDuamucVle0+/HMwYIj4Bcy2BEsq3OvzQNUM95YlM6mNu7QDlO6epF6boUwLEIjHcf/Og6waFkzswvZVA5gs=
|
RUSn9xivowlq/hrCA+okf4s/eyhHB0n7QXelWEjHoNlCxlRmf2/z+Fl/09fOunR36KzE8qMl1Ubas6hre1/Us5V8bDJHS12iEwg=
|
||||||
trusted comment: timestamp:1680335260 file:about.pdf hashed
|
trusted comment: timestamp:1686450835 file:about.pdf hashed
|
||||||
IEGN/VIo8dO/2EKy9tPcRRrMhitLzssAzvEmihqOSh72Wt+GvkVYweah7VbcZudAPTviAs76Gk9Uk08uulkeDg==
|
az3RmLjxQWOprKSxoFb/LzV5fvjDe3iSfmYU3EH527L9dLutLa4mKj0ISEQOOm8TF+W4Hm5Wzyr3Xxb0iAqHDQ==
|
||||||
|
|||||||
@@ -1,51 +1,51 @@
|
|||||||
672785ff56129b49e97b7c06b42ee9480a744235e1a067ebedd1362cf925309ee458fe94f60fdec61c56a555820803da80f8a86b0b4b6686ccb90a4b14799d60 ./CHANGELOG.html
|
cdf1ae219cbc764bfedfedf9fbe9c930660d0ccd57a6fe1cd1eab48f562a42a10c7ed77625a50f37e04519a3c12d0192ade1d83d90661ae63867f6cbdab8ff62 ./CHANGELOG.html
|
||||||
957ad61442c0954d12eba20c26cac1ee3c4c00c6b7f292cf1d22c31e7c09d332dbe20a50abab9fcba9d7f07a2beea8de72902e04211f2409af645affe2e68473 ./CHANGELOG.odt
|
e49588b41555a304628a07226f0f4fc29406e8c3b1482163337fea6ae8caaaf067590bdb33347da46f7ec3b7f507bcc2f9964685ec77c522d597c44706a79d49 ./CHANGELOG.odt
|
||||||
07686dda213aefe59dfd963e130861ffc77e43b397b9aa4e770094af3b9bbd56c1acd5f3842ee744a42092348ebf693dda6b7139190faca79fbf94221ef0d7f4 ./CHANGELOG.pdf
|
5c1e37aa5cf9cbbd4ef75c0b6860fb681a60d8ce2cd076f6a1f3eb4e3cf9cf3c308caee25702847bf843b3c8689b66f1e2a9f83de39e33d5a2ca46e83102c978 ./CHANGELOG.pdf
|
||||||
edc68f24affae9b45de3e98fbfae86350df5baae00f747fe06ac58bb8dbece7aff5acda3464ecf43b35acea036bef334b8475f438c035f5c9cc9ee2fb6920517 ./CODE_OF_CONDUCT.html
|
edc68f24affae9b45de3e98fbfae86350df5baae00f747fe06ac58bb8dbece7aff5acda3464ecf43b35acea036bef334b8475f438c035f5c9cc9ee2fb6920517 ./CODE_OF_CONDUCT.html
|
||||||
d88fddc362c7a48fc4994f71bb763cb46d7611cc9d4f74efbbeca312271ac5b5d2726dae0dffc48be4beacca2c88fb81ffa6f25e132b0974b60e4771b264d38e ./CODE_OF_CONDUCT.odt
|
5f66a4f8391c360f1efc93a2f0c342ab91baf8b04870d583e7d16b508df75c483fa5a969ee3659f4d6b9d56c8510cca41e328e8fa567429c82523543b7402f0a ./CODE_OF_CONDUCT.odt
|
||||||
7613baba1d100ffcf5acfdcd9587feac123e88f346161d2595a94410d7644f1cb3f88e4dfd50caba21b9c600675f730381ef6dbda495d844bcd32cbf2ff6a3ae ./CODE_OF_CONDUCT.pdf
|
6cdd67e41a4508292b3e046da0868f2e07fa7ba7dc7614f429e64cb9e83ce690ec480817deed8373ebbe06a82d4c1ae5b3203543d53d16c6fed054b3ca89e5ca ./CODE_OF_CONDUCT.pdf
|
||||||
23d0a9ec8085553e2c1577b48f0908c2c1637bd79734c119436de2f7c8c60b2e683e6ea74337f1cc720798dbf360400c98217763eaf7898e580d5fba2c4b3c91 ./CONTRIBUTING.html
|
e1a0325b5d2b03f3e0d0ab1eb74cc61fa4fb714bec024f5e549bcd19031e0e52bdf4eaf7954698f532ddd9c5889acd51f2fec61bbcd3077f82d581bd0e9f8a93 ./CONTRIBUTING.html
|
||||||
ffe861d31021dee472e4556218c485f54f94779758c708382f65d86da97c16d3346f33d444da005f3afec9b2deccb07ada1a5c871d849edb7cdd35724b4f841b ./CONTRIBUTING.odt
|
d95386547e86bfff1a901bb91bca41841e0ba7c1db330b7424f4003037491181dac0e641e8c046996e057cde19c088036a2f3c96ebf9e222a21dacb1f42cffd8 ./CONTRIBUTING.odt
|
||||||
6530a469746f982fce926ccdd0ba7b0ea02badcc371e2fb8bf0a3e05a501aef43af6d9d9582c3664aebc053331cb0fc356ee43938202b0bf4ff1ea29eaa2b0e3 ./CONTRIBUTING.pdf
|
5721fd7079eaef30dad7261b41151278ca1e90150b321b50f1534840ddb28b8068ce97e6e52473ddbb7315e52f36cc8c67c6e160979f49db8ef1db8449cb1ae6 ./CONTRIBUTING.pdf
|
||||||
e5608ee5d273ca761f7d8a1a6dbf5ce26d9bdb5cb2bb17a8b115ab0d970c04183f55c541e457a6bdbaaf89fe0233861021b9c7a4af6f08219359c158483ed10b ./KEY_ROTATION.html
|
e5608ee5d273ca761f7d8a1a6dbf5ce26d9bdb5cb2bb17a8b115ab0d970c04183f55c541e457a6bdbaaf89fe0233861021b9c7a4af6f08219359c158483ed10b ./KEY_ROTATION.html
|
||||||
2e1aa40b7204d30bbfa92662ccccbe0fd1f9f1c8c2cf5e0f93abf367305fb5afcc30d7e72baac9c58f58ff9dc30f8112434754a100f1d4ac2d936e07062e4bea ./KEY_ROTATION.odt
|
8cc9a16516832ac03c16d5f5ca115fd2603b1c89aa9fc6de004d439dde06cdb7887dc17b7fda491cb6314b3398c62a0cdc2ba92d0689bddafa1688a12c767333 ./KEY_ROTATION.odt
|
||||||
a5dc7bf67ac9315cc4b3e91843cd24e775feed0098f5ba627fa003edbc31e097f0d4a06c56dde6e207de7ab1471d3f8f1d3e22a133bd5909ad44a2e0e8c6cb93 ./KEY_ROTATION.pdf
|
bb6c3e08c7903f63c1c7cad24da902b8f75dee47d968e63578226592c9e6b3ebfce7f8a8b7acc2428ccb7aa3612aa1f1dbac3bd76cf496164bc6e324ea0d2e5d ./KEY_ROTATION.pdf
|
||||||
61b55b1507341fc1355c6f9d757350f4774007ff949cfaa90d353e608a2aaff82019139d54bca91d474890f53163c5e795686175449c6c7f7327294ab523a066 ./LICENSE.html
|
61b55b1507341fc1355c6f9d757350f4774007ff949cfaa90d353e608a2aaff82019139d54bca91d474890f53163c5e795686175449c6c7f7327294ab523a066 ./LICENSE.html
|
||||||
9050e078863be35c52e670f042806116474a5c78f603d3c1d042e7c3e469b2a6398b994293bfe933830cbbc3250f8955cd84865fbf525f1d879314a9c1d53ac2 ./LICENSE.odt
|
788f7e9ece5504f39a0591829490915d67deab5770fa1fb2d5f434c20547c56989d9a034f9c4c3cd1c58990d0fc045a15698ebb5e436a08a7b74a3a9f1946b32 ./LICENSE.odt
|
||||||
d9b43e5e1017a8c5c3893a21be81bb4c8c2113c1b7ddb6077bf54bf24ea1ff59d4935c6616f0ac47d7e46d56cf28938778fb1b167c74feb1c18fcaa8c50ec8c9 ./LICENSE.pdf
|
805438671046192fb008d9387823782784a510216a0cbb0b2645f69ca3d0fa41cf61ff2edb8df221c914a7318d6aaeff27301f672d29e02ebeb41fbf4f953b7b ./LICENSE.pdf
|
||||||
096d754321dbdadc190ef871a8f22f128f7e3d6f3dd7102bc7d935c96f537cccec1360c813597931041b5892a4ed8b73cad8b2b3dc076657a292b988bb18f20a ./README.html
|
70fcd83ac062429f3c9c46cf3d6c19e37e2e125b4695d16207df155120d1c800fab87cd943e3c5e8d9e0a053539f1a99a7a292891ea8f50abd8ad8fc93cff12f ./README.html
|
||||||
9d845abd3ace2a752bec3fc7197b70fcc5036b4d67038c41ee093306358bdc494e99c861300421b37bfba5fa48e2ba10f0818035ddf42c1b274ffbc06f7e1ae5 ./README.odt
|
7a640f5da181b02f5927ef97c6e02e9b0ffdda59807b4b784f2378b587c3d93c454838af34bdfebdd81b98af681bdc09abf534d9579048ee4710f2c0f4abf232 ./README.odt
|
||||||
0b02d1e5622883e7e3350a6ccdfcd812e6e5f34257c9fdf8aa433b86e4301bf892ab0f615b581453af4bc9d9526520fc16a97df1535fafe9f6fd2b054fac13f5 ./README.pdf
|
ca71314853f2f90d86ba03c72fbb42e7bfe086ea32b23f96e534c684d4deb87fa48ca455d36be679757dff44545b6f8f31f09ea8641055349ebbcc07425471ed ./README.pdf
|
||||||
b2b897267ac71131f4157d743c7bc748284bae6ad0525b80e369b6595aa9a9ee73a6bf2dd36e63ebd1f5630d6efd8f83f8a443396534781ef22fd90e68e726d4 ./about.html
|
1406eccdba99b061667d0469049a5e19d16f9bfa03447c84d2b6829e3cf4f193dd10baf8696fefce507faceb124921ff6a39bdf774e4094a70902eaaa7864271 ./about.html
|
||||||
692ae3fd5caf7426c086337fcc2811ac228e094296cc36dc221f806955856cab7f838aa0a420b9095d9dcb01f247db966404af262059830b457a2487279137ba ./about.odt
|
470d95709bf8fc1ef2f4b044c61d3428cab2ae42e2f8a496e3c1c3c02e75dbf9d5b5acac84bb9773a848cde0102e7855f281496826c563050c9661fbdbf769dd ./about.odt
|
||||||
c7554e9da657bf02d8b1d402ff1b4c1c0df2862da7efa21c5f47a21a84c98c3a5fdfdecba27abc526639aa6702bd0999bf964852c9222353f8081a1a671d88a7 ./about.pdf
|
5649c87ed03c10efda0a754c45143ff0dd38947f0f1d3d27a21b2ef119e2c8e9bf2876974a0686f3646e5f84e39e8b4943d27cae4caeb09a7e44b9fff621c506 ./about.pdf
|
||||||
41a70d04322d7c2a115609587ff171026055511d521a5ae73d3fb19aed9ab1bcac9708b038780b9ebadcdeb919496e69c4424377e5d6b6d6447f032cfc0d4ab4 ./briar.html
|
41a70d04322d7c2a115609587ff171026055511d521a5ae73d3fb19aed9ab1bcac9708b038780b9ebadcdeb919496e69c4424377e5d6b6d6447f032cfc0d4ab4 ./briar.html
|
||||||
22f860dd8d7fd474638d7988f0cce98ea5eff65188f58c2b32b2f81abe37173b9488970b121e3bb0560d7ff86cd39d76cc1f5badcb01cb382c48aa003f7606b1 ./briar.odt
|
fa1fc7eee1f1aebb1c29a6b7f0172dfa01ca4642cd81bc504b11b3dcc8d0175e1f24e4d007191ab3042bb91d9ce25f4792b61a48b294e872f275832fc4590b0f ./briar.odt
|
||||||
97d6e250444cbf9ceb29d1af3481962498afeeed80db6d20dcef18b0a2b02571a36c5da9634d6dc3101250d99b663dae7a569746e13d1896b98294f602144794 ./briar.pdf
|
ffe5d17696fa23078f480f385199b518051ceed6f6bdc26da6de97f2c81e42c390b2ed708ab1996667716a0d5d12450d93c4687a11277954f3cccb32385479a9 ./briar.pdf
|
||||||
0cb77f8af2357b4f4bb2e03163ef3586c3d4761df796321ab4a8a8f088b2144b3d56d43355e16b5d93fb9e7c4bf1f4ffc448321568497f4717425824fa387eec ./chatrooms-rules.html
|
c84a99f05fd0837a12561cef0bfae22b348dca7daaf3499d10324f40382e88b9e89dcd7fc04ca565e83438094987ddd144bc9707eea97918ef54178c3fef808a ./chatrooms-rules.html
|
||||||
7341b8537344efdf0288635c4312b9e88b003961e0b39be7579017976c4524034da8908531099111c0799d106553501aec9e4ccd953cb73824c937af5beebd14 ./chatrooms-rules.odt
|
58b2798997651d7a41729d9452c2ecc840cf1086f5f411c615913c93ce2ab35e3c4933b1e3d8a039a4e75fa599a9a5a58de64b8e1374cf7c28da28c6694520a8 ./chatrooms-rules.odt
|
||||||
dc30249ac1e551d6d011cd0ee6fed1f69c5a35601d77217480ced3957acb4a9e6d377b3f8f4887c4a05906f8bbad1f8bd4430eed48c3727ccd0cf8305b262c34 ./constitution.html
|
dc30249ac1e551d6d011cd0ee6fed1f69c5a35601d77217480ced3957acb4a9e6d377b3f8f4887c4a05906f8bbad1f8bd4430eed48c3727ccd0cf8305b262c34 ./constitution.html
|
||||||
4ddd9e1f0dfb4e34a68f5e373aa1edad93e4cb2e3379ec4bfc48498af3b225b7ad188c50592edd2bf7be3e298e1a0da805780cdab9546390b8cbd32b5d13748f ./constitution.odt
|
d9676f653fbe05b5fa5fc8de635550e5ba7df73eb25c3e562d86847d159e7239ace6f49b1664a2f2d00a930a1c2cf252ff2cb121599ed81e50666473d06418e3 ./constitution.odt
|
||||||
af6bd57672e5ad66cd341a4e78b24dfe2f948138be73fb4961a8f93997d1a2d131c17c660a631a1a75bc2e95873538a1a2b44ec4167cec517359f7653ac42600 ./constitution.pdf
|
2b7721076ca3ab24f7759970958b581f310250916d4f17c07861cbf2890a5f2b7fcfc5aa551f09f7a58e226e9d40909d2378c3a51259c4978f6f24936d8eb7b9 ./constitution.pdf
|
||||||
d2162a0c52e03b4bdf00533ff1c1388b42ac81dae74c376221e2c08e6bd7a6c2935c987b43869d378beeabe20cc6f23672c66d012d1db9d79ae9d82ca2c0b7be ./donations.html
|
d2162a0c52e03b4bdf00533ff1c1388b42ac81dae74c376221e2c08e6bd7a6c2935c987b43869d378beeabe20cc6f23672c66d012d1db9d79ae9d82ca2c0b7be ./donations.html
|
||||||
0389d4db32380d2c2e9534a10656c8d843323db6734f5c9315c595a9efb5bc10bfa368e760bd4ddd77b31abc3b213667889adccf9f3123b69564a725e2f2ce6d ./donations.odt
|
fcb55d43602e91980028e08c4bab80062973e7ba40c15ba28e1c8174899af87314491bedc8194b7e08d0aae987c62aaca6a3d9e2ec7e7dc7c838a2567ef24094 ./donations.odt
|
||||||
58a86ab1a9b0c5c9e71241c81f58a428754b46fbe1e57ad3241ad3b065091f3f5538f3ab679ad058c90a036d6fe64275596db8f5126743237351e684b977af5a ./donations.pdf
|
8b83aba1db9aff7fb95914d680e1a0c44c2eb9407fe0c2a886c9bbf9977f8f84e0fec39c47c94144944e2a6c8deaf2f65d57ed460f3565d879d0317bbedd7a0f ./donations.pdf
|
||||||
e24eeab783e76e34ee144ba03103a1617fca5e76d0136f95865e385757ef0cde809b56eb7a0a00523a824bf1f00d5e9fbc307d92756873e9bfb224dc4b5ca9ef ./guide.html
|
ce8290e7132b77a58e1475f7559a28559bc8d6e03f360dbc4b3f8f88c5fcade375c21767dcc4f439be36dc15792bff0dacf42fc9cd7f054eb0b3d473a96adfb0 ./guide.html
|
||||||
423ab8dec0328acd7d81dc88ee430de09100fac8aa6c8d52615c549e6f4cee1a230a9ef8657472bb3e6e437bd449cc9c89e8f7db267bfcb50f6119cfd0b3fb2f ./guide.odt
|
47d35fa5698bf42516f3ac55323b65782e75b1f865b617d7958f1fb11b24d6a22ead7740c9d0c3fa6cf06b7f8700dfb7557ba98014f9cb4a8a0c3ced6687e8ae ./guide.odt
|
||||||
bcc4ac6f3bdd4ce14c87237b7dc49ba5f6a281d506f27ec8d17cb0ef38e4702198f7d2ac0d4c25befe91e51b807c587f972fca6788c4e438b0eb34e0b613b66b ./guide.pdf
|
a377ee87886ee3f0d57fe400ec3487113c76b33560e3e29ccc66f885e54e85de61271074403f12137645f333ccf3da63faa8e3aebe5d4d5c2f5fe323454307ac ./guide.pdf
|
||||||
011d1c7a16e42d0ff9c9ca3bb9583e968b9f89c5ff975d1d33255a4b547a475f6f9c858138990283acf52b4ad7da0ec6a0245e6f580a739f24aa9b958c6b3127 ./legacy.html
|
011d1c7a16e42d0ff9c9ca3bb9583e968b9f89c5ff975d1d33255a4b547a475f6f9c858138990283acf52b4ad7da0ec6a0245e6f580a739f24aa9b958c6b3127 ./legacy.html
|
||||||
7dc3b26174398256bde37c53053be7072d1867dbefd5e64a7f0149b41f67817bf0d74a3fa833666b631cea523b914c78f563a37e007baaf939e76368d0fa6b3c ./legacy.odt
|
3373e1416d2f3d38da59f36627379c88d3179c5771ae79bab2347898d541f9741c7448d6ed75081feb1e9dfd82fc5a6e483c87a387657fd948073f4eb6776966 ./legacy.odt
|
||||||
1a22c72edc3ed1f71d945093dfa26b9d8327f0876fe8adbab1681d9c5e578752dd53f3fc56f7982afa6654b1da870b0f7e2b7287bdaf4107b8c5627be0b41160 ./legacy.pdf
|
eef15dbd7ac6191a81ac644342c53c1e0c0cbdb5ad8d1c207a928407d64e65a5250416d023dd725e756b66665f969fd075a6907d0fc3bb7d252f0ab58c60053c ./legacy.pdf
|
||||||
5fa64bceddc6bb09254f520c0af18865df73f31c8ba075825b8b0615eb26e4c4deed11a099f4007e327e617ba5d228c8a6153170343a059666d5802099ebad93 ./links.html
|
76958f3298f9ac581e778a41a765090206da3140c465d20db120f6ed4760ebc21670fa58403b8f839b2b38f36f9ff17c7b9dd1c18ca22060e1426a82f3ad3ded ./links.html
|
||||||
0ceb9f1a952b16d678a7e2356fe612324b4e021a0535a1649302ebff99f94be1cea272b20f5ac66af8bc46d03af38716c7b8b96715d0480fa186f04fba6ec6ca ./links.odt
|
1cab59399fc9ce5369026028f2e5f0133a502a449549b103d753563c2e985701af2d1a9a9005d7b3472a6444659af5bc5e370adadda8c99c2abe24da60db0ffd ./links.odt
|
||||||
b046a2907000bfec53f7276134be034eeecdd616f364b6deaa0f322f3b988d78209a1498ee8467a20188b4c5551bfee478369a2ff73dfc21402d46cd81d80f46 ./links.pdf
|
266fe7196ab991ce938f110b2f96fb7385a2aaa3ec314c42af419f6a16622046625791efb62775038ad68fcc12d9edddd66dde5b3e974594de59f50a8926af6e ./links.pdf
|
||||||
59909d35b1186f6a84f43a338d6a00a2707133b564fc55d12b5202506ed66583cddbd41f86df84085a1ab688cece919337a3f1a21c4c3f882b60e3fdb8e309d7 ./moderncrypto-rules.html
|
59909d35b1186f6a84f43a338d6a00a2707133b564fc55d12b5202506ed66583cddbd41f86df84085a1ab688cece919337a3f1a21c4c3f882b60e3fdb8e309d7 ./moderncrypto-rules.html
|
||||||
5588746b39d75d8ce02eba6d3de0fe1965f3a0c2675dfa65edbc3dd73ca14996cda69b73d244adc10da90d4c6e327e75a1f3674f575376aef4e55535f43fa20a ./moderncrypto-rules.odt
|
33d8c92e2ea2ccb415f1e4bde7e57ecf8e58753ad037012d52247d0481ceb907e93a95cb462b2321681264eb9f6f214296025e15968cb309d9d7447e454ce8f8 ./moderncrypto-rules.odt
|
||||||
1fa367cf3eceac1bbd459a2a7c61986ed40981786ba40204f7ddc005e042df74a95d6bf7cc17985e7d347517601e5f52de8b86f9e570629910ce52455a28d4ab ./moderncrypto-rules.pdf
|
afd26bcad19ec22e51dacb55446dc0e87f1a40c76be89e64f5144f5071edc44cf9230b8badf311ffb258ad0b518932ea1d67b503de9fcdb8ae8b0afb7167b8c5 ./moderncrypto-rules.pdf
|
||||||
3603802a72110e553ae5c30a479c32742cb2f02ca9d884f3e5de95d711928c0d2f50918c887a399b00b2128f564524f914490551337c991695f89041350665b2 ./sha256sum.txt
|
ff727c0892b1bee04dffadd8a515be6cbe4ebc33a70de840d01846a5b48e2244780e68159dff88a0df76f311e780740d5de47eadabeaae3c6be2267536b1e03f ./sha256sum.txt
|
||||||
49a740a680ae43d50f350a81cab6a7f16e143c425ea637ea6b04741aaf0f32f3cda40b47fc968df63fc593f4fc68b20b323a79c5d3fb3456fdc559e492fa91d1 ./twitter.html
|
49a740a680ae43d50f350a81cab6a7f16e143c425ea637ea6b04741aaf0f32f3cda40b47fc968df63fc593f4fc68b20b323a79c5d3fb3456fdc559e492fa91d1 ./twitter.html
|
||||||
751b75ec53a8c689f722992cfbf2432aff26fce7e51513d694f55ebdb2ea4349e8de07a51263a6928d7f05c1d0bedc6481e0d623c50524d227ed52401c8ce41c ./twitter.odt
|
899d57e52278e63b4f436567c622fbe80f112c67202ebfc1753d8675d29abfbfcbb35c94ae2ffb82832b8520197caf616f1e7b591c4166467d2e9f84e82cf2d9 ./twitter.odt
|
||||||
9454d6d2d82ec257670c09c58401b70c916eb5b5cfcb556bd2a4e68a0d4f0575c996740d3eeeb95b0ab0a9be14625fd108da4ac0bdd80374c14b3104bc75c99d ./twitter.pdf
|
cafc4057e4e2a09cea79b7fe041786f976b41da682869afed4516c87d64859477c6d9ec855089372f0ff023dadb338582b5a22ae0befec34fd4e4dba09621b1b ./twitter.pdf
|
||||||
b171d670159df757d440148a289f64f76a263ace96be7977a7322176549dcb985b6b744f277d1c8b745ff529885c336ebf7fc026ed736f123cdef57021bdc281 ./verify.html
|
3834ccd6ec6e3aa3e4593d41f868979fdfa7edc549d16fb3e2d9172cec93c1993a0bfcec467f1364b74026a8d2e575e110b565dead159c5aa5ce409e5aa57c34 ./verify.html
|
||||||
184cb84d6024a3a2a1f98ceed7587c549e7ed88e961baeb508ddb37ed8cbf991160974c74f9248c04be132e4e28fa2f7ac9aac51480dc597676e50d3add5d32d ./verify.odt
|
fbf0d993d8c9c1c7d16803ad0f54df1489546e9875e905359272ac7dad5c9162f27d248c4022394d7ae42c581942d2da35641ac9fa77a91c6ac6228cdf3f8d51 ./verify.odt
|
||||||
4fbfe95f12cc83841e5956a0caef6e41cb86feeec5edafa28d188e326069bffc1043c91c6678228f1390f7d3d222678d32275d79ecc211c711fbed4b3374f0d3 ./verify.pdf
|
98bb8780c67d65b67b3719e4458ba36a21cdaced38e8f70ef99808cfc47fee17ec58717624a56a7642b8e0aeb66d281e7f1a3f3ebc29e59f7a506ac8239cd02c ./verify.pdf
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhnAAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUykwAKCRAoXmBIoSMh
|
||||||
sqnFAP0Tg4NsamXFTPS6DDpbeJ0V8RYUP8zI4lxcBBeWD07oJQEAyjPmlJDsQ1vN
|
snNZAQD7Izm671zvMYk1ydBW4Z9tq++SK2vJlms/XaRrbC2KyAEAwUrpGomF3MC9
|
||||||
0zyhLhpousvPUHE7k1m4kZIaYNIoAw0=
|
rCnmBDpgaOKmyWmnw7RvkBVuklxybgA=
|
||||||
=xuo2
|
=pfyT
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/htKa/FX+Bu9rpqdTnnV78CjLT0PEBw6Q1Bs0/aoZLxS5UWkTUJDMjCXak6o3Dbbxt6eQ2GEbV94dgnR0JORkwk=
|
RUSn9xivowlq/tT0h5mWmTuT7suzSAcbeYABtfsWRjqTi1ss5t5U3vDObuEPjyvLN6zerXLRqHKXH68KLQ6zhSdWNvbem7cm6Q4=
|
||||||
trusted comment: timestamp:1680335261 file:b2sum.txt hashed
|
trusted comment: timestamp:1686450836 file:b2sum.txt hashed
|
||||||
G2uA+uJ+wEzpP5S8fIyfR9aCZUpKMp09Kd7hmbefzv9iyF8j02Awe8tHQwnHj2sBH5lntpWGhDKh3VgbXwLZCA==
|
9Vqt1tEhsmaY+HM21Z303AK6ORZBfGa7mFOfdrAsd92IZQC+6TIsr6xb9GnSsU6q5INOMvm96/VI/CKFl2SVBQ==
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhnQAKCRAoXmBIoSMh
|
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUylAAKCRAoXmBIoSMh
|
||||||
sm3/AQDb7xXc4ww7NcGsuvjeEXhGRE5U0ojb7M6WoS2YV018CgEAk2/WExrbMnF0
|
siuBAQDIkUW7Q4ttX/VeIMMFMlHA4kAwyj1cbrffLOLPoINUmAEA0f9u4v5+lFcD
|
||||||
OE4z+l/80cOVNOg7vuv2freMbxkXjgE=
|
i6j2iNgsPDg7ZWltxoQT5ePABROyVgs=
|
||||||
=IqpT
|
=TpTQ
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
untrusted comment: signature from minisign secret key
|
||||||
RUSn9xivowlq/qgUw1Ej+2oO4PZtZD55Od30GW8555X5KXNESxKPmVmZraKN6Pxvx1LiE+fX5fTpAaXSYCtT7e2fVNYKx5Zvcgk=
|
RUSn9xivowlq/qgUw1Ej+2oO4PZtZD55Od30GW8555X5KXNESxKPmVmZraKN6Pxvx1LiE+fX5fTpAaXSYCtT7e2fVNYKx5Zvcgk=
|
||||||
trusted comment: timestamp:1680335263 file:briar.html hashed
|
trusted comment: timestamp:1686450838 file:briar.html hashed
|
||||||
9e2TUcx9pn8tO1ksnrPA7jsAXaCA/0FCZyqrweu/tdNCDrctGe3fH/ZzuKSVB2s5XLTljRbQ5gJgh+tLtambDA==
|
jdi2Xwv6scPykY/1n2eToRXO8T9uKbSSkDHPVpoY7vr+0OQnqRJsZ9eGnpxxUnY+F1fLVj/10RKUOtj8YrQ/Cw==
|
||||||
|
|||||||
BIN
export/briar.odt
BIN
export/briar.odt
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user