Store sensitive information inside keepass database from c#
问题 I have a project where I have to handle sensitive data. How do I open a keepass database from C# to use the data? I have downloaded the source. I will look in it to get what I need. Any other idea? 回答1: I thought about reading a KeyPass 2 database so I added a reference to KeyPass.exe in Linqpad and started to experiment. To my surprise and without any outside help (a testament to a good API), I was reading the database after only a few minutes. Here's how I did it: var dbpath = @"C:\path\to