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 /MILITARY-FEATURES.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 'MILITARY-FEATURES.md')
| -rw-r--r-- | MILITARY-FEATURES.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/MILITARY-FEATURES.md b/MILITARY-FEATURES.md index 4f82fb7..f778c63 100644 --- a/MILITARY-FEATURES.md +++ b/MILITARY-FEATURES.md @@ -1,4 +1,4 @@ -# 🎖️ Veilith - Military Features Implementation +# 🎖️ Khimera - Military Features Implementation ## ✅ **IMPLEMENTED - Critical War Zone Features** @@ -346,7 +346,7 @@ embeddedTor.SetBridges(tor.GetDefaultBridges()) **Situation:** - Soldier captured by enemy -- USB drive with Veilith seized +- USB drive with Khimera seized - Enemy attempting to extract contacts/intel **Solution:** @@ -399,11 +399,11 @@ queue.Enqueue(criticalMessage) package main import ( - "veilith/identity" - "veilith/security" - "veilith/transport" - "veilith/transport/tor" - "veilith/transport/mesh" + "khimera/identity" + "khimera/security" + "khimera/transport" + "khimera/transport/tor" + "khimera/transport/mesh" ) func main() { @@ -468,7 +468,7 @@ func main() { // TODO: Add keyboard listener for Ctrl+Alt+Del+F12 // On trigger: wipe.Wipe() - fmt.Println("✅ Veilith Military Edition Ready") + fmt.Println("✅ Khimera Military Edition Ready") fmt.Println("🎖️ All war-zone features active") } ``` @@ -528,7 +528,7 @@ func main() { ## 🎖️ **Conclusion** -**Veilith v1.0-military is NOW READY for war zones.** +**Khimera v1.0-military is NOW READY for war zones.** All critical military features implemented: ✅ Embedded Tor @@ -549,5 +549,5 @@ All critical military features implemented: --- -**Veilith - Military Edition** +**Khimera - Military Edition** *Privacy you can carry. Security you can trust. Even in war zones.* |
