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.
Installed Size: 27.6 kB
Architectures: all