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
- Host: GitHub
- URL: https://github.com/stef/kchain
- Owner: stef
- Created: 2012-08-25T01:52:56.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-31T01:37:04.000Z (almost 14 years ago)
- Last Synced: 2025-02-01T23:17:12.716Z (over 1 year ago)
- Language: Shell
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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 <