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.
701 stars
22 watching
149 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
cookiecookiesgogolanggorillagorilla-web-toolkitsecurecookiesessions
Related projects:
Repository | Description | Stars |
---|---|---|
| A package that securely stores and exchanges cookie values between web applications. | 80 |
| A middleware library providing protection against malicious requests through the use of tokens. | 1,062 |
| A Go package providing efficient encoding and decoding APIs for various data formats. | 1,005 |
| Example code for symmetric encryption and decryption in Go | 153 |
| Converts data between structured formats and HTTP form values | 1,396 |
| Tools to test various encoding options in Burp Intruder attacks | 6 |
| Generates encrypted HTA files to evade content inspection and sandboxing by using RC4 encryption and dynamic key fetching | 1,372 |
| A utility for parsing and breaking down CSS3 code into smaller components | 87 |
| A platform-agnostic security token implementation in Go, designed to provide secure stateless tokens. | 865 |
| A library to encode structs into HTTP header fields | 46 |
| Protects sensitive integer IDs by encoding and decoding them with encryption keys. | 3 |
| A Go library that generates web feeds in Atom and RSS 2.0 formats from any application. | 747 |
| Provides a Cgo binding to detect and convert text encoding in a Unicode-based C library | 21 |
| Provides a Golang Memcached client with support for sharding using consistent hashing and SASL authentication. | 19 |