libdancer-session-cookie-perl 0.30-2.1 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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdancer-session-cookie-perl_0.30-2.1.dsc 2.5 KiB 5cbcd34156be3ba11cd028d6babe83b68417331ae68eb8cec12c678e41e6bdce
libdancer-session-cookie-perl_0.30.orig.tar.gz 26.4 KiB 526790cf91b8d2501a58292284bf511a2f00b05f51aa0aff713ff5166b4d6412
libdancer-session-cookie-perl_0.30-2.1.debian.tar.xz 3.3 KiB 3a3a84ee4f7708af1662d8743b355e998cf44abd851f9380a36d201f6c527d72

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.