forked from sjlombardo/Palm-Zetetic-Strip
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
70 lines (47 loc) · 1.64 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
This is Palm-Zetetic-Strip, a set of Perl 5 modules for reading Palm
database (PDB) files containing data from the Strip application from
Zetetic. Currently only read-only access is provided to the PDB
files. Versions 0.5i and 1.0 of Strip are supported. Strip may be
found here:
http://www.zetetic.net/
Preqeuisites
------------
In addition to this module and Strip installed on your Palm, you will
need the following modules, all of which may be found on CPAN.
1) p5-Palm (Palm::PDB)
Required to read the PDB files.
2) Crypt::IDEA
3) 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.
4) Crypt::Rijndael
5) 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 test
4) make install
Exmaple Script
--------------
An example script to dump a Strip database is included called
"strip.pl". It takes one argument which is a directory containing the
three Strip PDB files:
StripPassword-SJLO.pdb
StripSystems-SJLO.pdb
StripAccounts-SJLO.pdb
It will then prompt you for your Strip password. If correct, it will
dump the contents of the databases to standard output. For example:
% strip_dump t/data/v1.0/
Homepage
--------
The home page for this project is at:
http://www.dribin.org/dave/software/perl-strip/
Authors and Contributors
------------------------
Dave Dribin <[email protected]>