1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: libdancer-session-cookie-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Mestiashvili <alex@biotec.tu-dresden.de>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcrypt-cbc-perl,
libcrypt-rijndael-perl,
libdancer-perl (>= 1.3113),
libsession-storage-secure-perl,
libstring-crc32-perl,
libtest-exception-perl,
libtest-nowarnings-perl,
libtest-pod-perl,
libtest-www-mechanize-psgi-perl,
libtime-duration-parse-perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdancer-session-cookie-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdancer-session-cookie-perl.git
Homepage: https://metacpan.org/release/Dancer-Session-Cookie
Package: libdancer-session-cookie-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcrypt-cbc-perl,
libcrypt-rijndael-perl,
libdancer-perl (>= 1.3113),
libstring-crc32-perl,
libsession-storage-secure-perl,
libtime-duration-parse-perl
Description: encrypted cookie-based session backend for Dancer
Dancer::Session::Cookie implements a session engine for sessions stored
entirely in cookies. Usually only session id is stored in cookies and the
session data itself is saved in some external storage, e.g. database. This
module allows one to avoid using external storage at all.
.
Since server cannot trust any data returned by client in cookies, this module
uses cryptography to ensure integrity and also secrecy. The data your
application stores in sessions is completely protected from both tampering
and analysis on the client-side.
|