blob
dpapi::blob
describes a DPAPI blob and unprotects/decrypts it with API or Masterkey. It has the following command line arguments:
/in
: the path to the blob file/raw
: the blob data in raw format/out
: the path to save the results/ascii
: the blob data in ASCII format/password
: the password to decrypt the blob/unprotect
: displays the decryption results on screen/masterkey
: the masterkey to use for decryption. It can be obtained throughsekurlsa::dpapi
.
Last updated