1
0
mirror of https://github.com/ssh-vault/ssh-vault.git synced 2025-07-03 03:22:34 +03:00
nbari 83692b27d1 modified: cache_test.go
modified:   getkey.go
	modified:   getkey_test.go
	modified:   vault.go
2016-10-24 12:23:58 +02:00
2016-10-22 14:12:00 +02:00
2016-10-07 23:04:09 +02:00
2016-10-22 14:21:50 +02:00
2016-10-22 23:02:10 +02:00
2016-10-24 12:23:58 +02:00
2016-10-23 19:02:56 +02:00
2016-10-22 14:12:00 +02:00
2016-10-09 15:28:14 +02:00
2016-10-09 00:47:52 +02: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-10-22 14:27:56 +02: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-10-23 00:01:19 +02:00
2016-10-24 12:23:58 +02:00
2016-10-22 14:12:00 +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

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 558 KiB
Languages
Rust 99.5%
Shell 0.3%
Dockerfile 0.2%