1
0
mirror of https://github.com/ssh-vault/ssh-vault.git synced 2025-12-25 00:21:00 +03:00
2020-02-07 18:48:28 +01:00
2020-02-07 18:11:47 +01:00
2020-02-07 18:11: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
2020-02-07 18:11:47 +01:00
2016-12-20 20:50:20 +01:00
2017-08-20 20:02:09 +02:00
2020-02-07 18:48:28 +01: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
2020-02-07 18:11:47 +01:00
2020-02-07 18:48:28 +01:00
2016-09-29 18:29:04 +02:00
2018-05-29 12:09:49 +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

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

Installation

Mac OS

brew install ssh-vault

Compile from source

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

For example using $HOME/go for your workspace

$ export GOPATH=$HOME/go

Get the code:

$ go get github.com/ssh-vault/ssh-vault

Build by just typing make:

$ cd $GOPATH/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%