libdancer-session-cookie-perl 0.22-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:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdancer-session-cookie-perl_0.22-1.dsc 2.4 KiB bd156a586e1c4fe6e582b655539edcfdfeb5fe288d270e85722d18a647121923
libdancer-session-cookie-perl_0.22.orig.tar.gz 19.8 KiB 0fb32acafc198039518e3b36de5bbb9138f7f4fb0424586cd47a8cce03c6bb03
libdancer-session-cookie-perl_0.22-1.debian.tar.gz 2.2 KiB ae36a0603ea8f77d78cbb4390b4a7b51122237ee1a6ee0f6a53dbe57595f0f58

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.