Simple password manager writen in perl
Go to file
2014-05-05 23:42:09 +04:00
AUTHORS Small fix 2014-04-28 16:43:00 +04:00
ClipPass.pm Start working on main 2014-04-29 15:45:31 +04:00
Database.pm mdo and save/store writed 2014-04-29 11:37:41 +04:00
GPG.pm Some fixes 2014-04-28 16:13:19 +04:00
LICENSE License file added 2014-04-28 00:12:40 +04:00
Password.pm Start working on main 2014-04-29 15:45:31 +04:00
pm.pl Show password now must be worked. But I'm not tested it. 2014-05-05 22:55:27 +04:00
README.md Readme update 2014-05-05 23:42:09 +04:00

PM

Simple password manager writed in perl.

INSTALL

Perl modules

cpan install Module::Name. 

Not recommended. Please use you package manager.

  • DBD::sqlite
  • Clipboard

On Fedora:

yum/dnf install perl-Class-DBI-SQLite perl-Clipboard

On Debian-based systems:

apt-get install libtext-clip-perl class-dbi-sqlite-perl

TODO

  • Store decrypted DB into RAM not in /tmp/
  • Different keys selection