• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

deps/H05-Sep-2009-23,59114,180

packaging/H05-Sep-2009-757566

test/H05-Sep-2009-3,1402,419

CREDITSH A D09-Nov-20082.1 KiB5644

ChangeLogH A D05-Sep-200913.6 KiB268236

ChangeLog.svnH A D05-Sep-20092.4 KiB6250

INSTALLH A D16-Aug-2008590 1611

LICENSEH A D24-Feb-200317.6 KiB341281

READMEH A D05-Apr-20081.3 KiB2623

VERSIONH A D23-Aug-20096 21

bump_version.plH A D07-Jun-20081.4 KiB5028

gpgdirH A D03-May-202249.4 KiB1,5211,188

gpgdir.1H A D11-Sep-200810 KiB316304

install.plH A D31-Aug-200813.8 KiB451328

README

1File:     gpgdir
2Author:   Michael Rash <mbr@cipherdyne.org>
3Download: http://www.cipherdyne.org/gpgdir
4License:  GNU General Public License
5Version:  0.9.8
6
7gpgdir is a perl script that uses the CPAN GnuPG::Interface perl module to
8encrypt and decrypt directories using a gpg key specified in ~/.gpgdirrc.
9Gpgdir recursively descends through a directory in order to make sure it
10encrypts or decrypts every file in a directory and all of its subdirectories.
11By default the mtime and atime values of all files will be preserved upon
12encryption and decryption (this can be disabled with the --no-preserve-times
13option).  Note that in --encrypt mode, gpgdir will delete the original files
14that it successfully encrypts (unless the --no-delete option is given).
15However, upon startup gpgdir first asks for the decryption password to be
16sure that a dummy file can successfully be encrypted and decrypted.  The
17initial test can be disabled with the --skip-test option so that a directory
18can easily be encrypted without having to also specify a password (this is
19consistent with gpg behavior).  Also, note that gpgdir is careful not encrypt
20hidden files and directories.  After all, you probably don't want your
21~/.gnupg directory or ~/.bashrc file to be encrypted.
22
23Installation:
24    Just run the install.pl script (as root) that comes with the gpgdir
25    sources.
26