软件包: golang-github-gorilla-securecookie-dev (1.1.1-1)
golang-github-gorilla-securecookie-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-gorilla-securecookie:
- [golang-github-gorilla-securecookie_1.1.1-1.dsc]
- [golang-github-gorilla-securecookie_1.1.1.orig.tar.gz]
- [golang-github-gorilla-securecookie_1.1.1-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Anthony Fok
外部的资源:
- 主页 [github.com]
相似软件包:
provides authenticated and encrypted cookie values
This package provides methods for encoding and decoding authenticated cookie values for Go web applications. These values optionally be encrypted.
Secure cookies are protected from forgery because their values are validated using HMAC. When encrypted, the content is also kept private.
It is still recommended that sensitive data not be stored in cookies, and that HTTPS be used to prevent cookie replay attacks.