111 TESTS PASSING • LIVE ON PRODUCTION

Password manager with
human verification built in.

One Ed25519 key secures your credentials, proves you're human via TrIP, and serves as your Stellar wallet. No cloud. No biometrics. No third party.

Install Extension Try Demo Store →
Why GNS Vault

Three functions. One key.

Traditional password managers just store credentials. GNS Vault combines secure storage, human verification, and crypto wallet into a single Ed25519 identity.

VT
Credential Vault
XChaCha20-Poly1305 encryption with Argon2id key derivation. Your passwords never leave your device. P2P sync between devices with no cloud.
HV
Human Verification
TrIP integration proves you're human through trajectory patterns. No CAPTCHA, no iris scans. Badge tiers from Bronze to Diamond.
WL
Crypto Wallet
Your Ed25519 key is a valid Stellar wallet address. Send payments to @handles. USDC/EURC support via IDUP layer.
EX
Chrome Extension
Auto-fill passwords, sign into websites with "Sign in with GNS", and prove your humanity — all from one extension.
SK
5.1KB SDK
Add "Sign in with GNS" to any website in 10 lines of code. Challenge-response authentication with Ed25519 signatures.
ZC
Zero Cloud
No servers store your credentials. No breach risk. No subscription to cancel. Your keys, your device, your data.
Comparison

GNS Vault vs. the incumbents.

See how GNS Vault compares to traditional password managers and biometric identity solutions.

Feature GNS Vault 1Password LastPass Bitwarden WorldCoin
Password Storage
Human Verification ✓ TrIP ✓ Iris
Crypto Wallet ✓ Stellar
No Cloud Storage ◐ Self-host
No Biometrics Required ✗ Iris scan
No Subscription ✓ Free ✗ $36/yr ✗ $36/yr ◐ Freemium
Open Source ✓ COSS ◐ Partial
P2P Device Sync ✗ Cloud ✗ Cloud ✗ Cloud
Website SDK ✓ 5.1KB
Data Breach Risk Zero ◐ Cloud ✗ Breached 2022 ◐ Cloud Zero
Cryptography

Audited primitives. Zero dependencies.

All cryptographic operations use @noble libraries — audited, zero-dependency implementations of modern standards.

Identity
Ed25519
RFC 8032
Encryption
XChaCha20-Poly1305
AEAD, 192-bit nonce
KDF
Argon2id
RFC 9106 (t=3, m=64MiB)
Key Derivation
HKDF-SHA256
RFC 5869
Integrity
HMAC-SHA256
RFC 2104
Sync
X25519 + XChaCha20
RFC 7748
Human Verification

TrIP Badge Tiers

Prove you're human through daily movement patterns. No biometrics, no hardware. Your trust score grows over time.

BR
Bronze
100+ • 1 week • 20+
SL
Silver
500+ • 1 month • 40+
AU
Gold
2,000+ • 3 months • 65+
PT
Platinum
10,000+ • 6 months • 85+
DI
Diamond
50,000+ • 12 months • 95+
Integration

Add "Sign in with GNS" in 10 lines.

The auth-sdk is just 5.1KB. Drop it into any website and get passwordless authentication with human verification.

<!-- 1. Include the SDK (5.1KB) --> <script src="https://auth.globecrumbs.com/v1/gns-auth.js"></script> <!-- 2. Add a button container --> <div id="gns-login"></div> <!-- 3. Initialize --> <script> GNSAuth.init({ onAuth: (response) => { // response.publicKey — user's GNS identity // response.signature — Ed25519 signed challenge // response.trustScore — TrIP human verification (0-100) // response.badgeTier — human badge level fetch('/api/auth', { method: 'POST', body: JSON.stringify(response) }); } }); GNSAuth.renderButton('#gns-login'); </script>

Ready to ditch passwords?

Install the Chrome extension, create your identity, and start using GNS Vault today. Free forever.