proxy.golang.org : github.com/codahale/safecookie
Package safecookie provides secure encoding and decoding for cookies which provides both confidentiality and authenticity against both active and passive attackers. It does so by sealing a cookie's value with an AEAD using the cookie's name as the authenticated data. If the cookie's name or value change at all, the opening process will fail. This provides some important guarantees:
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/codahale/safecookie
License: MIT
Latest release: over 10 years ago
First release: over 10 years ago
Namespace: github.com/codahale
Stars: 14 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 22 days ago