blob: ecd66524575677e22db92ce145683f252a2fcd13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
raps2 - "Right, another password store" take two
Requires:
* perl version 5.10 or newer
* Crypt::CBC
* Crypt::Eksblowfish
* File::Path
* File::Slurp
Installation:
> perl Build.PL
> ./Build
> sudo ./Build install
You can then run 'man raps2' for more information.
You may also run './Build test'. This will require the Test::More,
Test::Compile and Test::Pod modules.
|