C#+ローカル環境にて、暗号化する際のメモを示しています。 はじめに C#でアプリケーションを作成する際、ユーザーの機密情報(ログイン情報、APIキーなど)を保存する必要がある場合がある。 この際、機密情報を平文でローカルに保存してしまうと ...
「アプリケーションで使用するデータをちょっと安全に保存したい」── そんなときに便利なのが、Windows 標準のデータ保護機能である DPAPI (Data Protection API)です。 本記事では、難しい前提知識を最小限にしつつ、C#でサッと使える形でまとめていきます。
First of all, thanks for the tool. I am trying to use it to decrypt a SID-protected PFX. Here is the command I am trying to use: import dpapi_ng dpapi_ng_blob = b ...
SharpDPAPI is a C# port of some DPAPI functionality from @gentilkiwi's Mimikatz project. I did not come up with this logic, it is simply a port from Mimikatz in order to better understand the process ...