All Projects → yesodweb → clientsession

yesodweb / clientsession

Licence: MIT license
Stores web session data in a client cookie, protected with authentication and encryption.

Programming Languages

haskell
3896 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].