Source: libdancer2-session-cookie-perl Maintainer: Alexandre Mestiashvili Section: perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libdancer2-perl , libhttp-cookies-perl , libhttp-message-perl , libmoo-perl , libplack-perl , libsession-storage-secure-perl , libtest-mockobject-perl , libtest-simple-perl , libyaml-perl , 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.