A bit more detail

If the walkthrough on the home page is enough, stay there. This is the nerdy appendix.

Two products

Job
QEV Encrypt / decrypt locally. Portable vault files.
QAL Fingerprint vaults, anchor on Solana, verify later.

Digest formula

validate schema (BRY-NFET-SX-VAULT-V2)
canonical = sorted-key JSON, no spaces
digest    = SHA-256 of that UTF-8 string

CLI sketch

pnpm install && pnpm build
pnpm doctor
qal encrypt file.json --out file.qev    # prompts for phrase
qal anchor file.qev --network devnet
qal verify file.qev --receipt file.qal-receipt.json

Specs in the repo

Full walkthrough GitHub