File: control

package info (click to toggle)
libdancer2-session-cookie-perl 0.009-2
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 172 kB
  • sloc: perl: 241; xml: 118; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,738 bytes parent folder | download
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
Source: libdancer2-session-cookie-perl
Maintainer: Alexandre Mestiashvili <mestia@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdancer2-perl <!nocheck>,
                     libhttp-cookies-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libplack-perl <!nocheck>,
                     libsession-storage-secure-perl <!nocheck>,
                     libtest-mockobject-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libyaml-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Homepage: https://metacpan.org/release/Dancer2-Session-Cookie
Rules-Requires-Root: no

Package: libdancer2-session-cookie-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdancer2-perl,
         libmoo-perl,
         libsession-storage-secure-perl
Description: Dancer 2 session storage in secure cookies
 implements a session factory for Dancer 2 that stores session state
 within a browser cookie. Features include:
 - Data serialization and compression using Sereal
 - Data encryption using AES with a unique derived key per cookie
 - Enforced expiration timestamp (independent of cookie expiration)
 - Cookie integrity protected with a message authentication code (MAC)
 .
 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.
 This description was automagically extracted from the module by dh-make-perl.