build.yml — builds PDFs, uploads artifact, no secrets required
sign.yml — hashes (SHA-256 + BLAKE2b) and GPG-signs, triggered via
workflow_run after build or manually with a build_run_id
release.yml — downloads artifacts, uploads to VirusTotal, publishes
tagged GitHub Release with all 12 assets attached
All three chain automatically on push to main. Each can be re-run or
triggered independently against any historical run.
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
Welcome.
This is a 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. It is written with hope for activists, journalists, scientists, lawyers, whistle-blowers, and good people being oppressed, censored, harassed anywhere! This guide has no affiliation with the Anonymous [Wikiless] [Archive.org] collective/movement.
This guide is an open-source non-profit initiative, licensed under Creative Commons Attribution-NonCommercial 4.0 International (cc-by-nc-4.0 [Archive.org]) and is not sponsored/endorsed by any commercial/governmental entity. This means that you are free to use our guide for pretty much any purpose excluding commercially as long as you do attribute it. There are no ads or any affiliate links.
If you would like to make a donation to help this project, you can do so from here 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.
Ways to read or export the guide
- In your browser: Hitchhiker's Guide (hosted site). After a local build you can also open
site/guide/index.htmldirectly. - Local HTML preview: from the repository root, with Python 3 and MkDocs Material installed (
pip install mkdocs-material), runmkdocs serveand open the URL printed in the terminal (for examplehttp://127.0.0.1:8000).