How to Install and Uninstall golang-github-xordataexchange-crypt-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 22,2024

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

Please follow the guidance below to install golang-github-xordataexchange-crypt-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the instructions below to uninstall golang-github-xordataexchange-crypt-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-xordataexchange-crypt-dev
Architecture: all
Version: 0.0.2+git20170626.21.b2862e3-2build1
Priority: extra
Section: universe/devel
Source: golang-github-xordataexchange-crypt
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 64
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
Filename: pool/universe/g/golang-github-xordataexchange-crypt/golang-github-xordataexchange-crypt-dev_0.0.2+git20170626.21.b2862e3-2build1_all.deb
Size: 12456
MD5sum: 54cf95f17cd16302b7b72baf2b4cb6a4
SHA1: e7e9c5ad52ae52c550bba1b8d52daec58fb01e49
SHA256: 9d9a0aa34f0d4a7a95ccb121c93b3629cad4b8ca66170049fcec6a173bd6f76f
SHA512: 0bd82ea924bc177abd845afc5bb88ec8472184b022fdbc38bca257d1605b318317ed4710df3f9217a3f03635ddd62882981bfad318d47c8ed86ad220689c334b
Homepage: https://github.com/xordataexchange/crypt
Description-en: 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: f42563295553cebf00fa3715a1af875e

5. The same packages on other Linux Distributions