Thanks
Hi, why there is no native 64bit version of KeePass available? I would like to integrate KeePass.exe as referenced dll into my project but I need it as 32 and 64bit assembly. If I try to compile the sourcecode (KeePass solution) I always get an error that the KeePass.pfx is password protected and can't be imported - so I can't run a successful build of KeePass solution... Thanks Oliver
Thanks Bradley - that was exactly what I'm looking for :-)
Hi, I want to integrate saved KeePass credentials into another app (c#) - so my question is there any example how to open the keypass database with c# code? Would be nice to use the login form from KeyPass to authenticate the user. Then I should receive an object where I have access to the saved passwords. How to read the data I think I can find in other plugins. But not how to open the file. Thanks for any hint. Oliver