golang-github-xordataexchange-crypt 0.0.2+git20170626.21.b2862e3-1 source package in Ubuntu

Changelog

golang-github-xordataexchange-crypt (0.0.2+git20170626.21.b2862e3-1) unstable; urgency=medium

  [ Tim Potter ]
  * Add me to uploaders

  [ Anthony Fok ]
  * New upstream version 0.0.2+git20170626.21.b2862e3
  * Change {Build-,}Depends: golang-etcd-dev to golang-etcd-server-dev:
    Upstream "Upgraded etcd library to current supported" on 2017-06-26
  * Use debhelper (>= 10)
  * Bump Standards-Version to 4.0.0:
    Use https form of the copyright-format URL in debian/copyright
  * Add "Testsuite: autopkgtest-pkg-go" to debian/control

 -- Anthony Fok <email address hidden>  Tue, 18 Jul 2017 00:19:20 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-xordataexchange-crypt_0.0.2+git20170626.21.b2862e3-1.dsc 2.7 KiB a1787b7b18b130713a14aef45106e44ee0f212e49d147e9abe08da73e9027f4d
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-1.debian.tar.xz 4.0 KiB 7ca7d909c993805fce61d2d48dc26d4fa15ad4f7682384da94d6f1111cd3343d

No changes file available.

Binary packages built by this source

golang-github-xordataexchange-crypt: No summary available for golang-github-xordataexchange-crypt in ubuntu artful.

No description available for golang-github-xordataexchange-crypt in ubuntu artful.

golang-github-xordataexchange-crypt-dbgsym: No summary available for golang-github-xordataexchange-crypt-dbgsym in ubuntu artful.

No description available for golang-github-xordataexchange-crypt-dbgsym in ubuntu artful.

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.