securecookie
Cookie encoder
Generates and verifies securely encoded cookie values using HMAC authentication and optional encryption.
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
695 stars
22 watching
149 forks
Language: Go
last commit: about 1 year ago
Linked from 1 awesome list
cookiecookiesgogolanggorillagorilla-web-toolkitsecurecookiesessions
Related projects:
Repository | Description | Stars |
---|---|---|
chmike/securecookie | A package that securely stores and exchanges cookie values between web applications. | 79 |
gorilla/csrf | A middleware library providing protection against malicious requests through the use of tokens. | 1,053 |
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 996 |
kisom/gocrypto | Example code for symmetric encryption and decryption in Go | 153 |
gorilla/schema | Converts data between structured formats and HTTP form values | 1,387 |
gosecure/burp-fuzzy-encoding-generator | Tools to test various encoding options in Burp Intruder attacks | 6 |
nccgroup/demiguise | Generates encrypted HTA files to evade content inspection and sandboxing by using RC4 encryption and dynamic key fetching | 1,371 |
gorilla/css | A utility for parsing and breaking down CSS3 code into smaller components | 87 |
o1egl/paseto | A platform-agnostic security token implementation in Go, designed to provide secure stateless tokens. | 857 |
mozillazg/go-httpheader | A library to encode structs into HTTP header fields | 46 |
bobg/encid | Protects sensitive integer IDs by encoding and decoding them with encryption keys. | 3 |
gorilla/feeds | A Go library that generates web feeds in Atom and RSS 2.0 formats from any application. | 744 |
goodsign/icu | Provides a Cgo binding to detect and convert text encoding in a Unicode-based C library | 21 |
aliexpressru/gomemcached | Provides a Golang Memcached client with support for sharding using consistent hashing and SASL authentication. | 19 |