A dead-simple file encrypter.
git clone https://github.com/neumann-tokyo/knukey.gitAnd change PATH in your .bashrc or .zshrc:
export PATH=/path/to/knukey/bin:$PATHYou need to install those applications:
For example, when you want to encrypt password.json
you can encrypt it like this:
knukey encrypt password.json password.json.gpgWhen you want to get any value from password.json.gpg:
knukey decrypt password.json.gpg ".github.token"
#=> your_github_token