Encrypt and decrypt text using AES-256-GCM with password-based key derivation
Yes, PivaBox Encrypt / Decrypt Tool is completely free. All encryption is done in your browser.
No. All encryption and decryption is done locally using the Web Crypto API (SubtleCrypto). Your data never leaves your device.
The tool uses AES-256-GCM, one of the most secure symmetric encryption algorithms available. It uses PBKDF2 with 100,000 iterations for key derivation, a random salt for each encryption, and a random initialization vector (IV) to ensure that even encrypting the same text twice produces different ciphertext. All operations happen entirely in your browser with no server involvement.