Why verify? File verification confirms the installer came directly from VaultMorph and was not modified in transit or by a third-party site. We sign every release with an Ed25519 key whose public key is listed 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.