clientsession

Securely store session data in a client-side cookie.

http://github.com/yesodweb/clientsession/tree/master

Version on this page:0.9.1.1
LTS Haskell 22.30:0.9.2.0@rev:1
Stackage Nightly 2024-07-26:0.9.3.0
Latest on Hackage:0.9.3.0

See all snapshots clientsession appears in

BSD-3-Clause licensed by Michael Snoyman, Felipe Lessa
Maintained by Michael Snoyman
This version can be pinned in stack with:clientsession-0.9.1.1@sha256:931260ea2bf1c65e46acdfecd1f3e39d0959ad928638f9cc203efd7601f6064e,2334

Module documentation for 0.9.1.1

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