bef55936cf
creating session tokens, password reset codes, temporary passwords, random identifiers, and anything else you can think of. Like this: my $token = Session::Token->new->get; # 128 bits WWW: http://search.cpan.org/dist/Session-Token/ PR: 200390 Submitted by: hvo.pm@xs4all.nl
7 lines
301 B
Text
7 lines
301 B
Text
This module provides a secure, efficient, and simple interface for
|
|
creating session tokens, password reset codes, temporary passwords,
|
|
random identifiers, and anything else you can think of.
|
|
|
|
Like this: my $token = Session::Token->new->get; # 128 bits
|
|
|
|
WWW: http://search.cpan.org/dist/Session-Token/
|