SecureVault
Post-quantum file encryption tool using hybrid cryptography (X25519 + ML-KEM-768)
Read this first
Windows may warn because this is a new, unsigned build. This is expected for early releases and does not indicate malicious behavior.
For extra safety, SecureVault provides a SHA-256 checksum list. A checksum is a cryptographic fingerprint of a file that allows you to verify integrity after downloading.
Steps: download the file; compute its SHA-256 hash; then open checksums.txt and compare. If the values match exactly, the download is intact.
Getting Started
Choose your platform and follow the steps
- Download the .exe file
- Double-click to launch
If SmartScreen warns: Click "More info" → "Run anyway"
- Unzip downloaded file
- Open Terminal
chmod +x ~/Downloads/SecureVault*.app/Contents/MacOS/SecureVault
./~/Downloads/SecureVault*.app/Contents/MacOS/SecureVault
If blocked: Settings → Privacy & Security → "Open Anyway"
- Download the file
- Open Terminal
chmod +x ~/Downloads/SecureVault*
./~/Downloads/SecureVault*
Verify Your Download
Compute SHA-256 hash and compare with checksums.txt
cd $HOME\Downloads
Get-FileHash SecureVault-v0.3.0-Windows.exe -Algorithm SHA256
cd ~/Downloads
shasum -a 256 SecureVault-v0.3.0-macOS.app.zip
cd ~/Downloads
sha256sum SecureVault-v0.3.0-Linux
Questions?
Contact me
meganealexis12@gmail.comStay updated on my projects