Security

Verify Your Download

Ensure your installer has not been tampered with — takes 30 seconds.

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.

Check a file online

SHA-256 hash checker

SHA-256 checksums — v1.0.0

These checksums are published at release time and are also available in SHA256SUMS.txt in each GitHub release.

FileSHA-256
VaultMorph.AI.Shield_0.1.0_x64-setup.exe00d85a2f61a8674ad73ed46439f03be001c5981e7cb575cd76a0eb4630c3708d
VaultMorph.AI.Shield_0.1.0_x64_en-US.msi8655159637b02f546e773d7e62d6a507bb967b8b4650db35a627fcbed881a8ac
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.

Manual verification (command line)

If you prefer to verify locally without using the form above:

Windows (PowerShell)

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.

macOS / Linux

shasum -a 256 ai-shield-aarch64.dmg

Verify against the checksums file

# Download checksums file alongside the installer, then:
sha256sum --check SHA256SUMS.txt

Ed25519 signature verification

Each release is signed with our Ed25519 release key. The signature file (.sig) is published alongside each installer on GitHub Releases.

VaultMorph release signing public key

— 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.

Verify with minisign (recommended)

# Install minisign: https://jedisct1.github.io/minisign/
minisign -V -p vaultmorph-release.pub -m VaultMorph.AI.Shield_0.1.0_x64-setup.exe

Verify with openssl

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

Trusted download sources

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.