Swiss-Grade Zero-Knowledge Architecture

Your passwords, encrypted before they leave your device.

PassCrypt is the zero-knowledge password manager built so that even we can't read your vault. Your master password never leaves your browser - so even if our servers are breached, your data is unreadable noise.

AES-256-GCM encryption · Argon2id key derivation · $0 free forever · PayPal accepted worldwide · Trusted since 2025

vault://passcrypt.secure.local
Search secure records…
S
Swiss Ledger Live
sovereign.key@ledger.eth
A
AWS Production Vault
iam.root.admin
G
GitHub Enterprise
ashish-crypt
I
Interactive Brokers
ibkr_invest_vault
AES-256-GCM LOCAL DECRYPTION ACTIVE
AES-256-GCM Local Cipher
Argon2id Memory-Hard KDF
True Client Sandbox
Native WebCrypto Engine
0 Server-side Plaintext
0
Plaintext records on server
64MB
Argon2id memory cost
256-bit
AES-GCM key length
100%
Client-side decryption
The Problem

Your passwords are already at risk.

Traditional password managers store your decryption keys on their servers. That means one successful attack on them exposes every password you own.

6.8 billion
records exposed in 2025–2026

The MOAB (Mother of All Breaches) in early 2025 alone leaked 26 billion records. 2026 continued the trend - every major breach traced back to a centralised credential database holding server-side decryption keys.

89%
of 2025 breaches used stolen credentials

The Verizon 2025 DBIR confirmed credentials remain the #1 attack vector. Legacy managers encrypt your vault but hold the decryption keys server-side - trusting their security posture with your entire digital life.

65%
of people reuse passwords across sites

A 2025 Google/Harris Poll found 65% of people reuse the same password across multiple accounts. One breach cascades into a complete digital identity takeover.

PassCrypt was built on one absolute rule:

"No server ever holds a key that can decrypt your data - not ours, not anyone's."

Interactive Proof

Cryptography Lab

Test the math yourself. See exactly how Argon2id key splitting derives Auth and Master keys client-side. No network requests are sent.

Input parameters

A distinct 16-byte random salt generated on signup. Prevents cross-user rainbow tables.

Sandbox Memory Hashing Trace
Local Exec

Awaiting KDF Execution Trigger

Set your custom values on the left and hit the button to trigger local Sandbox computation.

WebCrypto API EngineIn-Browser Isolated Sandboxing
Architectural Principles

Military-Grade Frameworks

Every layer is designed around the core invariant: your cryptographic credentials never leave your hardware. Explore full features & specs

Zero-Knowledge Security

Your Master Password never transmits. Argon2id derives the wrapping key inside browser memory. We store encrypted ciphertext only.

Native WebCrypto Sandbox

All operations execute inside your browser's native, compiled WebCrypto runtime. Zero dependence on third-party security npm packages.

Real-time Syncing

Instant encrypted replication across all registered devices. Updates sync as base64 encryptions over zero-knowledge transport lines.

Sovereign Portability

Export all records decrypted entirely inside your sandboxed web memory into JSON or CSV. Zero vendor lock-in. Ever.

Wipe-On-Lock Invariant

Vault automatically locks and deletes data encryption keys from SessionStorage on idle timeout, tab close, or window blur.

Federated Teams & Family

Deploy isolated group environments. Manage credentials without the administrator ever holding the keys to access vaults.

Quick Access PIN (QAP)

Set a 3–6 digit PIN required each time you reveal a password. Every reveal, every time - no session caching. Reset via master password + email OTP with a 3/day safety limit.

Argon2id Key Hardening

Derive keys using hardware-resistant parameters (m=64MB, t=3, p=4) optimized to block GPU brute force, throttling attackers to 2–4 guesses/second.

Zero-Trust Compliance Audit

Architecturally compliant with GDPR, CCPA, and India's DPDP Act 2023. Logging database activities using append-only, immutable audit trails.

Sequential Flow

Three Steps to Isolation

How your records transition from plaintext to military ciphers in under two minutes.

01

Register Identity Sandbox

Select your master password locally. The system instantly generates a unique 16-byte cryptographic salt on database registry.

02

Derive Keys On-Hardware

Your CPU processes the inputs using Argon2id. Master Key wraps the vault DEK. Auth Key hashes prove your identity.

03

Synchronize Sovereign Cipher

Your browser decrypts records instantly as they load. We store and sync encrypted blobs - meaning absolute zero tracking.

Cryptographic Audit

Verifiably Secure.

We employ strict industry-standard implementations verified by independent audit patterns. We prioritize cryptographic invariants over browser convenience. Audit cryptographic specs & sandbox layers

