minssl
Software
www.skarnet.org
The minssl-keygen program
minssl-keygen generates a private/public key pair.
Interface
minssl-keygen
- minssl-keygen uses the best entropy generator available
to get 28 bytes of random. With that random, it makes a private and
public key pair, suitable for minssld or
kcdsa224-sign. It writes the
private key, then the
public key to stdout.
Notes
- minssl-keygen's output can be piped into
minssl-keystore.
- You can check how
the public key is computed from the private key.