Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Access and decrypt Chrome cookies on Windows

by bliako (Monsignor)
on Nov 30, 2022 at 11:35 UTC ( [id://11148455]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $DataOut;
    my $pDataOut = pack('LL', 0, 0);
    
  2. or download this
    DPAPI_IMP BOOL CryptUnprotectData(
      [in]            DATA_BLOB                 *pDataIn,
    ...
      DWORD cbData;
      BYTE  *pbData;
    } ...
    
  3. or download this
    [out] pDataOut
    A pointer to a DATA_BLOB structure that receives the encrypted data. W
    +hen you have finished using the DATA_BLOB structure, free its pbData 
    +member by calling the LocalFree function.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11148455]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-20 06:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found