freebsd-ports/security/p5-Session-Token/pkg-descr
Dmitry Marakasov bef55936cf 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/

PR:		200390
Submitted by:	hvo.pm@xs4all.nl
2015-05-27 21:21:54 +00:00

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/