pfn / keepasshttp

KeePass plugin to expose password entries securely (256bit AES/CBC) over HTTP
GNU General Public License v3.0
1.99k stars 275 forks source link

KeePassHttp.dll is not available for download #294

Open ghost opened 7 years ago

ghost commented 7 years ago

The Firefox addOn page for PassIFox (a page for which I cannot seem to generate a link) says that it is necessary to download two .dll files, to get things working on Linux. However, one of those dlls, namely KeePassHttp.dll, seems to be missing from the page it is meant to be on. Moreover, the instructions on the aforementioned addOn page about Firefox sync are somewhat confusing, at least given that installing PassIFox seemed to sign me out of Firefox sync . .

rsynnest commented 7 years ago

Those DLLs can be found here: https://github.com/pfn/keepasshttp/tree/master/mono They are linked in the KeePassHTTP README, here https://github.com/pfn/keepasshttp#keepasshttp-on-linux-and-mac. In this case all that's needed to avoid confusion is to update the link on the PassIFox addon page (https://addons.mozilla.org/en-US/firefox/addon/passifox/) to point to the mono subdirectory.

ghost commented 7 years ago

Thanks.

rsynnest commented 7 years ago

BTW, dropping the KeePassHttp.plgx file into /usr/lib/keepass2/ has worked for many on Linux (myself included on Debian and Arch). Have you tried that before trying the DLL method?