An open API service indexing awesome lists of open source software.

https://github.com/stef/kchain

is a set of scripts that help to keep all encryption keys on a USB stick
https://github.com/stef/kchain

Last synced: over 1 year ago
JSON representation

is a set of scripts that help to keep all encryption keys on a USB stick

Awesome Lists containing this project

README

          

#+OPTIONS: num:nil toc:nil \n:nil @:t author:nil email:nil creator:nil

* kchain
... is a set of scripts that help to keep all encryption (gnupg, ssh,
otr, etc) keys on a USB stick, create encrypted containers, and
linking directories from the key to other locations (e.g. remapping
~/.gnupg).

When it works: your stick will be automatically mounted, any encrypted
containers are mounted, the content of the key is made available on
your system.

(see a less horribly formatted version of this file here: https://raw.github.com/stef/kchain/master/README.org)

** Install
Depends on cryptsetup, inotify-tools.

Create your rc file, specifying a name and a mountpoint:

#+begin_src sh
cat >~/.kchainrc <