Simple password manager writen in perl
Go to file
2014-05-05 23:43:34 +04:00
Database.pm Start workin on a database module 2014-04-27 23:05:57 +04:00
Password.pm Initial commit 2014-04-27 03:46:32 +04:00
PasswordSave.pm Initial commit 2014-04-27 03:46:32 +04:00
PasswordShow.pm Initial commit 2014-04-27 03:46:32 +04:00
pm.pl Initial commit 2014-04-27 03:46:32 +04:00
README.md Readme updated 2014-05-05 23:43:34 +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