NAME

ecdhes-keygen - A tool for generating ecdhes keys

VERSION

version 0.004

SYNOPSIS

 $ ecdhes-keygen --base64
 TDZkh2OblpB5f68XFryY7GFpR1YDyF9SFLBpdCxrrFE=
 CBP5t6A9pNczbr5NayeR4qURo12IUtXHy9CwNy/oFkQ=

DESCRIPTION

This tool generates a new random Curve25519 keypair and outputs it in the designated format (the first being the public and the second being the private key). It takes one named option, format that can have the following values.

  • hex

    The new keys will be encoded to hexadecimals, this is the defualt.

  • base64

    The new keys will be encoded to base64.

  • uuencode

    The new keys will be encoded with uuencode.

AUTHOR

Leon Timmermans <leont@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.