1
0
mirror of https://github.com/ssh-vault/ssh-vault.git synced 2025-07-29 18:01:12 +03:00
2017-02-01 14:17:27 +01:00
2017-02-01 14:17:27 +01:00
2016-10-07 23:04:09 +02:00
2016-12-20 11:46:57 +01:00
2016-12-20 20:50:20 +01:00
2016-10-25 12:17:24 +02:00
2016-10-23 19:02:56 +02:00
2016-10-22 14:12:00 +02:00
2016-10-24 14:08:34 +02:00
2016-10-09 15:28:14 +02:00
2016-10-09 00:47:52 +02:00
2016-12-20 20:50:20 +01:00
2016-12-20 15:10:08 +01:00
2016-10-24 12:23:58 +02:00
2016-10-24 12:23:58 +02:00
2016-09-29 18:29:04 +02:00
2016-12-20 15:10:08 +01:00
2016-10-20 17:32:58 +02:00
2016-10-22 23:26:35 +02:00
2016-10-09 11:20:34 +02:00
2016-12-20 20:50:20 +01:00
2017-02-01 12:07:31 +01: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

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

ssh-vault is at an early development stage, please feel free to raise any issue, feature requirement or a simple comment here.

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