gpgdir 1.4 (Default branch) |
|
|
gpgdir is a Perl script that uses the CPAN GnuPG module to encrypt and decrypt directories using a GPG key specified in ~/.gpgdirrc. It supports recursively descending through a directory in order to make sure it encrypts or decrypts every file in a directory and all of its subdirectories. All file mtime and atime values are preserved across encryption and decryption operations. In addition, gpgdir is careful not to encrypt hidden files and directories.
License: GNU General Public License (GPL)
Changes:
The --overwrite-encrypted command line argument was implemented to allow previously encrypted files to be overwritten. This is useful for updating an encrypted directory with new versions of the previously encrypted files. A new --overwrite-decrypted command line argument performs the same function for previously decrypted files. A bug where a filename of "0.gpg" could not be decrypted because "0" does not evaluate to a true value was fixed.
|