fluidkeys / fluidkeys

Send encrypted secrets. Fluidkeys lets you send passwords, keys and personal information from the terminal. Powered by OpenPGP end-to-end encryption.

Home Page:https://www.fluidkeys.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluidkeys command line

Build Status

Fluidkeys helps teams protect themselves with strong encryption. It builds on the OpenPGP standard and is compatible with other OpenPGP software.

Fluidkeys is licensed under the AGPLv3.

0.2 helps you create a key or import one from gpg, then automatically maintain it.

Once installed, run it with fk.

Install

Head over to download.fluidkeys.com

Install from source

You'll need the Go compiler

Clone the repo:

REPODIR=$(go env GOPATH)/src/github.com/fluidkeys/fluidkeys

git clone https://github.com/fluidkeys/fluidkeys.git $REPODIR
cd $REPODIR

Build and install to /usr/local/bin/fk:

make && sudo make install

If you prefer to run without sudo (root), install into $HOME/bin/fk:

PREFIX=$HOME make install

Develop

If you want to hack on Fluidkeys locally you'll need Go 1.10+ and dep.

Run:

make run

About

Send encrypted secrets. Fluidkeys lets you send passwords, keys and personal information from the terminal. Powered by OpenPGP end-to-end encryption.

https://www.fluidkeys.com

License:GNU Affero General Public License v3.0


Languages

Language:Go 98.6%Language:Shell 1.2%Language:Makefile 0.2%