mirror of
https://github.com/ssh-vault/ssh-vault.git
synced 2025-12-25 00:21:00 +03:00
1380e767f3d9b754af9e68e3de3a01cf0e357cf1
ssh-vault 🌰
encrypt/decrypt using ssh private keys
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
Languages
Rust
99.5%
Shell
0.3%
Dockerfile
0.2%