Quote:
Originally Posted by nullacht
The key is stored inside the SWF file.
Code:
http://councilnyc.pegcentral.com/flash/media_player_798c.swf
Code:
nc.call("secureTokenResponse", null, TEA.decrypt(_loc_4.secureToken, secureTokenCode))
Code:
secureTokenCode = "2JNxehiz"
|
Hello,
Can you walk me through how you got from
Code:
nc.call("secureTokenResponse", null, TEA.decrypt(_loc_4.secureToken, secureTokenCode))
To
Code:
secureTokenCode = "2JNxehiz"
I got to the first part with an swf decompiler (showmycode.com), but for the life of me I have NO clue how you got to the second part.

Please help????