diff options
| author | gabrix73 <gabriel1@frozenstar.info> | 2026-04-12 14:49:49 +0200 |
|---|---|---|
| committer | gabrix73 <gabriel1@frozenstar.info> | 2026-04-12 14:49:49 +0200 |
| commit | bb189dd1e7cc14900e03a72403752e6aa5276d8c (patch) | |
| tree | bdf857d7101e8889c33077c55819227eaff675bb /README.md | |
| parent | a7a7d3fd4559015fbe02b2016c3f39379262d1c2 (diff) | |
| download | khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.tar.gz khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.tar.xz khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.zip | |
rename: Veilith -> Khimera across all files and documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -1,8 +1,8 @@ -# 🔒 Veilith - Military-Grade Portable Messenger +# 🔒 Khimera - Military-Grade Portable Messenger **Secure, anonymous, portable messaging designed for hostile environments.** -Veilith is a war-ready communication tool that works even when Internet is unavailable or censored. Built for soldiers, journalists, activists, and anyone who needs unbreakable privacy. +Khimera is a war-ready communication tool that works even when Internet is unavailable or censored. Built for soldiers, journalists, activists, and anyone who needs unbreakable privacy. ## 🎯 Core Philosophy @@ -28,14 +28,14 @@ Veilith is a war-ready communication tool that works even when Internet is unava - Linux/Mac: `./launcher` - Windows: `launcher.bat` -Veilith auto-detects your OS and runs the correct executable. All data stays on the USB drive. +Khimera auto-detects your OS and runs the correct executable. All data stays on the USB drive. ### Build from Source ```bash # Clone repository -git clone https://github.com/gabrix73/veilith.git -cd veilith +git clone https://github.com/gabrix73/khimera.git +cd khimera # Build for your platform make linux # Linux executable @@ -52,7 +52,7 @@ make all # All platforms ## 🛡️ Military Features ### 1️⃣ **Embedded Tor Bundle** -No external Tor daemon required. Veilith bundles Tor directly in the executable. +No external Tor daemon required. Khimera bundles Tor directly in the executable. ```go // Auto-starts Tor on launch @@ -336,8 +336,8 @@ queue.Enqueue(criticalMessage) ## 📁 Project Structure ``` -veilith/ -├── veilith-main.go # Main entry point +khimera/ +├── khimera-main.go # Main entry point ├── identity/ │ └── identity.go # Ed25519 identity management ├── addressbook/ @@ -369,11 +369,11 @@ veilith/ ### Change Identity -Delete your identity key - Veilith auto-generates a new one on next launch: +Delete your identity key - Khimera auto-generates a new one on next launch: ```bash -rm ~/.veilith/identity.key -./veilith +rm ~/.khimera/identity.key +./khimera # New identity auto-generated ``` @@ -383,10 +383,10 @@ Use different data directories: ```bash # Identity 1 (journalist) -VEILITH_DATA_DIR=~/.veilith-journalist ./veilith +KHIMERA_DATA_DIR=~/.khimera-journalist ./khimera # Identity 2 (activist) -VEILITH_DATA_DIR=~/.veilith-activist ./veilith +KHIMERA_DATA_DIR=~/.khimera-activist ./khimera ``` ### Panic Button (Emergency Wipe) @@ -396,7 +396,7 @@ VEILITH_DATA_DIR=~/.veilith-activist ./veilith For now, programmatically: ```go -import "veilith/security" +import "khimera/security" wipe := security.NewEmergencyWipe(&security.WipeConfig{ DataDir: "./data", @@ -467,7 +467,7 @@ Contributions welcome! Please follow these guidelines: **MIT License** -Copyright (c) 2024 Veilith Project +Copyright (c) 2024 Khimera Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -479,7 +479,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ## ⚠️ Security Notice -**Veilith is designed for defensive security only.** +**Khimera is designed for defensive security only.** - ✅ Use for privacy, anonymity, secure communications - ✅ Use in hostile/censored environments @@ -493,8 +493,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ## 📞 Support -- **Issues:** [GitHub Issues](https://github.com/yourusername/veilith/issues) -- **Discussions:** [GitHub Discussions](https://github.com/yourusername/veilith/discussions) +- **Issues:** [GitHub Issues](https://github.com/yourusername/khimera/issues) +- **Discussions:** [GitHub Discussions](https://github.com/yourusername/khimera/discussions) - **Security:** Report vulnerabilities privately via email --- @@ -511,6 +511,6 @@ Special thanks to cryptographers and security researchers who make privacy tools --- -**Veilith - Privacy you can carry. Security you can trust. Even in war zones.** +**Khimera - Privacy you can carry. Security you can trust. Even in war zones.** 🔒 **Stay safe. Stay anonymous. Stay connected.** |
