-
Notifications
You must be signed in to change notification settings - Fork 274
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
Comments
You can communicate with KeePassHttp via http://localhost:19455 The workflow of communication is described in https://github.com/pfn/keepasshttp#protocol |
Yeah, there's no C# library for communicating to KeePassHttp; it shouldn't On Mon, Mar 25, 2013 at 11:39 AM, Lukas Schulze [email protected]:
|
Sadly though the Obj-C implementation isn't open sourced. |
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
The text was updated successfully, but these errors were encountered: