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

Last updated: May 04,2024

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

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

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

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

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

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

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

Package: golang-github-xordataexchange-crypt-dev
Source: golang-github-xordataexchange-crypt
Version: 0.0.2+git20170626.21.b2862e3-3
Installed-Size: 64
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-armon-consul-api-dev, golang-github-coreos-etcd-dev | golang-etcd-server-dev, golang-golang-x-crypto-dev
Suggests: golang-github-xordataexchange-crypt
Size: 12504
SHA256: 7d6b5eb3241965f85c5fa8c9a7f9cfdaea34bc83f12b9543c75eb6e225d726cf
SHA1: c01acbbb9c3b80fddbc4cb438671efabd91574d1
MD5sum: b454cac92b6b2cc09a7a2b329f201bfa
Description: Store/retrieve encrypted configs from etcd or Consul (Go library)
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 "github.com/xordataexchange/crypt/config"
Go library.
Description-md5:
Homepage: https://github.com/xordataexchange/crypt
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-xordataexchange-crypt/golang-github-xordataexchange-crypt-dev_0.0.2+git20170626.21.b2862e3-3_all.deb

5. The same packages on other Linux Distributions