How to Install and Uninstall golang-github-xordataexchange-crypt Package on Kali Linux

Last updated: May 15,2024

1. Install "golang-github-xordataexchange-crypt" package

Please follow the instructions below to install golang-github-xordataexchange-crypt on Kali Linux

$ sudo apt update $ sudo apt install golang-github-xordataexchange-crypt

2. Uninstall "golang-github-xordataexchange-crypt" package

This guide covers the steps necessary to uninstall golang-github-xordataexchange-crypt on Kali Linux:

$ sudo apt remove golang-github-xordataexchange-crypt $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-xordataexchange-crypt package on Kali Linux

Package: golang-github-xordataexchange-crypt
Source: golang-github-xordataexchange-crypt (0.0.2+git20170626.21.b2862e3-3)
Version: 0.0.2+git20170626.21.b2862e3-3+b14
Installed-Size: 6049
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Suggests: golang-github-xordataexchange-crypt-dev
Size: 2075768
SHA256: 881755ddf3687f36cb620a7c94ef0aa42eaeb52abba227b36ec31cfec32e722c
SHA1: 2eaa468987e0d69703dce88e8ab63f4f95acb896
MD5sum: 30bb9bf9fa8cd3344aa694a391ba9a46
Description: Store/retrieve encrypted configs from etcd or Consul (CLI tool)
Fess up. You have passwords and usernames hard coded in your apps.
You have IP addresses checked in to your source code repository.
You have entire configuration files that were created by the developer
who wrote the app and haven’t been changed since she typed "git init".
.
"crypt" is here to lead you back to the Path of Enlightened Configuration.
Store encrypted configuration values in etcd or Consul using a command-line
application.
.
Decrypt them before starting your application using a wrapper script and
the handy CLI tool, or inside the app using the "crypt/config" library.
.
"crypt" is built on time-tested standards like OpenPGP, base64, and gzip.
Your data is encrypted using public key encryption, and can only be
decrypted by when the private key is available. After compression,
it is encrypted, and base64-encoded so it can be stored in your key/value
store of choice. etcd and Consul are supported out of the box, but adding
other storage tools is a trivial task, thanks to Go’s interfaces.
.
This package provides the command-line tool "bin/crypt", but renamed to
/usr/bin/crypt-xordataexchange, to avoid filename collision with
/usr/bin/crypt from the mcrypt package.
Description-md5:
Homepage: https://github.com/xordataexchange/crypt
Built-Using: etcd (= 3.4.23-4), golang-1.21 (= 1.21.3-1), golang-github-armon-consul-api (= 0.0~git20150107.0.dcfedd5-4.1), golang-github-coreos-semver (= 0.3.0-1), golang-github-json-iterator-go (= 1.1.12-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-go.crypto (= 1:0.13.0-1)
Section: utils
Priority: optional
Filename: pool/main/g/golang-github-xordataexchange-crypt/golang-github-xordataexchange-crypt_0.0.2+git20170626.21.b2862e3-3+b14_amd64.deb

5. The same packages on other Linux Distributions