Skip to content

VCTCrypt v1.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 23:37
· 3 commits to main since this release

VCTCrypt v1.6.0

Downloads

Platform File
Windows VCTCrypt-Windows-x64.zip
macOS VCTCrypt-macOS.dmg
iOS (unsigned) VCTCrypt-iOS-unsigned.ipa
Android VCTCrypt-Android.apk
Linux VCTCrypt-Linux-x86_64.AppImage

What's New in v1.6.0

  • 🔐 Recipient keys (ML-KEM-768): optional post-quantum encryption per NIST FIPS 203. New Keys tab to generate / import / share / delete .vctpub (public) and .vctkey (private) key files
  • 📨 Encrypt to a public key: on the Encrypt tab, choose a recipient's .vctpub and the password becomes optional - dual-channel files (password OR private key) or key-only files
  • 🔓 Unlock with your private key: the Decrypt tab can open recipient-encrypted files with your .vctkey + its protection password
  • 🧪 Cross-validated crypto: the ML-KEM-768 implementation is verified against Go's standard library with checked-in KAT vectors; flutter test runs in CI
  • All previous features (Secure Notes, decoy/duress, batch, shred, auto-lock, password generator) included

100% offline. No analytics, no ads, no network code - keys never leave your device.

Algorithm

VCT-Crypt v1.1: Triple AES-256-GCM + PBKDF2 (600K iterations), optional ML-KEM-768 (FIPS 203) hybrid envelope

Author: Tommy