libdancer-session-cookie-perl 0.30-4 source package in Ubuntu

Changelog

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdancer-session-cookie-perl_0.30-4.dsc 3.0 KiB 7c69209273a2b4a22439a4ee623da74a1e93624aca54428856cc46f06c28f7a6
libdancer-session-cookie-perl_0.30.orig.tar.gz 26.4 KiB 526790cf91b8d2501a58292284bf511a2f00b05f51aa0aff713ff5166b4d6412
libdancer-session-cookie-perl_0.30-4.debian.tar.xz 3.6 KiB 66c163dcc8457187eb80aff4b1fcb66e86cec22eac2c2817fb2bd40676f1b90f

Available diffs

No changes file available.

Binary packages built by this source

libdancer-session-cookie-perl: 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.