First version of the proxy

This commit is contained in:
varjolintu
2017-08-12 12:32:25 +03:00
parent a3d63dd010
commit 95cf972f5b
3 changed files with 109 additions and 0 deletions
+5
View File
@@ -1,2 +1,7 @@
# keepassxc-proxy-rust
Application that works as a proxy between Native Messaging browser extension and KeePassXC
This is still under development. Installing the proxy needs manual changes to JSON scripts installed for Native Messaging.
See [this page](https://developer.chrome.com/extensions/nativeMessaging) for further information.
keepassxc-proxy listens stdin from keepassxc-browser extension and transfers the data to UDP port 19700 which KeePassXC listens.