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

Changelog

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

  * Remove Michael Lustfield from Uploaders list.

 -- Michael Lustfield <email address hidden>  Sat, 03 Feb 2018 12:13:30 -0600

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gorilla-securecookie_1.1+git20170224.6.e59506c-4.dsc 2.4 KiB 05050096544498c9a8e0f70de480247c6d1e12e69d1577ef2148faf7f1670211
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-4.debian.tar.xz 2.3 KiB 4c750717ceb059246626895f8620abc7e72972fd315bab32e2f2fbefc1087230

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.