CQ VAULT
Creators Quest — File Encryption Suite
.cqvf — CQ Vault Format — AES-GCM-256Drop files here or click to browse
Any file type accepted
Drop .cqvf files here or click to browse
.cqvf format accepted
Magic=CQVF VER=0x01 MODE: 0x01=AES-256, 0x02=AES-128(Lite) NAMELEN/MIMELEN = uint16 little-endian
Every file uses a freshly generated random 16-byte salt and a
random 12-byte IV derived per encryption operation via
crypto.getRandomValues().
The GCM authentication tag provides ciphertext integrity — a wrong password or tampered file will fail at decryption. The original filename and MIME type are stored in the header so files are restored correctly without any guessing.
Lite Mode uses 128-bit keys (AES-128) with fewer PBKDF2 iterations — noticeably faster on low-end mobile hardware. Still secure for most personal use; avoid for highly sensitive documents on shared devices.
Comments
Post a Comment