name
App::Tel::Passwd::KeePass - Passwd module for KeePass
METHODS
new
my $passwd = App::Tel::Passwd::KeePass->new( file => $filename, passwd => $password );
Initializes a new passwd object. This will return a Passwd::KeePass Object if the module exists and return undef if it doesn't.
Requires filename and password for the file.
passwd
$passwd->passwd($entry);
This takes the entry for a key database and returns the password. It returns a blank string if the entry wasn't found.