Adaptive LSB Steganography & Post-Quantum Secure
SPEKTR-3.0 is an operational security (OpSec) platform designed for high-risk data transit and storage. Unlike traditional encrypted containers, it utilizes Adaptive LSB (Least Significant Bit) Steganography to embed encrypted payloads directly into the amplitude of standard uncompressed audio tracks (.wav). To any forensic analyzer or Deep Packet Inspection (DPI) system, the container is indistinguishable from standard acoustic noise.
-
Adaptive LSB Steganography: Data bits are pseudo-randomly scattered across "loud" audio samples (amplitude
$\ge 66$ ) usingChaCha8Rng. Natural silence remains untouched, blinding visual spectrogram analysis. - AEAD Encryption (ChaCha20-Poly1305): Guarantees absolute payload confidentiality and integrity. Any bit-flipping or tampering attempt instantly fails the MAC verification.
- Plural Deniability & Key Poisoning: Supports isolated "Real" and "Panic" data slots. If the Panic Password is entered, the system silently shreds the host file on the physical disk level and terminates.
- Silicon DNA: The decryption key is cryptographically bound to the unique hardware identifiers (CPU, RAM, Disk serials). Decryption is impossible on cloned drives or external sandboxes.
- Anti-Forensics Shield: Heuristic CPU timing analysis prevents execution under debuggers (GDB/x64dbg) or inside virtual machines.
СПЕКТР-3.0 — это криптоплатформа операционной безопасности (OpSec), спроектированная для условий сверхвысокого риска. Система отказывается от классических зашифрованных архивов в пользу адаптивной LSB-стеганографии, скрывая данные прямо в амплитуде обычных звуковых дорожек (.wav). Для систем DPI и криминалистического анализа контейнер выглядит как нетронутая аудиозапись.
-
Адаптивная LSB-стеганография: Биты сообщения псевдослучайно распределяются по громким участкам звуковой волны (амплитуда
$\ge 66$ ) с помощьюChaCha8Rng. Тишина остается нетронутой, исключая детекцию по спектрограмме. - AEAD Шифрование (ChaCha20-Poly1305): Гарантирует целостность и конфиденциальность. Любая попытка подменить биты в аудиофайле разрушает MAC-тег и блокирует расшифровку.
- Правдоподобное отрицание и Ключ Паники: Реализована полная изоляция слотов «Реального» и «Панического» содержимого. Ввод пароля паники запускает мгновенное уничтожение файла без выдачи предупреждений.
- Silicon DNA: Ключ деривируется с учетом серийных номеров процессора, дисков и точного объема RAM, исключая запуск на виртуалках или клонированных дисках.
- Anti-Forensics Shield: Эвристический анализ таймингов процессора блокирует работу системы под отладчиками (x64dbg) или в песочницах ИБ.
We don't ask for trust; we provide empirical proof. The SPEKTR-3.0 core has been verified using industry-standard statistical and robustness test suites:
- Information Entropy: 7.999999 bits per byte (Theoretical maximum: 8.0).
- Optimum Compression: 0% (Perfect high-entropy white noise).
- Serial Correlation Coefficient: 0.000000 (Strictly uncorrelated, immune to linear cryptanalysis).
- Monte Carlo value for Pi: 3.1416... (Error: 0.00%).
We performed 100,000 key-mutation tests. Flipping exactly 1 bit in the 256-bit Master Key resulted in a 50.2511% bit-flip ratio in the output ciphertext (Ideal: 50.0000%).
Successfully passed the highly rigorous Dieharder statistical suite, confirming the output is indistinguishable from true physical randomness.
Our customized fuzzer mutated and corrupted random bytes (including headers and payloads) of the active container. Due to safe Rust design and boundary checks, 0 crashes (panics) were detected.
- Unhandled Crashes / Panics: 0 / 1000
- Safe Error Rejections: 1000 / 1000
cargo build --releaseLaunch dashboard: Bash
./spektr
You must provide a real carrier WAV file (music.wav). Passwords will be prompted securely without bash history leaks. Bash
./spektr create -c music.wav -o vault.wav -d "MY_SECRET_PAYLOAD" --hw-bind
- Decryption Bash
./spektr open -i vault.wav --hw-bind