Encrypts content using public keys from GitHub.
Encrypted files can then be decrypted using the matching ~/.ssh/id_rsa.
Using fresh, run the following:
fresh twe4ked/catacomb bin/catacomb --binManually:
mkdir ~/bin/
wget https://raw.github.com/twe4ked/catacomb/master/bin/catacomb ~/bin/catacomb
export PATH="$PATH:~/bin/"
# the PATH will need to be set in your shell configcatacomb $recipients_github_username < file.txt > encrypted.txtcatacomb < encrypted.txt- Encrypts using the first key retrieved from GitHub
- Decrypts using
~/.ssh/id_rsa
MIT.