From 95103dcde0bd36cd13a47ffb1d68cf8f1e35f80d Mon Sep 17 00:00:00 2001 From: bad-antics <160459796+bad-antics@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:05:01 -0800 Subject: [PATCH] Add n01d-forge and n01d-machine to privacy tools Added two Rust-based privacy tools: Encryption section: - n01d-forge: Native GUI image burner with LUKS/VeraCrypt encryption support PC / MacOS section: - n01d-machine: Secure VM manager with Tor/VPN integration Both tools are open source and built with egui for cross-platform support. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f15a4f8..e0d291d 100644 --- a/README.md +++ b/README.md @@ -468,6 +468,7 @@ Remember: Without strong encryption, you will be spied on systematically by lots - [Cryptomator](https://cryptomator.org/) - Cryptomator encrypts your data quickly and easily. Afterwards you upload them protected to your favorite cloud service. - [Stegcloak](https://stegcloak.surge.sh/) - Hide secrets with invisible characters in plain text securely using passwords. - [Picocrypt](https://github.com/HACKERALERT/Picocrypt/) - A very small (hence "Pico"), very simple, yet very secure file encryption tool. +- [n01d-forge](https://github.com/bad-antics/n01d-forge) - Native GUI image burner with LUKS/VeraCrypt encryption support for creating secure bootable drives. - [Photok](https://github.com/leonlatsch/Photok) - Photok is a free Photo-Safe. It stores your photos encrypted on your device and hides them from others. ### OS Encryption @@ -986,6 +987,7 @@ GNU/Linux is a family of free (as in freedom and as in free beer) and open sourc - [Fedora](https://getfedora.org/) - [Mint (Cinnamon)](https://linuxmint.com/edition.php?id=305) is a beginner friendly distribution. - [Qubes OS](https://qubes-os.org/) is a security-oriented operating system that isolates various workspaces into separate virtual machines to enhance privacy and security. +- [n01d-machine](https://github.com/bad-antics/n01d-machine) - Secure VM manager with Tor/VPN integration, sandbox isolation, and network compartmentalization for anonymous operations. - [Tails](https://tails.net/) is a portable operating system that protects against surveillance and censorship. It always starts from the same clean state and everything you do disappears automatically when you shut down Tails. > [!TIP]