golang-github-xordataexchange-crypt 0.0.2+git20150523.17.749e360-1 source package in Ubuntu

Changelog

golang-github-xordataexchange-crypt (0.0.2+git20150523.17.749e360-1) unstable; urgency=medium

  * Initial release (Closes: #799798)
  * Rename /usr/bin/crypt to /usr/bin/crypt-xordataexchange to avoid
    filename collision with the mcrypt package.
  * Add man page crypt-xordataexchange(1)

 -- Anthony Fok <email address hidden>  Tue, 22 Sep 2015 13:38:02 -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

Downloads

File Size SHA-256 Checksum
golang-github-xordataexchange-crypt_0.0.2+git20150523.17.749e360-1.dsc 2.6 KiB 7d8e4c1cfa6c2fba5ed4f3916143abd95e78e650348f25aa708aced0ed4b4386
golang-github-xordataexchange-crypt_0.0.2+git20150523.17.749e360.orig.tar.xz 9.4 KiB b7bbd774fbd99e23f65dc87543f91454223d5ebc97f48f1dac24d2cebf140757
golang-github-xordataexchange-crypt_0.0.2+git20150523.17.749e360-1.debian.tar.xz 3.3 KiB 14ffd58d6791c2f13e3faa1ed7a951ab21fa84a84e9aad29df18246df2ed889a

No changes file available.

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

 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-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.