Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Session-Token-1.503-1.8 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: perl-Session-Token Distribution: openSUSE Tumbleweed
Version: 1.503 Vendor: openSUSE
Release: 1.8 Build date: Sat Dec 2 11:35:39 2023
Group: Development/Libraries/Perl Build host: i04-ch1c
Size: 74843 Source RPM: perl-Session-Token-1.503-1.8.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Session-Token/
Summary: Secure, efficient, simple random session token generation
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.

When a Session::Token object is created, 1024 bytes are read from
'/dev/urandom' (Linux, Solaris, most BSDs), '/dev/arandom' (some older
BSDs), or Crypt::Random::Source::Strong::Win32 (Windows). These bytes are
used to seed the at http://www.burtleburtle.net/bob/rand/isaacafa.html
pseudo random number generator.

Once a generator is created, you can repeatedly call the 'get' method on
the generator object and it will return a new token each time.

*IMPORTANT*: If your application calls 'fork', make sure that any
generators are re-created in one of the processes after the fork since
forking will duplicate the generator state and both parent and child
processes will go on to produce identical tokens (just like perl's rand
after it is seeded).

After the generator context is created, no system calls are used to
generate tokens. This is one way that Session::Token helps with efficiency.
However, this is only important for certain use cases (generally not web
sessions).

ISAAC is a cryptographically secure PRNG that improves on the well-known
RC4 algorithm in some important areas. For instance, it doesn't have short
cycles or initial bias like RC4 does. A theoretical shortest possible cycle
in ISAAC is '2**40', although no cycles this short have ever been found
(and probably don't exist at all). On average, ISAAC cycles are '2**8295'.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Sun May 10 2020 Frank Schreiner <FSchreiner@suse.com>
  - initial version of package (version 1.503)

Files

/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/Session
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/Session/Token.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/Session
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/Session/Token
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/Session/Token/Token.so
/usr/share/doc/packages/perl-Session-Token
/usr/share/doc/packages/perl-Session-Token/Changes
/usr/share/doc/packages/perl-Session-Token/README
/usr/share/licenses/perl-Session-Token
/usr/share/licenses/perl-Session-Token/COPYING
/usr/share/man/man3/Session::Token.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 01:27:51 2024