Curve ED25519 private and public key generation and public key derivation from private key


Important note: this program is doing what it promises but the programming itself is of very poor quality and for demonstration purposes only. Never ever use this program as source for your own programs because there are a lot of conversions to get it run.

Get more information about this program on my webpage Argon 2 Password-Based Key Derivation Function


key generation

press the "generate key pair" button to proceed:

generated private key (in Base64 encoding):

generated public key (in Base64 encoding):

public key derivation from private key

pase private key (in Base64 encoding) or press "copy private key" button

press the "derive public key" button to proceed:

derived public key (in Base64 encoding):


Technical note: this program uses the ED25519 curve algorithm to generate and derive keys