Codificadores y Cifrado
Cifrado / Descifrado de Archivos AES
Encrypt files with AES-GCM and a passphrase.
Drop a file or click to browse
Any file. Downloads as <name>.aes.json after encryption.
AES-GCM 256-bit · PBKDF2 200,000 iterations · everything runs in your browser.
Nota del editor
Understanding · A passphrase, a key derivation, and a cipher.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›What happens if I forget my password?
The data is unrecoverable. Because this is a privacy-first tool with no server-side storage, there is no 'reset' or recovery mechanism for lost passphrases.
›Is the encryption local or server-side?
All encryption and decryption occur locally on your device via your browser's Web Crypto API. Your files and passwords are never uploaded to any external server.
›Why is AES-GCM better than CBC mode?
GCM provides authenticated encryption, meaning it can detect if any part of the encrypted file has been tampered with or corrupted before decryption. Traditional CBC mode only provides privacy and requires a separate MAC for integrity.
›What is the file size limit?
The limit depends on your browser's available memory. For files larger than 1GB, we recommend using a dedicated desktop tool to avoid browser crashes or memory exhaustion.
La gente también busca
Herramientas relacionadas
More in this room.
- Generador de Pares de Claves RSA / ECDSAPEM + PKCS#8 + JWK — Web Crypto en tu navegador.
- Generador y Firmador de Claves Ed25519Genera claves Ed25519 y firma mensajes localmente.
- Decodificador de Certificados X.509Sujeto, emisor, validez, SAN, huella digital — todo de un vistazo.
- Cifrar / Descifrar PGPMensajes OpenPGP — cifrar, descifrar, firmar, verificar.
- Codificar / Decodificar Base64Codifica y decodifica Base64 — seguro para Unicode.
- Decodificador JWTDecodifica e inspecciona tokens JWT — localmente, nunca registrados.