Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeePassHttp Client in C# #98

Open
dasteg opened this issue Mar 25, 2013 · 3 comments
Open

KeePassHttp Client in C# #98

dasteg opened this issue Mar 25, 2013 · 3 comments

Comments

@dasteg
Copy link

dasteg commented Mar 25, 2013

Hello,

i am wondering if there is some kind of client library which can be used out of the box (or with little adaption) to interface with keepass (http) from c# applications. i'd like to integrate such a thing in some smaller apps that need authentication and since i have keepasshttp installed anyway for the browser this interface would be perfect for other apps as well.

does anything like that exist already ? i want to prevent me from reinventing the wheel :) at the moment it seems that the client side purely exists in js for the browser.

Best Regards
Mike

@lsgd
Copy link
Collaborator

lsgd commented Mar 25, 2013

@pfn
Copy link
Owner

pfn commented Mar 25, 2013

Yeah, there's no C# library for communicating to KeePassHttp; it shouldn't
take too much write something given the "model" class and existing
implementation. Would be nice to have, but something I'm not quite going to
invest in at the moment. (On an interesting note, someone implemented the
KeePassHttp server-side protocol in objc for kypass companion).

On Mon, Mar 25, 2013 at 11:39 AM, Lukas Schulze [email protected]:

You can communicate with KeePassHttp via http://localhost:19455
For examples all request types can be found in
https://github.com/pfn/passifox/blob/master/chromeipass/background/keepass.js

The workflow of communication is described in
https://github.com/pfn/keepasshttp#protocol


Reply to this email directly or view it on GitHubhttps://github.com//issues/98#issuecomment-15412878
.

@mstarke
Copy link

mstarke commented Jul 19, 2013

Sadly though the Obj-C implementation isn't open sourced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants