Skip to content

Automatically exported from code.google.com/p/secrets

Notifications You must be signed in to change notification settings

AmilkarDev/secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Automatically exported from code.google.com/p/secrets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages