golang-github-gorilla-securecookie 1.1+git20170224.6.e59506c-1 source package in Ubuntu

Changelog

golang-github-gorilla-securecookie (1.1+git20170224.6.e59506c-1) unstable; urgency=medium

  * Initial release (Closes: #859038)

 -- Michael Lustfield <email address hidden>  Wed, 29 Mar 2017 21:54:18 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gorilla-securecookie_1.1+git20170224.6.e59506c-1.dsc 2.4 KiB c102059b0a62144dedab3e7e174819587289dca143633dea68ab3e07a35a5faf
golang-github-gorilla-securecookie_1.1+git20170224.6.e59506c.orig.tar.xz 37.2 KiB e975bc15bf87e719b72a5ab199c723ebcae8f4560740fc854219bbf9a21c804f
golang-github-gorilla-securecookie_1.1+git20170224.6.e59506c-1.debian.tar.xz 2.2 KiB fdcc542a5a1c3d35a484266797e712bea21a695c57386b808a4dfbd0a7a5ef46

No changes file available.

Binary packages built by this source

golang-github-gorilla-securecookie-dev: 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.