The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Crypt::EAMessage::Keygen

VERSION

version 1.232011

SYNOPSIS

  perl -MCrypt::EAMessage::Keygen -e 1

DESCRIPTION

Added in version 1.220390

This module should never be used in a use statement or included in your code.

It is intended to be used in one-liners from the command line to generate usable, secure AES256 keys.

When the module is loaded, it will print the hex key to the screen.

It uses Crypt::EAMessage-generate_key()> to generate the key.

BUGS

None known, however it is certainly possible that I am less than perfect! If you find any bug you believe has security implications, I would greatly appreciate being notified via email sent to jmaslak@antelope.net prior to public disclosure. In the event of such notification, I will attempt to work with you to develop a plan for fixing the bug.

All other bugs can be reported via email to jmaslak@antelope.net or by using the Git Hub issue tracker at https://github.com/jmaslak/Crypt-EAMessage/issues

AUTHOR

Joelle Maslak <jmaslak@antelope.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019-2022 by Joelle Maslak.

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