1
0
mirror of https://github.com/ssh-vault/ssh-vault.git synced 2025-12-25 00:21:00 +03:00
2018-08-27 08:53:43 +02:00
2017-11-01 19:43:47 +01:00
2017-09-06 11:19:19 +02:00
2017-06-13 22:51:19 +02:00
2017-09-18 19:07:56 +02:00
2018-08-27 08:12:08 +02:00
2016-12-20 20:50:20 +01:00
2017-08-20 20:02:09 +02:00
2017-11-06 18:47:42 +01:00
2016-10-09 15:28:14 +02:00
2016-10-09 00:47:52 +02:00
2017-11-01 13:36:02 +01:00
2017-06-14 22:55:41 +02:00
2017-11-01 13:37:36 +01:00
2017-11-01 13:36:02 +01:00
2018-08-27 08:53:43 +02:00
2018-02-14 14:37:32 +01:00
2016-09-29 18:29:04 +02:00
2018-05-29 12:09:49 +02:00
2017-08-20 23:47:11 +02:00
2016-10-22 23:26:35 +02:00
2017-08-20 19:08:33 +02:00
2017-08-25 14:34:49 +02:00
2017-08-24 22:56:48 +02:00
2017-08-20 19:08:33 +02:00

ssh-vault 🌰

Build Status Coverage Status Go Report Card

encrypt/decrypt using ssh private keys

https://ssh-vault.com

Download

Usage:

$ ssh-vault -h

Example:

$ echo "secret" | ssh-vault -u <github.com/user> create

Compile from source

Setup go environment https://golang.org/doc/install

For example using $HOME/go for your workspace

$ export GOPATH=$HOME/go

Create the directory:

$ mkdir -p $HOME/go/src/github.com/ssh-vault

Clone project into that directory:

$ git clone git@github.com:ssh-vault/ssh-vault.git $HOME/go/src/github.com/ssh-vault/ssh-vault

Build by just typing make:

$ cd $HOME/go/src/github.com/ssh-vault/ssh-vault
$ make

Issues

Please feel free to raise any issue, feature requirement or a simple comment here.

Description
Шифрование/дешифрование с помощью ssh-ключей
Readme BSD-3-Clause 999 KiB
Languages
Rust 99.5%
Shell 0.3%
Dockerfile 0.2%