GPGDir Install
From BackTrack Linux
- URL : http://www.nanotechfibers.com/
- Twitter: http://twitter.com/#!/rickflores_
- Email : nanoquetz9l@nanotechfibers.com
gpgdir - Recursive directory encryption with GnuPG
What is gpgdir?
gpgdir is a perl script that uses the CPAN GnuPG::Interface module to encrypt and decrypt directories using a gpg key specified in ~/.gpgdirrc.
Installation Process:
- Verify public key:
root@bt:~# cd /usr/local/src/ root@bt: /usr/local/src# mkdir gpgdir root@bt: /usr/local/src# cd gpgdir/ root@bt: /usr/local/src/gpgdir# wget http://cipherdyne.org/gpgdir/download/gpgdir-1.9.5.tar.bz2 root@bt: /usr/local/src/gpgdir# wget http://cipherdyne.org/gpgdir/download/gpgdir-1.9.5.tar.bz2.asc root@bt: /usr/local/src/gpgdir# wget http://cipherdyne.org/public_key root@bt: /usr/local/src/gpgdir# gpg --import public_key root@bt: /usr/local/src/gpgdir# gpg --verify gpgdir-1.9.5.tar.bz2.asc

- Install gpgdir:
root@bt: /usr/local/src/gpgdir# tar xfj gpgdir-1.9.5.tar.bz2 root@bt: /usr/local/src/gpgdir# cd gpgdir-1.9.5 root@bt: /usr/local/src/gpgdir/gpgdir-1.9.5# ./install.pl

- Edit the config file to use the GnuPG default key:
root@bt: vim /usr/local/src/gpgdir

Also check out: More References
- Author Bio: My passions are nanoEngineering, Ruby programming, software exploitation, exploit development, embedded hardware hacking. I also enjoy lifting weights, combat-swimming, Ninjutsu, Parkour (free-running), Krav Maga and MMA. I 'believe" you can evolve into anything you wish with the right mental discipline, toughness and physical conditioning.