Store sensitive information inside keepass database from c#

前端 未结 3 604
深忆病人
深忆病人 2020-12-13 07:58

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.

3条回答
  •  甜味超标
    2020-12-13 08:25

    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

    • http://s.pudn.com/upload_log_en.asp?e=1781366
    • http://en.pudn.com/downloads175/sourcecode/windows/other/detail816102_en.html

提交回复
热议问题