SharpDPAPI icon indicating copy to clipboard operation
SharpDPAPI copied to clipboard

SharpDPAPI is a C# port of some Mimikatz DPAPI functionality.

Results 14 SharpDPAPI issues
Sort by recently updated
recently updated
newest added

fix markdown formatting

In the new version of Chrome, when Chrome is running, the Cookies file will be displayed as being occupied by chrome.exe and cannot be read or copied. This restriction can...

Added appropriate paths to search for cookies/states/etc.

This PR allows the user to specify the `/password` flag in SHA1 format when the machine is not domain-joined (i.e. local). These SHA1 passwords are calculated as `SHA1(UTF16LE(password))`, which is...