Skip to content

ASHIKalip/windtexter-stego-signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WindTexter - Stego + Signal

One-liner: Secure messaging demo combining X3DH/Double Ratchet with LLM-driven steganography.

Features

  • X25519, HKDF
  • AES-GCM
  • Encode/Decode

Quickstart

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt || pip install -e .
python scripts/demo.py  # minimal demo

# Docker (optional)
docker build -t windtexter-stego-signal -f docker/Dockerfile .
docker run --gpus all -p 8000:8000 windtexter-stego-signal

Benchmarks

  • Hardware:
  • Dataset:
  • Results:
    • Throughput: -
    • Speedup vs baseline: -
    • Accuracy/F1/Metric: -

Layout

windtexter-stego-signal/
  docs/
  benchmarks/
  docker/
  scripts/
  src/
  tests/
  .github/workflows/ci.yml
  requirements.txt
  LICENSE

Notes

  • Reproducible env (requirements + fixed seeds)
  • Logging: CSV / TensorBoard in benchmarks/
  • MIT License

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published