How to Install golang-github-gorilla-securecookie-dev in Ubuntu 18.04



Install golang-github-gorilla-securecookie-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-gorilla-securecookie-dev

Description:

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.

Homepage: https://github.com/gorilla/securecookie

Version: 1.1+git20170224.6.e59506c-4

Section: universe/devel