From b92e8e284037dfce4759e2f6380cfb2f962058a2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 4 Mar 2011 08:18:09 +0100 Subject: Add COPYING / Changelog / README --- COPYING | 3 +++ Changelog | 5 +++++ README | 20 ++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 COPYING create mode 100644 Changelog create mode 100644 README diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..a0f1c49 --- /dev/null +++ b/COPYING @@ -0,0 +1,3 @@ +All files in this distribution are licensed under the following terms: + + 0. You just DO WHAT THE FUCK YOU WANT TO diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..4e3c98f --- /dev/null +++ b/Changelog @@ -0,0 +1,5 @@ +git HEAD + + * Eksblowfish crypto + * raps2 add/dump/get/info commands + * Supports URL, Login, Password and Extra fields diff --git a/README b/README new file mode 100644 index 0000000..ecd6652 --- /dev/null +++ b/README @@ -0,0 +1,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. -- cgit v1.2.3