套件:libdancer2-session-cookie-perl(0.009-2)
libdancer2-session-cookie-perl 的相關連結
Debian 的資源:
下載原始碼套件 libdancer2-session-cookie-perl:
- [libdancer2-session-cookie-perl_0.009-2.dsc]
- [libdancer2-session-cookie-perl_0.009.orig.tar.gz]
- [libdancer2-session-cookie-perl_0.009-2.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
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.
其他與 libdancer2-session-cookie-perl 有關的套件
|
|
|
|
-
- dep: libdancer2-perl
- lightweight yet powerful web application framework
-
- dep: libmoo-perl
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: libsession-storage-secure-perl
- module implementing a secure way to encode session data
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language