Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/xordataexchange/crypt/backend/backend.go |
FileSize | 830 |
MD5 | 9C8AA3C08872AB64FAE61B61F87BCB52 |
SHA-1 | BD56D3F8FE1151E798A660F0E7840050756FB994 |
SHA-256 | 1AC0E09D34661913229A39951B0A56F6A53D23DECEEDA34C04AF0F81B0AED1C0 |
SHA-512 | 76026171B6ED6975FBD7040433FDC1344D6EB1F01C3FDAF308D8F37A6F0C29449ED2B82A704AF1414989A65B40427DE19EB63C483BD837FB3750763A84B46ECB |
SSDEEP | 12:jpISK2Nc9Alj9cpyB7Cv+nOwEjLOUDgYct5sYXKsSXfFcOzMAOeUEpL0rORqNTfm:P3j9cpyB7LQLXyz6F5zLkOsd2/KIgxC |
TLSH | T14801EF63FF02D7630FA01160B7AF5811F9BC814E506A62F8E448063900519898F39BDB |
insert-timestamp | 1659226697.5017436 |
mimetype | text/plain |
source | snap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
hashlookup:parent-total | 35 |
hashlookup:trust | 100 |
The searched file hash is included in 35 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
SHA-1 | 03BD1018751C915F71C1E2AE51345C94CA1942ED |
snap-authority | canonical |
snap-filename | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
snap-id | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
snap-name | axiom |
snap-publisher-id | 1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-10-01T17:34:13.464567Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
Key | Value |
---|---|
MD5 | 4FCE8EA8D32FE979C708BDC67D8BF3D4 |
PackageArch | noarch |
PackageDescription | Package viper contains utility functions used to implement the standard "cmd/go" tool, provided as a convenience to developers who want to write tools with similar semantics. |
PackageName | golang-github-spf13-viper |
PackageRelease | 1.22 |
PackageVersion | 1.7.0+git20200509.13df721 |
SHA-1 | 0C6AABB4E0CC14C8DFE1057F8A9FBD304C30730E |
SHA-256 | 435E6D71E35DDC24E4FE1ED351C9ABFC229215C15A8D39ADECB60121629861ED |
Key | Value |
---|---|
FileSize | 12360 |
MD5 | BD7A047B32D0861105055514130EFBF2 |
PackageDescription | 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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-xordataexchange-crypt-dev |
PackageSection | devel |
PackageVersion | 0.0.2+git20170626.21.b2862e3-2 |
SHA-1 | 12E4881F377B2E8AA2FFB542471C92B7200CC7EE |
SHA-256 | 98BBF9C70B7ABD09B149C4B898FA5114D8D24AE50CF0CF78A1EAB54E2D1D85A9 |
Key | Value |
---|---|
MD5 | 85A6AF19C295FD5CA2B38E2D33DB02A6 |
PackageArch | armv7hl |
PackageDescription | This package provides debug sources for package golang-github-xordataexchange-crypt. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | golang-github-xordataexchange-crypt-debugsource |
PackageRelease | 5.20190412gitb2862e3.fc33 |
PackageVersion | 0.0.2 |
SHA-1 | 1B05408329FFEFB711FB749D0D33319AC255201E |
SHA-256 | 57856FDF2EB5B4706A636FE0AA6879E349BA28246CA6462EAA46961C073DA3AC |
Key | Value |
---|---|
MD5 | 02848CB44368EC4CFBFF11BBFCC1D5D8 |
PackageArch | noarch |
PackageDescription | Package viper contains utility functions used to implement the standard "cmd/go" tool, provided as a convenience to developers who want to write tools with similar semantics. |
PackageName | golang-github-spf13-viper |
PackageRelease | lp153.1.12 |
PackageVersion | 1.7.0+git20200509.13df721 |
SHA-1 | 36DC0FD337670FA4F0318D46E7C7DD4FB50D8C6C |
SHA-256 | CB2A64E819B2C685CEFFE4EDBA988468BDAF1B52B185C57A4A2E65800A19767C |
Key | Value |
---|---|
FileSize | 12210 |
MD5 | 6B84A556B862F64FD997865DA6FD1636 |
PackageDescription | 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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-xordataexchange-crypt-dev |
PackageSection | devel |
PackageVersion | 0.0.2+git20170626.21.b2862e3-1 |
SHA-1 | 372137EC571991C40A3D2996BD92F205168FA181 |
SHA-256 | 9B031575F39613539ECDD9203487616002C251F1D786D0314DA50D81AB63C09B |
Key | Value |
---|---|
MD5 | 23EAA15D605A982047E0C88523007954 |
PackageArch | noarch |
PackageDescription | Store and retrieve encrypted configs from etcd or consul. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/bketelsen/crypt |
PackageMaintainer | Fedora Project |
PackageName | golang-github-bketelsen-crypt-devel |
PackageRelease | 1.fc33 |
PackageVersion | 0.0.3 |
SHA-1 | 38555FE2EC7F09A50C90C194606507C1B4924B9B |
SHA-256 | E72F44F23D1D3E191E74CFF099037DFFD85C9098A4390370C3B55E1AA26C638E |
Key | Value |
---|---|
MD5 | 9DB9DC2ABC41F81FAA8533B4DD48FE7C |
PackageArch | noarch |
PackageDescription | Package viper contains utility functions used to implement the standard "cmd/go" tool, provided as a convenience to developers who want to write tools with similar semantics. |
PackageName | golang-github-spf13-viper |
PackageRelease | 1.23 |
PackageVersion | 1.7.0+git20200509.13df721 |
SHA-1 | 39BCFA5ADFA5A42BB955D6119C9C517CEF1FAB44 |
SHA-256 | EE9880764106A98B5703449B10C1083403A73BF581DFB44C36B53BE61D85AE81 |
Key | Value |
---|---|
MD5 | 1E215301BAE3D10B4C4C3C6870E654B8 |
PackageArch | noarch |
PackageDescription | Package viper contains utility functions used to implement the standard "cmd/go" tool, provided as a convenience to developers who want to write tools with similar semantics. |
PackageName | golang-github-spf13-viper |
PackageRelease | lp150.1.4 |
PackageVersion | 1.7.0+git20200509.13df721 |
SHA-1 | 3AA79BDF9D65FA9DBACDB9DD8D7C351B55EE0C1B |
SHA-256 | 608D7184993FB886646B992C4A5533D0D9ED5F071AEB67D2CAD3B6907E29D5DD |
Key | Value |
---|---|
MD5 | 6692459FA827B0CF0C269E6750ADBD34 |
PackageArch | armv7hl |
PackageDescription | This package provides debug sources for package golang-github-xordataexchange-crypt. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | golang-github-xordataexchange-crypt-debugsource |
PackageRelease | 4.20190412gitb2862e3.fc32 |
PackageVersion | 0.0.2 |
SHA-1 | 3D757CDFCB0C174D111AE4A942474CBA29B9D031 |
SHA-256 | CF0D90E8D3E1D7DA2888BB3D88C7E08A477EE7122DAEB7937FCEBE7A0BB1A8D9 |