Skip to content

Releases: Dezirae-Stark/QubesDroid

v1.0.0-alpha

14 Nov 11:26

Choose a tag to compare

v1.0.0-alpha Pre-release
Pre-release

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

  1. Download app-release.apk
  2. Enable "Install from Unknown Sources" in Android settings
  3. Install the APK
  4. 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)

⚠️ BREAKING: Not compatible with VeraCrypt volumes
⚠️ ALPHA: Use on demo/test data only


🤖 Built with GitHub Actions