livz / secrets

Extract passwords from DPAPI, lsasecrets, Chrome, IE, FF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. Utils:
	- encrypt/decrypt:
		Programatic example to fie encryption/decryption using the Enhanced CSP
		(Cryptographic Service Provider) from Win XP.

	- protect:
		Programatic example for Windows Data protection API (DPAPI) user interface.
		Protect and get info from data blobs.

	- lsaSecretStore/lsaSecretRead:
		Programatic example to store/read secret data into/from LSA Protected storage,
		using (deprecated, but still working (why?) interface
		LsaStorePrivateData/LsaRetrievePrivateData.

	- chromePass:
		Unprotect and dump saved Chrome passwords from sqlite db. Tested with Chrome
		15.0.874, but should be almost the same for other versions.

	- IEPass:
		Dump saved Internet Explorer (version <= 6) passwords from Protected
		Storage
		Dump (unprotect) saved IE password (version >6) from Registry
		
	-firePass:
		Dumps saved Firefox Password. Use a master password to decrypt the key
        if necessary Tested with FF 12

2. Build:
	- nmake

3. Notes:
	Tested with MS Visual Studio 9.0 build environment.

About

Extract passwords from DPAPI, lsasecrets, Chrome, IE, FF


Languages

Language:C++ 99.0%Language:C 0.5%Language:Python 0.3%Language:Makefile 0.2%