Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
Find a file
2015-03-27 16:48:51 +01:00
.travis.yml Add go 1.2 to travis.yml 2013-12-04 23:16:17 -08:00
doc.go Initial files. 2012-10-03 01:53:51 -03:00
LICENSE Initial files. 2012-10-03 01:53:51 -03:00
README.md Add Travis badge 2013-11-30 13:27:44 -08:00
securecookie.go Revert "Improve Decode against timing attacks" 2015-03-27 08:31:10 -07:00
securecookie_test.go Add test for decoding some invalid cookies. 2015-03-27 16:48:51 +01:00

securecookie

Build Status