How to Install and Uninstall golang-github-xordataexchange-crypt-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

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

Here is a brief guide to show you how to install golang-github-xordataexchange-crypt-dev on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the guidelines below to uninstall golang-github-xordataexchange-crypt-dev on Ubuntu 21.10 (Impish Indri):

$ 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 21.10 (Impish Indri)

Package: golang-github-xordataexchange-crypt-dev
Architecture: all
Version: 0.0.2+git20170626.21.b2862e3-3
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-3_all.deb
Size: 12548
MD5sum: 15b79541974c5f046f036daa6e2b7727
SHA1: 81d3d6223270eed7299acf16e4e071ae25c5b26e
SHA256: 91e3520c008af057c25ed18638b915ac6a6e0aac10cede283588f4cabe83d138
SHA512: 5c7d2a3201d3af27e947c3b9c1be71949abfb930287b3875d9b9b3f26962451903425fdf9d829c000ad4949998f34eedf2679198776a6149369127cc3e307730
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