8305d7b55e
into www/p5-Session-Storage-Secure. This module implements a secure way to encode session data. It is primarily intended for storing session data in browser cookies, but could be used with other backend storage where security of stored session data is important. Features include: () Data serialization and compression using Sereal () Data encryption using AES with a unique derived key per encoded session () Enforced expiration timestamp (optional) () Integrity protected with a message authentication code (MAC)
10 lines
497 B
Text
10 lines
497 B
Text
This module implements a secure way to encode session data. It is primarily
|
|
intended for storing session data in browser cookies, but could be used with
|
|
other backend storage where security of stored session data is important.
|
|
|
|
Features include:
|
|
|
|
() Data serialization and compression using Sereal
|
|
() Data encryption using AES with a unique derived key per encoded session
|
|
() Enforced expiration timestamp (optional)
|
|
() Integrity protected with a message authentication code (MAC)
|