View Single Post
  #4  
Old 01-29-2014, 08:36 PM
makkie_65 makkie_65 is offline
Junior Member
 
Join Date: Jan 2014
Posts: 7
makkie_65 is on a distinguished road
Default

Re: Key for Secure Token Response in RTMPE


Quote:
Originally Posted by nullacht View Post
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????
Reply With Quote