Close

patch for `pass` now in the repo

A project log for RPi Zero WiFi-Enabled Hardware Password Manager

Codename Hardpass: A Password Manager on the Raspberry Pi Zero...suffering featuritis.

girgir 02/13/2016 at 21:000 Comments

I removed my manually patched version of the passwordstore, and its place fills an install-script, that fetches the latest version from git, applies a patch and installs it.

(there are a few commits in there that won't work, because as the shell script stripped out all the bash-variables from the patch-file, which then - who would have guessed - wouldn't work. -.-)

Since `pass` has since added a variable to pass arbitrary parameters to gpg(2), I also used this one instead of patching in another one. So the syntax changes slightly. just see the (also updated) `hardpass-demo.sh`.

Discussions