VERSION HISTORY
Release Changelog
All notable modifications, cryptographic additions, and security improvements to the Entangl Android application are documented here.
LATEST RELEASE
September 24, 2026
v1.0.0 — Post-Quantum Production Release
The first major public release of Entangl, introducing the production-grade hybrid post-quantum ratchet, Tor arti hidden services, and mutual physical QR pairing.
Core Additions & Features
- Mutual Dynamic QR Handshake: Two-stage visual challenge/response protocol with signed CBOR payloads, rolling nonces, and TTL expiration.
- Post-Quantum Key Exchange (PQXDH): Combined ML-KEM-768 (Kyber-768) + X25519 ratcheting via
libsignal-clientto protect against Store-Now-Decrypt-Later attacks. - Decentralized Tor Routing: Embedded lightweight Tor
artidaemon running private v3.onionhidden services directly on Android. - Local Wi-Fi P2P: Sub-millisecond direct socket messaging when peers are connected to the same LAN.
- Hardware Keystore Vault: Local SQLite storage encrypted with SQLCipher (AES-256) and anchored into hardware StrongBox.
- Cyber Color Picker: Live HSV profile color customizer with Ed25519 digital signature binding.
- Zero-Leak Notifications:
NotificationCompat.VISIBILITY_SECRETpreventing sensitive lockscreen preview exposures. - Anti-Forensic Controls:
FLAG_SECURE,NativeKeyBufferwithsodium_memzero()on ephemeral state, and tapjacking guards.
v1.0.0 SHA-256 CHECKSUM:
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
ALPHA PROTOTYPE
August 15, 2026
v0.9.0-alpha — Proof of Concept Architecture
Initial architectural prototype testing peer-to-peer socket synchronization, baseline Jetpack Compose theme, and basic cryptographic primitives.
Technical Milestones
- Baseline Jetpack Compose OLED Void theme with technical monospace readouts.
- Prototyped two-way QR camera scanner overlay with animated laser HUD.
- Room Database v1 initial schema with SQLCipher encryption wrapper.
- Local LAN UDP ping/pong broadcast discovery prototype.