CGI::Session::ID::MD5_Base32 - CGI::Session ID driver based on Base32 encoding


CGI-Session-ID-MD5_Base32 documentation  | view source Contained in the CGI-Session-ID-MD5_Base32 distribution.

Index


NAME

Top

CGI::Session::ID::MD5_Base32 - CGI::Session ID driver based on Base32 encoding

SYNOPSIS

Top

    use CGI::Session;

    $session = new CGI::Session("id:MD5_Base32", undef, { Directory => '/tmp' };

DESCRIPTION

Top

CGI::Session::ID::MD5_Base32 is to generate MD5 digest Base32 encoded random ids. The library does not require any arguments.

 There are two reasons why to use it
  - shorter string result
  - case insensibility

( both very usefull for user login and other similar purposes, keyboard inputs, email contained codes, etc... )

COPYRIGHT

Top

AUTHOR

Top

Daniel Peder <danpeder@cpan.org>

Feedbacks, suggestions and patches are welcome.

SEE ALSO

Top


CGI-Session-ID-MD5_Base32 documentation  | view source Contained in the CGI-Session-ID-MD5_Base32 distribution.