パッケージ: libdancer-session-cookie-perl (0.30-4)
libdancer-session-cookie-perl に関するリンク
Debian の資源:
libdancer-session-cookie-perl ソースパッケージをダウンロード:
- [libdancer-session-cookie-perl_0.30-4.dsc]
- [libdancer-session-cookie-perl_0.30.orig.tar.gz]
- [libdancer-session-cookie-perl_0.30-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libsession-storage-secure-perl
- libdancer-session-memcached-perl
- libhttp-cookies-perl
- golang-github-gorilla-sessions-dev
- node-client-sessions
- libcrypt-simple-perl
- libuser-simple-perl
- golang-github-gorilla-securecookie-dev
- libcatalyst-plugin-session-store-dbic-perl
- libapache-session-wrapper-perl
- libapache2-authcookie-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.
その他の libdancer-session-cookie-perl 関連パッケージ
|
|
|
|
-
- dep: libcrypt-cbc-perl
- implementation of cipher block chaining (CBC) mode
-
- dep: libcrypt-rijndael-perl
- Rijndael アルゴリズムを実装した Perl モジュール
-
- dep: libdancer-perl
- effortless web application framework
-
- dep: libperlx-maybe-perl
- return a pair only if they are both defined
-
- dep: libsession-storage-secure-perl (>= 1.000)
- module implementing a secure way to encode session data
-
- dep: libstring-crc32-perl
- Perl interface for cyclic redundancy check generation
-
- dep: libtime-duration-parse-perl
- module to parse a string that represents a time duration
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語