One-liner: Secure messaging demo combining X3DH/Double Ratchet with LLM-driven steganography.
- X25519, HKDF
- AES-GCM
- Encode/Decode
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- Hardware:
- Dataset:
- Results:
- Throughput: -
- Speedup vs baseline: -
- Accuracy/F1/Metric: -
windtexter-stego-signal/
docs/
benchmarks/
docker/
scripts/
src/
tests/
.github/workflows/ci.yml
requirements.txt
LICENSE
- Reproducible env (requirements + fixed seeds)
- Logging: CSV / TensorBoard in benchmarks/
- MIT License