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.
Check : KeePass Password Safe (For how keepass works)
Rather use the C# System.Cryptography classes and store you data enrypted in a database or txt file...
There is a KeePass-2.05-Alpha-Source.zip,The latest version of KeePass. C# source code,1919KB