Cifrar / Descifrar AES
Cifra y descifra texto con AES-256-GCM — funciona 100% en tu navegador con Web Crypto API
AES Encrypt / Decrypt — Free Online
Encrypt and decrypt text using AES-256-GCM — the gold standard for symmetric encryption. Runs 100% in your browser via the Web Crypto API. Your data never leaves your device.
FAQ
What is AES-256?
AES (Advanced Encryption Standard) with a 256-bit key is the encryption standard used by governments, banks, and militaries worldwide. It is considered unbreakable with current technology.
What is GCM mode?
GCM (Galois/Counter Mode) provides both encryption and authentication — it detects if the ciphertext was tampered with, making it more secure than older modes like CBC.
What is the difference between encryption and hashing?
Encryption is reversible — you can decrypt ciphertext back to plaintext with the key. Hashing is one-way — you cannot reverse a hash.
Sigue explorando
Otras herramientas de Seguridad que te pueden gustar…
Verificador de fortaleza de contraseña
Prueba qué tan fuerte es tu contraseña y obtén consejos para mejorarla
Generador de código QR
Genera códigos QR para URLs, texto, Wi-Fi, vCards y más — descarga como PNG o SVG
Lector de código QR
Escanea y decodifica códigos QR desde imágenes o tu cámara — funciona sin conexión
Generador de código de barras
Genera códigos de barras en Code 128, Code 39, EAN-13, QR y otros formatos
Generador de claves SSH
Genera pares de claves SSH Ed25519 o ECDSA con la Web Crypto API — funciona 100% en tu navegador
Generador de claves RSA
Genera pares de claves RSA de 2048 o 4096 bits en formato PEM con la Web Crypto API — funciona 100% en tu navegador
Comparador de Hash
Compara dos valores hash para verificar integridad de archivos o coincidencia de checksums
Verificador de Hash de Archivo
Arrastra y suelta cualquier archivo para calcular al instante MD5, SHA-1, SHA-256 y SHA-512 — verifica la integridad contra un hash conocido