Releases: Dezirae-Stark/QubesDroid
Releases · Dezirae-Stark/QubesDroid
v1.0.0-alpha
QubesDroid v1.0.0-alpha
Post-Quantum Secure Mobile Encryption
Cryptography
- ✅ ChaCha20-Poly1305 AEAD (RFC 8439)
- ✅ Kyber-1024 Post-Quantum KEM (NIST PQC)
- ✅ Argon2id Password Hashing (RFC 9106)
Security
- ❌ NO legacy encryption (AES, Serpent, Twofish removed)
- ✅ 256-bit quantum security
- ✅ AEAD authenticated encryption
- ✅ Memory-hard key derivation
Installation
- Download
app-release.apk - Enable "Install from Unknown Sources" in Android settings
- Install the APK
- Grant storage permissions
Compatibility
- Min Android: 8.0 (API 26)
- Target Android: 14 (API 34)
- Architectures: ARM64, ARMv7
Checksums
SHA256: $(sha256sum android/app/build/outputs/apk/release/app-release.apk | cut -d' ' -f1)
🤖 Built with GitHub Actions