Hacker News new | ask | show | jobs
by arfar 3275 days ago
Looks pretty handy! How do you interface with the KeePass database? Is there a library? with Perl bindings?
1 comments

There's quite a neat little library with an impressive amount of functionality for interacting with Keepass, called "File::KeePass;".

Here's a copy of the script itself: https://gist.github.com/kjbweb/38508fd92669101ec1fca4bea62bc...

It works on Mac's too, so I've been told.