Interactive Tool

GPU Brute-Force Calculator

Estimate how long it would take an attacker using a dedicated Nvidia RTX 4090 GPU cluster to guess your master password. Compare legacy PBKDF2 derivations against PassCrypt’s memory-hard Argon2id key mapping.

Entropy Statistics

Entropy Strength0 bits
Charset Pool0 characters
KDF Derivation SpeedRTX 4090 Benchmark
Plaintext / MD5 DatabaseNo derivation. Directly query plaintext or MD5 hashes.
Legacy PBKDF2-SHA256 (100,000 iterations)Common default in legacy systems (e.g. LastPass 2022).
Standard PBKDF2-SHA256 (600,000 iterations)Modern default for general password managers (e.g. Bitwarden).
PassCrypt Vault (Argon2id 64MB)
Memory-hard key derivation. Restricts GPU VRAM threads.
Why is Argon2id so much slower for attackers?PBKDF2 has zero memory footprint. An attacker can run millions of tests concurrently in the registers of a graphics card. Argon2id requires 64MB of RAM per thread. The GPU runs out of VRAM (24GB on RTX 4090) after just 384 concurrent threads, bottlenecking processing speed to a crawl.

Secure Your Secrets with Argon2id

Don’t let cheap key derivation leave your vault vulnerable to GPU clusters. Switch to true client-side zero-knowledge security today.

Zero-Knowledge Session

Initializing client-side decryptor...