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

Changelog

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

  * Maintenance updates:
    - Standards-Version bump.
    - Clean up d/watch.
    - Add Testsuite to d/control.

 -- Michael Lustfield <email address hidden>  Thu, 28 Sep 2017 01:38:16 -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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gorilla-securecookie_1.1+git20170224.6.e59506c-2.dsc 2.4 KiB 04a6a3284d4bfb9e2f810b5cd23a223c4fc0586999bec06c57c8827ebb1885ab
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-2.debian.tar.xz 2.3 KiB eed994bd727ad36c2c258ae00f1e90390bdfeef4e87e2913bc661c0243b3b097

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.