Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbennett committed Mar 23, 2014
1 parent c715823 commit 5430647
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

2 comments on commit 5430647

@Tyderion
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Keith

I really like the app you put in this dmg-file, it has everything I desire: mac-autotype and keepasshttp-support.

I wanted to compile this myself, but I do not get the same version.
I get one without http support and the autotype .so file is placed outside of the app-file.

How did you compile this version?
I simply did a cmake .. -DCMAKE_BUILD_TYPE=Release && make -j7 && make package from the build folder which creates the package I described above.

Thanks again for helping me

@metbril
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you care to submit a PR for auto-type only to the master branch of the original source?
And possibly a second one for http?

Please sign in to comment.