How to Install and Uninstall golang-github-gorilla-securecookie-dev Package on Kali Linux

Last updated: May 04,2024

1. Install "golang-github-gorilla-securecookie-dev" package

This tutorial shows how to install golang-github-gorilla-securecookie-dev on Kali Linux

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

2. Uninstall "golang-github-gorilla-securecookie-dev" package

This tutorial shows how to uninstall golang-github-gorilla-securecookie-dev on Kali Linux:

$ sudo apt remove golang-github-gorilla-securecookie-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-gorilla-securecookie-dev package on Kali Linux

Package: golang-github-gorilla-securecookie-dev
Source: golang-github-gorilla-securecookie
Version: 1.1.2-1
Installed-Size: 54
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 13980
SHA256: cafe98b682cf1a8a47645e692ad7ba1a09ca1d18c38196ba8ea3f996b57c9d04
SHA1: d5ae2d5f690c430f66b969cafccb3a4b1d073144
MD5sum: 8facf3e21f2e884ece00cdd97c776cee
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.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/gorilla/securecookie
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-gorilla-securecookie/golang-github-gorilla-securecookie-dev_1.1.2-1_all.deb