Why verify? File verification confirms the installer came directly from VaultMorph and was not modified in transit or by a third-party site. Pick your product below.
These checksums are published at release time and are also available in SHA256SUMS.txt in each GitHub release.
| File | SHA-256 |
|---|---|
| VaultMorph.AI.Shield_0.1.0_x64-setup.exe | 00d85a2f61a8674ad73ed46439f03be001c5981e7cb575cd76a0eb4630c3708d |
| VaultMorph.AI.Shield_0.1.0_x64_en-US.msi | 8655159637b02f546e773d7e62d6a507bb967b8b4650db35a627fcbed881a8ac |
| ai-shield-aarch64.dmg | — published at release — |
| ai-shield-x64.dmg | — published at release — |
| ai-shield-amd64.deb | — published at release — |
| ai-shield-x86_64.rpm | — published at release — |
The authoritative SHA256SUMS.txt is attached to every release at github.com/NitinChauhan22/VaultMorph_AI_Shield_Chat_Public/releases.
If you prefer to verify locally without using the form above:
Get-FileHash .\VaultMorph.AI.Shield_0.1.0_x64-setup.exe -Algorithm SHA256 | Select-Object Hash
Compare the output to the SHA-256 in the table above.
shasum -a 256 ai-shield-aarch64.dmg
# Download checksums file alongside the installer, then:
sha256sum --check SHA256SUMS.txt
Each release is signed with our Ed25519 release key. The signature file (.sig) is published alongside each installer on GitHub Releases.
— Ed25519 public key published at first stable release —
This key is also pinned in the README.md at github.com/NitinChauhan22/VaultMorph_AI_Shield_Chat_Public. If the key shown here and the key in the README differ, do not trust either — contact contact@vaultmorph.org immediately.
# Install minisign: https://jedisct1.github.io/minisign/
minisign -V -p vaultmorph-release.pub -m VaultMorph.AI.Shield_0.1.0_x64-setup.exe
openssl pkeyutl -verify \
-pubin -inkey vaultmorph-release.pub \
-sigfile VaultMorph.AI.Shield_0.1.0_x64-setup.exe.sig \
-in VaultMorph.AI.Shield_0.1.0_x64-setup.exe
Only download VaultMorph AI Shield from these official sources. We do not distribute through any third-party app stores, torrent sites, or download portals.
If you downloaded from anywhere else, delete the file and re-download from an official source.
Also published in CHECKSUMS.md in the SecureGraph AI repository.
| File | SHA-256 |
|---|---|
| SecureGraph.AI_1.0.0_x64-setup.exe | 85e0033706d0472ba03545fab31517eb39ef038b6bf3ac6c33b04c78afa3b16a |
| SecureGraph.AI_1.0.0_x64_en-US.msi | bcf38ce4460b378983bb8ef54bd954bd01f8bc963ec937d1ed5735f167858df6 |
If you prefer to verify locally without using the form above:
Get-FileHash .\SecureGraph.AI_1.0.0_x64-setup.exe -Algorithm SHA256 | Select-Object Hash
Compare the output to the SHA-256 in the table above.
certutil -hashfile SecureGraph.AI_1.0.0_x64-setup.exe SHA256
Unlike AI Shield, SecureGraph AI is a Windows-only Tauri application and is signed with an Authenticode code-signing certificate rather than an Ed25519/minisign signature.
Note on trust: the certificate (CN=VaultMorph, thumbprint
ED569AE15FE2290B01465695B0F09DE3EA8925BF) is currently self-signed — issued by
VaultMorph, to VaultMorph — not by a public Certificate Authority. Windows will still show an
"Unknown Publisher" warning on first run even on a genuine, unmodified installer. The
signature below proves the file was not altered after VaultMorph signed it; it does not by
itself vouch for VaultMorph as a publisher the way a CA-issued certificate would.
Get-AuthenticodeSignature .\SecureGraph.AI_1.0.0_x64-setup.exe | Format-List Status,StatusMessage,SignerCertificate
Expect SignerCertificate to show CN=VaultMorph with thumbprint
ED569AE15FE2290B01465695B0F09DE3EA8925BF, and a timestamp from DigiCert (so the
signature remains valid even after the certificate itself expires in 2031). A
Status of UnknownError with "chain terminated in a root certificate
which is not trusted" is expected for this self-signed certificate — that is not a sign of
tampering, and is different from a missing or invalid signature.
Only download SecureGraph AI from these official sources. We do not distribute through any third-party app stores, torrent sites, or download portals.
If you downloaded from anywhere else, delete the file and re-download from an official source.