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

CGI::Session::ID::crypt_openssl - CGI::Session ID driver for generating IDs based on Crypt::OpenSSL::Random

VERSION

Version 1.01

SYNOPSIS

    use CGI::Session;
    $session = CGI::Session->new('id:crypt_openssl', undef);

DESCRIPTION

Use this module to generate hexadecimal IDs generated with Crypt::OpenSSL::Random for CGI::Session objects. This library does not require any arguments. Use this module to generate security IDs with a high level of randomnes.

AUTHOR

Helmut Weber, <helmut.weber at bitbetrieb.de>

CREDITS

My Sweetheart Sabrina and my lovely childs Jolina and Marcella

Mark Stosberg for the great support

LICENSE AND COPYRIGHT

Copyright (c) 2011 bitbetrieb. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

SEE ALSO

CGI::Session, Digest::MD5, Crypt::OpenSSL::Random