Show HN: Ward – a file vault written in bash (github.com)
just wanted to share ward, a tool i hacked together to encrypt and manage sensitive files in a vault folder. it's written in bash and meant to be cloned and then stored using git or version control.
you don't have to store it that way, it's just why i created it.
what ward does:
encrypts the files in ./vault/ into a single .gpg file, checks to see if your files have been tampered with, generates totp codes if you need them to recover critical accounts.
how to use it:
clone the repo, toss your files into the vault directory, and run yarn encrypt. now commit your new [private] repository or save it somewhere.
that's it. repo link: https://github.com/oeo/ward
feedback welcome, or just let me know if you find it useful.
11 comments
[ 6.7 ms ] story [ 33.5 ms ] threadBtw, if somebody's Ubuntu/Debian doesn't want to find "oath-toolkit", install "oathtool".
Like it or not, presentation sends a signal. Why would someone trust a security project where the author hasn’t even bothered to write instructions properly or make legible commit messages?
I think it's a bit more elegant and keeps it 100% "bash" without needing the JavaScript.