Encodeurs & Crypto
Générateur et Signeur de Clés Ed25519
Generate Ed25519 keys and sign messages locally.
(generate first)
(generate first)
Note de la rédaction
Understanding · A signature scheme small enough to fit, fast enough to default.
Ce chapitre approfondi n'est actuellement disponible qu'en anglais. L'outil de conversion ci-dessus fonctionne dans votre langue ; le long article explicatif n'a pas encore été traduit.
Questions fréquentes
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.
Les internautes recherchent aussi
Outils similaires
More in this room.
- Chiffrement / Déchiffrement de fichier AESChiffrez des fichiers avec AES-GCM et une phrase secrète.
- Générateur de Paires de Clés RSA / ECDSAPEM + PKCS#8 + JWK — Web Crypto dans votre navigateur.
- Décodeur de Certificat X.509Sujet, émetteur, validité, SAN, empreinte — tout d'un coup d'œil.
- PGP Chiffrer / DéchiffrerMessages OpenPGP — chiffrer, déchiffrer, signer, vérifier.
- Encodage / Décodage Base64Encodez et décodez Base64 - compatible Unicode.
- Décodeur JWTDécoder et examiner les jetons JWT — localement, jamais enregistrés.