I want to view the userid and password information which are stored in Cookies but i didnt fine it where it was and by which extension. can any 1 help me in this matter?
Software/Hardware used:
ASKED:
March 4, 2008 7:14 AM
UPDATED:
March 4, 2008 3:13 PM
Mrdenny is correct. usually only the domain that created the cookie can read the information that has been encrypted in the cookie. this is by design for security reasons.
I used the following command to create a TXT file will all the cookie information in it and I couldn’t find any clear text information that caused me concern.
copy “C:\Documents and Settings\%username%\Cookies\*.*” c:\cookie.txt