Total Pageviews

Wednesday 23 October 2019

一款加密/解密工具-recrypt

Encrypt and decrypt stuff with passwords.

Install

Make sure you have GPG and zip on your system.
Then clone the repo, cd into it, and sh install.sh.

Usage

Encrypt

$ encrypt /path/to/thing
Encrypt a file or directory - you'll be prompted for a password.
If you encrypt a file, the result will be written to /path/to/thing.gpg. If you encrypt a directory, the result will be written to /path/to/thing.zip.gpg

Decrypt

$ decrypt /path/to/thing
Decrypt an encrypted file or directory - you'll be prompted for a password.

Recrypt

$ recrypt /path/to/thing
Decrypt an encrypted file or directory and re-encrypt its contents.