Bug#649089: Subject: ITP: libdancer-session-cookie-perl -- Encrypted cookie-based session backend for Dancer
Package: wnpp
Owner: Alex Mestiashvili <alex@biotec.tu-dresden.de>
Severity: wishlist
X-Debbug-CC: debian-perl@lists.debian.org
* Package name : libdancer-session-cookie-perl
Version : 0.15
Upstream Author : Alex Kapranoff
* URL : http://search.cpan.org/dist/Dancer-Session-Cookie/
* License : Artistic or GPL-1
Programming Lang: Perl
Description : 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.
Reply to: