From 54306473f3774115f00b0d7a9d7f03b9d904b6d3 Mon Sep 17 00:00:00 2001 From: Keith Bennett Date: Sun, 23 Mar 2014 19:25:15 +0000 Subject: [PATCH] Added README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..d7483c6ca --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# KeePassX + keepasshttp + autotype + +This code extends the brilliant [KeePassX](https://www.keepassx.org/) program +which accesses [KeePass](http://keepass.info/) password databases. + +I have merged the latest version of the code with Francois Ferrand's +[keepassx-http](https://gitorious.org/keepassx/keepassx-http/) repository. +This adds support for the [keepasshttp](https://github.com/pfn/keepasshttp/) +protocol, enabling automatic form-filling in web browsers. This is accomplished +via a compatible browser plugin such as +[PassIFox](https://passifox.appspot.com/passifox.xpi) for Mozilla Firefox and +[chromeIPass](https://chrome.google.com/webstore/detail/chromeipass/ompiailgknfdndiefoaoiligalphfdae) +for Google Chrome. + +I have also added global autotype for OSX machines and added a few other minor +tweaks and bugfixes. +