Quote:
Originally Posted by drbmn
http://atresdownloader.com/teadecrypt.php
if you look the flash within you'll see that the token is computed so:
private var _typeOfServerAccepted:String = "937a417fd8b8aaa672743035cd18f1d9b31c82f628c1600f" ;
_typeOfServer = TEA.decrypt(_typeOfServerAccepted,"0x0000");
"937a417fd8b8aaa672743035cd18f1d9b31c82f628c16 00f" as securetoken
"0x0000" as key.
not 100% sure how denobis found the 937a417xxx part.
|
Thanks for your help and suggestions!