File: README.md

package info (click to toggle)
haskell-clientsession 0.9.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • sloc: haskell: 323; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
## clientsession

Securely store session data in a client-side cookie.

Achieves security through AES-CTR encryption and Skein-MAC-512-256
authentication.  Uses Base64 encoding to avoid any issues with characters.