Hi,

i'm trying to access my netscape.com inbox with php,
so i started to decode the ssl session and got all sent packets
in plaintext, not really hard. but know i have to deal with encrypted
cookies and i have no clue what i have to do. i found no help
while i crawled the web for hours.

an example:

Cookie:
MC_MS_LDC=1 activationde 1 1086246633 0 1086245744 0;
MC_NPID=mc-sr12.websys.aol.com/9738;
MC_SESSION0=%2FO7gI0OrZnCyKU9ZmWBsOA%3D%3D-diAxLjAga2lkIDIwMDQwNjAyMDEwMDAxM
TE1OQ%3D%3D-nrVhh6NyA2ucnTGoqHuGR%2FW8HXEp74Oo%2FBWpqzwyvOvf77IyX6CWZ0YIHJyg
TZzKxaQ4181tOTlZwZI11OGY1TfbIX1JRDLS3LL2xDtnIaXYf7V8yDXTeA%3D%3D;
C_SITE_ACT=yiBeRJ8fvFTwAFG+ZefJmA==-yI/TFXODOR4TuSu2hocH7bDa744fsOwU+92Ub3mW
tfBUOnWuJkVCJ34mEq9zmEsz5mto1KN24NA=;
MC_SITE_ACT=yiBeRJ8fvFTwAFG+ZefJmA==-yI/TFXODOR7m9s106Mf3qlzvgDhdyOqWVpA43Kx
7G1H3uij9bZQ7iXEb3BgZsRJwqoPSTd1IzJ4=;
MC_SITEID=nscpenusmail;
MC_SSTATE=mach5%3d1;
MC_AUTHLEV=2

i tried to use rawurldecode() and base64_decode and i got only one small
part in plaintext:

diAxLjAga2lkIDIwMDQwNjAyMDEwMDAxMTE1OQ%3D%3D
v 1.0 kid 200406020100011159


someone in here that have a clue what should i do next?

regards

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to