Skip to content

인코더 및 암호

Ed25519 키 생성기 및 서명기

Generate Ed25519 keys and sign messages locally.

Runs in your browser
Private key
(generate first)
Public key
(generate first)

편집자 노트

Understanding · A signature scheme small enough to fit, fast enough to default.

이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.

자주 묻는 질문

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.

사람들이 다음도 검색합니다.

관련 도구

More in this room.

모두 보기 인코더 및 암호