Rebex

Skip to content, Skip to navigation




Sample: KeyGenerator - GUI SSH Key Generator

A key generation utility.

Key Generator Screenshot

This utility (both in C# and VB.NET) can generate private and public keys for key-based authentication. Check out the public key authentication tutorial and key generation tutorial for more information.

Features:

  • RSA and DSA key generation.
  • Import of PKCS#8 v1 and v2 or the traditional SSLeay format keys.
  • Export to PKCS#8 v2 format.
  • Displays the public key in a format suitable for OpenSSL's authorized_keys file.
  • Displays the fingerprint.

See also: