File Encryption
XChaCha20-Poly1305 + Argon2idDrop a file here or
# Select a file and enter a passphrase to begin.
# Encryption runs entirely in WASM β the file never leaves this tab.
Password Vault
XChaCha20-Poly1305 Β· Argon2id Β· IndexedDB# Your vault is encrypted with XChaCha20-Poly1305 + Argon2id and stored in IndexedDB.
# The encryption key is derived from your passphrase β never stored.
# Close the tab and the passphrase is gone. Reopen and unlock to access entries.
Identity & Signing
Ed25519 Β· BLAKE3 fingerprint# Generate an Ed25519 keypair and sign a message.
# The private key exists only in this tab's memory.
# Copy the public key + signature to share your identity.
Entropy Analysis
Shannon Β· ΟΒ² Β· serial correlation# Measure the entropy of any data.
# 8 bits/byte = perfectly random. Lower = predictable.
# Use this to verify passwords, keys, or random sources.
Session Ledger
net: β¦ store: β¦Operations will appear here with proof lines.
Build Integrity
Executed WASM hash
computingβ¦
CI manifest
loadingβ¦
checkingβ¦
Reproduce this build
git clone https://github.com/KidIkaros/origin-web cd origin-web/crate git checkout <commit-from-manifest> wasm-pack build --target web --release sha256sum pkg/origin_web_bg.wasm