Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encrypt instead of sign: cookie store #2390

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pmlopes
Copy link
Member

@pmlopes pmlopes commented Mar 20, 2023

Motivation:

The Cookie store was used as a template to create other stores, given that some users are asking to use it in prod, for 5.0.0 the recommended way is to have the content, not signed, but encrypted.

Signed was proving non repudiation and tampering, encryption adds non-disclosure to the implementation.

Signed-off-by: Paulo Lopes <pmlopes@gmail.com>
@pmlopes pmlopes added this to the 5.0.0 milestone Mar 20, 2023
Signed-off-by: Paulo Lopes <pmlopes@gmail.com>
@tsegismont tsegismont self-assigned this May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants