Simple password manager writen in perl
Go to file
Difrex(Denis Zheleztsov) 3d400a3aa5 Usage update
2014-05-06 15:21:12 +04:00
AUTHORS Small fix 2014-04-28 16:43:00 +04:00
ClipPass.pm First buggy but worked version :) 2014-05-06 00:40:26 +04:00
Database.pm Show all names and uri's 2014-05-06 15:01:07 +04:00
GPG.pm First buggy but worked version :) 2014-05-06 00:40:26 +04:00
LICENSE License file added 2014-04-28 00:12:40 +04:00
Password.pm Username select is working 2014-05-06 15:18:34 +04:00
pm.pl Usage update 2014-05-06 15:21:12 +04:00
README.md Check configuration now working right 2014-05-06 12:18:44 +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

Changelog

0.0.1-alpha

  • Small fix in GPG.pm
  • PM is working.

TODO

  • Password lenght
  • Username support
  • Store decrypted DB into RAM not in /tmp/
  • Different keys selection