Codificadores y Cifrado
Cifrar / Descifrar PGP
OpenPGP messages — encrypt, decrypt, sign, verify.
Nota del editor
Understanding · Pretty Good Privacy — still good, still pretty.
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.
›Is my private key safe?
Yes. Key processing happens entirely in your browser's memory and is never uploaded to a server or stored in local storage.
›What is the difference between encrypting and signing?
Encrypting scrambles a message so only the recipient can read it, while signing provides digital proof that the message originated from you and has not been altered.
›Can I decrypt a message without the private key?
No. PGP is designed so that only the holder of the specific private key and its associated passphrase can reverse the encryption process.
›Which PGP standards are supported?
This tool follows the OpenPGP standard (RFC 4880), making it compatible with GnuPG, ProtonMail, and other compliant software.
La gente también busca
Herramientas relacionadas
More in this room.
- Cifrado / Descifrado de Archivos AESCifra archivos con AES-GCM y una frase de contraseña.
- 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.
- Codificar / Decodificar Base64Codifica y decodifica Base64 — seguro para Unicode.
- Decodificador JWTDecodifica e inspecciona tokens JWT — localmente, nunca registrados.