Security

Encrypt & Decrypt Text and Files

Encrypt or decrypt text and files in your browser with AES-GCM, ChaCha20-Poly1305 or XChaCha20-Poly1305, and Argon2id, scrypt or PBKDF2. Nothing is uploaded.

Protect text or small files with AES or ChaCha20 in the browser using a password you choose. Free, no signup, runs in your browser.

Encrypt Decrypt
Drop files here, or click to browse
Any format — images, video, PDF, archives, documents. Several at once is fine.

Options

AES-GCM ChaCha20-Poly1305 XChaCha20-Poly1305

Authenticated: tampering with the ciphertext is detected on decrypt.

Advanced
AES-CBC AES-CTR

Older modes with no built-in tamper detection. Pick one only to exchange files with software that cannot read the methods above; turn on encrypt-then-MAC below to authenticate them.

128-bit 192-bit 256-bit
Passphrase Raw key Public key

Raw-key and public-key modes are usually only for scripts or for sending messages to someone who published a public key. The passphrase mode above is what you want for normal use.

PBKDF2 Argon2id scrypt

Travels in the clear but is covered by the authentication tag. Useful for binding a message to a context, such as a filename or a recipient. It is stored in the header, so decrypting does not require you to retype it.

Wivrix container OpenSSL compatible

Self-describing: the header records the cipher, KDF and its settings, so decrypting only needs the passphrase.

Base64 Base64URL Hex Armored block
Developer / raw response

What is this tool?

Protect text or small files with AES or ChaCha20 in the browser using a password you choose.

How to Use

  1. Paste text or select a file within size limits.
  2. Choose an algorithm and enter a passphrase.
  3. Encrypt and copy or download the ciphertext.
  4. To decrypt, paste ciphertext and the same passphrase.

Frequently Asked Questions

Is this FIPS certified?

It uses standard Web Crypto primitives; compliance depends on your environment.

Can Wivrix read my passphrase?

No — encryption runs entirely in your browser.

Other tools

There are more calculators, converters and editors on Wivrix. If something is missing, tell us.