Skip to content

Encrypts files using public keys from GitHub

Notifications You must be signed in to change notification settings

twe4ked/catacomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

catacomb

Encrypts content using public keys from GitHub. Encrypted files can then be decrypted using the matching ~/.ssh/id_rsa.

Installation

Using fresh, run the following:

fresh twe4ked/catacomb bin/catacomb --bin

Manually:

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 config

Usage

Encrypting

catacomb $recipients_github_username < file.txt > encrypted.txt

Decrypting

catacomb < encrypted.txt

Notes

  • Encrypts using the first key retrieved from GitHub
  • Decrypts using ~/.ssh/id_rsa

Licence

MIT.

About

Encrypts files using public keys from GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages