Codificadores y Cifrado
Generador y Firmador de Claves Ed25519
Generate Ed25519 keys and sign messages locally.
(generate first)
(generate first)
Nota del editor
Understanding · A signature scheme small enough to fit, fast enough to default.
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 it safe to generate keys in a browser?
Yes, this tool uses the `crypto.subtle` implementation provided by your browser to ensure cryptographically secure random number generation. The keys are processed entirely on your machine and are never sent to our servers.
›What is the difference between the seed and the private key?
A seed is a 32-byte value used to derive the key pair, while the private key is the expanded 64-byte format used for signing. Both must be kept secret to maintain the security of your identity.
›Can I use these keys for SSH or Git?
Yes, Ed25519 is widely supported by OpenSSH and Git providers like GitHub or GitLab. You may need to format the output into a specific `id_ed25519` file structure or use a conversion utility for compatibility.
›How do I verify a signature?
To verify a signature, you need the original message, the signature hex string, and the sender's public key. If the signature matches these components, it proves the message was not altered and was signed by that specific key holder.
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.
- 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.