[ 原始碼: golang-github-gorilla-securecookie ]
套件:golang-github-gorilla-securecookie-dev(1.1.2-1~bpo12+1)
golang-github-gorilla-securecookie-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-gorilla-securecookie:
- [golang-github-gorilla-securecookie_1.1.2-1~bpo12+1.dsc]
- [golang-github-gorilla-securecookie_1.1.2.orig.tar.gz]
- [golang-github-gorilla-securecookie_1.1.2-1~bpo12+1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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.