gpgdir 1.8 (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 test suite was updated to validate the gpgdir
--Obfuscate-filenames mode to ensure that files
are encrypted as "gpgdir_PID_NUM.gpg". A minor bug
was fixed to remove the .gpgdir_map_file in
--Obfuscate-filenames mode after a successful
decryption cycle. The CPAN GnuPG::Interface module
was updated to version 0.36.
|