معرفی شرکت ها


golang-github-xordataexchange-crypt-dev_0.0.2+git20170626.21.b2862e3-3_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Store/retrieve encrypted configs from etcd or Consul (Go library)
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main all
نام بسته golang-github-xordataexchange-crypt-dev
نام فایل بسته golang-github-xordataexchange-crypt-dev_0.0.2+git20170626.21.b2862e3-3_all.deb
نسخه بسته 0.0.2+git20170626.21.b2862e3
انتشار بسته 3
معماری بسته all
نگهدارنده Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/xordataexchange/crypt
مجوز -
حجم دانلود 12504
حجم نصب 64
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.


نیازمندی

مقدار نام
- golang-github-armon-consul-api-dev
- golang-github-coreos-etcd-dev | golang-etcd-server-dev
- golang-golang-x-crypto-dev


نحوه نصب


نصب پکیج deb golang-github-xordataexchange-crypt-dev:

    sudo apt-get install golang-github-xordataexchange-crypt-dev_0.0.2+git20170626.21.b2862e3-3_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-xordataexchange-crypt-dev/README.md
./usr/share/doc/golang-github-xordataexchange-crypt-dev/changelog.Debian.gz
./usr/share/doc/golang-github-xordataexchange-crypt-dev/copyright
./usr/share/gocode/src/github.com/xordataexchange/crypt/backend/backend.go
./usr/share/gocode/src/github.com/xordataexchange/crypt/backend/consul/consul.go
./usr/share/gocode/src/github.com/xordataexchange/crypt/backend/etcd/etcd.go
./usr/share/gocode/src/github.com/xordataexchange/crypt/backend/mock/mock.go
./usr/share/gocode/src/github.com/xordataexchange/crypt/bin/crypt/cmd.go
./usr/share/gocode/src/github.com/xordataexchange/crypt/bin/crypt/main.go
./usr/share/gocode/src/github.com/xordataexchange/crypt/config/config.go
./usr/share/gocode/src/github.com/xordataexchange/crypt/config/config_test.go
./usr/share/gocode/src/github.com/xordataexchange/crypt/encoding/secconf/keyring_test.go
./usr/share/gocode/src/github.com/xordataexchange/crypt/encoding/secconf/secconf.go
./usr/share/gocode/src/github.com/xordataexchange/crypt/encoding/secconf/secconf_test.go