Skip to content

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

License

Notifications You must be signed in to change notification settings

fluidkeys/fluidkeys

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published