Skip to content

Decrypt cookie values in Chrome Sqlite DB on Mac OX S, use Openssl

Notifications You must be signed in to change notification settings

marx-yu/ChromeCookieDecryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ChromeCookieDecryptor

Decrypt cookie values in Chrome Sqlite DB on OX S, use Openssl

Dependencies

openssl, sqlite3. Almost all, they have installed on mac os x.

Build

g++ ChromeCookieDecrypt.cpp -lsqlite3 -lcrypto -o chrome_decrytor

Usage

chrome_decrytor chrome_master_key

Example

#Extract Chrome master key from keychain
security find-generic-password -ga "Chrome"
#class: "genp"
#attributes:
#0x00000007 <blob>="Chrome Safe Storage"
#0x00000008 <blob>=<NULL>
#....
#password: "nl1kEr58hs33ALHmIyxHqQ=="


#Copy password from above cmd exec result
./chrome_decrytor nl1kEr58hs33ALHmIyxHqQ==

About

Decrypt cookie values in Chrome Sqlite DB on Mac OX S, use Openssl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages