x4
Four-Layer Encryption
AES-GCM (256) with PBKDF2 hardening
Client-side only. Strong KDF, unique salts and IVs per layer, tamper-evident header.
AES-GCM 256
PBKDF2 (HMAC-SHA-256/512)
4 independent layers
Encrypt
Decrypt
Encrypt your message
Use long, unique passwords. Header is AAD-bound for tamper protection.
Message
First password
๐๏ธ
Second password
๐๏ธ
PBKDF2 iterations
PBKDF2 hash
SHA-256
SHA-512
โฑ๏ธ Calibrate (~300ms)
๐ Encrypt
๐งน Clear
Encrypted output (self-describing)
Copied!
๐ Copy
Decrypt your message
Paste the text (starts with x4v2|...). Header is authenticated; altering it breaks decryption.
Encrypted input
First password
๐๏ธ
Second password
๐๏ธ
๐ Decrypt
๐งน Clear
Decrypted output
Copied!
๐ Copy