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