1
0
mirror of https://github.com/ssh-vault/ssh-vault.git synced 2025-07-29 18:01:12 +03:00
2017-08-20 21:20:39 +02:00
2017-08-20 19:08:33 +02:00
2017-06-13 22:51:19 +02:00
2016-10-07 23:04:09 +02:00
2017-08-20 21:20:39 +02:00
2016-12-20 20:50:20 +01:00
2017-08-20 20:02:09 +02:00
2017-08-20 12:20:55 +02:00
2016-10-09 15:28:14 +02:00
2017-08-20 21:20:39 +02:00
2016-10-09 00:47:52 +02:00
2017-08-20 20:32:19 +02:00
2017-08-02 21:04:46 +02:00
2017-06-14 22:55:41 +02:00
2017-06-14 22:55:41 +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
2017-08-17 21:09:12 +02:00
2017-03-03 15:38:12 +01:00
2016-10-22 23:26:35 +02:00
2017-08-20 19:08:33 +02:00
2017-08-20 19:08:33 +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.

Donate

If you like this project, please do consider becoming a patron!.

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