golang-github-xordataexchange-crypt 0.0.2+git20170626.21.b2862e3-3ubuntu0.23.10.1 source package in Ubuntu

Changelog

golang-github-xordataexchange-crypt (0.0.2+git20170626.21.b2862e3-3ubuntu0.23.10.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 22 Jan 2024 10:26:14 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
golang-github-xordataexchange-crypt_0.0.2+git20170626.21.b2862e3.orig.tar.xz 9.8 KiB 29663b2bbad3dc8b311788767a362d54b7fe3c96651784dd365cd9538efb7cb5
golang-github-xordataexchange-crypt_0.0.2+git20170626.21.b2862e3-3ubuntu0.23.10.1.debian.tar.xz 4.9 KiB b86fabf23933b9d399f07fa115f40a77d2232f1a0bd8a5079054e4872778d301
golang-github-xordataexchange-crypt_0.0.2+git20170626.21.b2862e3-3ubuntu0.23.10.1.dsc 2.7 KiB 6776e2ba5df22ff9eec3ab9f262cf43203cf72dd5ae9b91d5324f2fb2eeea678

View changes file

Binary packages built by this source

golang-github-xordataexchange-crypt: 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.

golang-github-xordataexchange-crypt-dbgsym: debug symbols for golang-github-xordataexchange-crypt
golang-github-xordataexchange-crypt-dev: 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.