vault

command module
v0.0.0-...-13fc197 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2017 License: MIT Imports: 14 Imported by: 0

README

VAULT Build Status

What is Vault?

Vault is a secure cross-platform KV store wrapped around GPG which makes team collaboraion extremely easy. You can define as many Vaults as needed and use them rightaway without changing any configuration at all.

Why Vault?

  1. Because security is something really important for us and we take it seriously
  2. It really simplifies the friction to work with GPG between multiple teams and recipients
  3. We needed something which was easy to use and platform agnostic
  4. It was fun to do it and to learn during the process

What can I do with Vault?

Using Vault is super easy. Below is the list of all the possible operations:

vault init - Creates a new Vault in the directory you're located
vault add - Adds one or more recipients to your Vault. Vault will automatically re-encrypt all your files for the new recipient
vault set - Stores something (text or file) into your Vault and encrypts it for all of your vault recipients
vault get - Retrieves an encrypted file from your Vault and decrypts it.
vault edit - Decrypts a file and opens it in the default editor and re-encrypts it after save and exit. vault remove - Removes specified recipients from the Vault. It will automatally keep te integrity of your Vault by upgrading encrypted recipients
vault import - Imports all the current recipients in your vault. Alternatively you can specifiy a keyserver to import from
vault recipients - Lists vault recipients and it's current status in the user keyring (missing / untrusted / trusted) i.e:

recipients

This sounds cool, where do I get it?

You can find Vault for your favorite distrution below:

Linux Windows MacOS BSD

More distributions and source code can be found here

Installing

Download the correct binary for your distribution (clck images above) into your PATH and check that GPG installed.

Contributing

We're always working to improve vault, but if you find a bug or you just want to collaborate you can send us your PR (include tests when possible).

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
commands
add
get
set

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL