strip-dump is a command line tool for printing Strip account information written in Perl. Versions 0.5i and 1.0 of Strip databases are supported. For more information on how to use it, consult the man page. Prequisites ----------- Perl 5 is required as are the following modules. All modules may be found on CPAN: * Palm::Zetetic::Strip, v1.00+ * p5-Palm (Palm::PDB) Required to read and parse the PDB files. Version 1.00 or greater of Palm::Zetetic::Strip is required. * Term::ReadKey Required to handle various terminal I/O in a portable fashion. * Crypt::IDEA * Digest::MD5 Only required to decrypt Strip v0.5i databases. If you have no need to decrypt v0.5i databases, you need not install these modules. * Crypt::Rijndael * Digest::SHA256 Only required to decrypt Strip v1.0 databases. If you have no need to decrypt v1.0 databases, you need not install these modules. Installing ---------- Once you have all the prequisites installed, just follow these instructions: 1) perl Makefile.PL 2) make 3) make install Homepage -------- The home page for this project is at: http://www.dribin.org/dave/software/perl-strip/