smorks / keepassnatmsg

KeePass plugin to expose credentials securely to a browser using Native Messaging
GNU General Public License v3.0
268 stars 25 forks source link

Keepass 2.45 support #82

Closed gab closed 2 years ago

gab commented 2 years ago

Hi!

I'm stuck on Keepass 2.45 because my well-honed setup relies on KeeCloud which stopped being updated but works fine, whereas the alternative KeeAnywhere had multiple issues last time I checked, on top of forcing you to expose your Dropbox credentials outside the database.

So, may I request that you provide a backward-compatible binary for a while?

I lack time to do/maintain the whole setup for it right now but in the future I may look into compiling KeeCloud against more recent versions of Keepass2, or compiling keepassnatmsg against older versions of Keepass2 myself. Is the latter just a matter of pointing the build tool at the right dependency, or is there some fundamental API incompatibility?

smorks commented 2 years ago

yes, i can create a version that works with KeePass 2.45, it shouldn't be too difficult.

there's some minor things that was changed in the API. i should have it ready later today.

smorks commented 2 years ago

i compiled the latest version against KeePass 2.45, and it's available here: https://github.com/smorks/keepassnatmsg/releases/download/v2.0.14/KeePassNatMsg-v2.0.14-kp2.45-binaries.zip

gab commented 2 years ago

Great, thank you.