AES-256-GCM authenticated cipher
We utilize random 96-bit nonces per password entry. Guaranteed confidentiality and cipher integrity, preventing timing attacks.
Argon2id (Winner of KDF Contest)
Memory-hard parameters (m=64MB, t=3, p=4) protect against high-performance ASIC/GPU custom brute-force rigs.
WebCrypto engine native execution
Executing exclusively in browsers native security sandbox. Safe from javascript package injections and node compromises.
Quick Access PIN - per-reveal gate
A 3–6 digit PIN required on every single password reveal, no session caching. Rate-limited to 5 tries/5 min. PIN removal requires OTP and is capped at 3 times/day.
Sovereign Key Architecture Flow
inputsMaster Password + Unique 16-byte Salt
Argon2id KDF Memory Hashing (64MB allocation)
output64 Derived Entropy Bytes
split output: bytes [0..31] and [32..63]
path_01bytes [0..31] (Auth Key) → HASH_SHA256 → authKeyHash
path_02bytes [32..63] (Master Key) → Wrap/Unwrap DEK local
AES-256-GCM symmetric block wrapper
storagedatabase stores: authKeyHash · encryptedDEK · vaultCipher
🔒 The server never receives: raw master password, auth keys, master wrapping keys, decrypted DEKs, or plaintext vault logs.
Why PassCrypt

Not all password managers are equal

Most alternatives encrypt your vault but hold the keys. That's the difference between a locked box and a box where someone else has a copy of your key.

Feature
PassCrypt
LastPass1PasswordBitwarden
Server never sees your password
Argon2id memory-hard KDF
AES-256-GCM encryption
Zero-knowledge architecture
All keys derived client-side
Native WebCrypto (no npm deps)
Open encryption audit trail
Multi-currency pricing (USD, GBP, EUR, INR)
PayPal + regional payment support

Based on publicly available security documentation - accurate as of June 2026

Trusted By

What security-minded people say

From individual developers to enterprise security teams - built for anyone who refuses to compromise on digital privacy.

March 2026

When the MOAB leak hit in 2025 I had accounts in there. Spent a month rotating credentials. Switched to PassCrypt immediately - zero-knowledge means even if they get breached tomorrow, my vault is unreadable noise. Should have done this years ago.

R
Rohan Mehta
Senior DevOps Engineer, Bangalore
January 2026

We store RBI-regulated payment gateway keys, AWS root credentials, and client API tokens here. After the 2025 wave of SaaS supply-chain attacks, I needed a manager where a server compromise yields zero. PassCrypt's Argon2id derivation on-device is exactly that guarantee.

P
Priya Sharma
Founder, FinTech Startup, Mumbai
April 2026

I reviewed the full crypto architecture before recommending it to my CERT team. AES-256-GCM with per-entry random nonces, Argon2id at 64MB memory - this is textbook correct. The interactive KDF playground publicly demonstrates their implementation. Rare transparency.

A
Arjun Nair
Cybersecurity Analyst, Hyderabad
February 2026

Finally - transparent pricing with no conversion nonsense. My 12-person product team all switched in one sprint. The Quick Access PIN feature is brilliant for daily use - one tap PIN to reveal, full zero-knowledge underneath.

S
Sneha Kapoor
Product Manager, Delhi
May 2026

The Federated plan for my family is exactly what I wanted. My wife and parents each have completely isolated encrypted vaults - I pay the bill but can never read their passwords. No other manager offers this model at this price point, anywhere.

V
Vikram Iyer
Freelance Full-Stack Developer, Chennai
June 2026

The one-click local JSON export sealed it for me. After watching two major password managers get acquired and shut down in 2025, vendor lock-in is a real risk. With PassCrypt my data is mine - decrypted in-browser, no server round-trip, fully portable.

A
Ananya Bose
Senior Data Scientist, Pune
Vault access

Sovereign Pricing

All plans include zero-knowledge guarantees. Dynamic global currency options with secure integrations. View detailed pricing & billing specs

Sentry Vault

Zero-knowledge core vault security

Sandbox Free
Initialize Sentry Vault
  • 10 secure vault entries
  • Local Password generator
  • Native AES-256-GCM encryption
  • Single device sandbox
  • Community security boards
RECOMMENDED VAULT

Sovereign Vault

For individuals demanding absolute digital privacy

83/ month
999 billed annually • saves 189
Request Sovereign Access
  • Unlimited encrypted vault entries
  • Multi-device real-time sync
  • Two-Factor Authentication (TOTP)
  • Sovereign Decrypted Exports (JSON/CSV)
  • Configurable Idle Auto-Lock
  • Priority email response (under 4h)

Federated Vaults

Isolated premium vaults for families & elite teams

208/ month
2499 billed annually • saves 489
Deploy Federated Vaults
  • Everything in Sovereign
  • Up to 6 isolated member vaults
  • Individual encryption key pairs
  • Federated administration dashboard
  • Immutable append-only audit logs
  • Dedicated security advisor

Prices localized to currency selected in footer • Secure checkouts active

FAQ

Sovereign Questions

Need detailed billing, security, compliance, or architecture details? Visit our detailed FAQ & Support Desk

Begin your journey
to absolute key privacy

Deploy your sandbox instance today. No credit cards required. Fully compliant, zero knowledge.