K-S-V / Scripts

Collection of my scripts
GNU General Public License v3.0
634 stars 226 forks source link

Unknown packet type 41 encountered! Encrypted fragments can't be recovered. #4

Closed ilwsm closed 12 years ago

ilwsm commented 12 years ago

Hello I'm upload somes files to mediafire http://www.mediafire.com/?prcuyczoecccc

Can you, K-S-V, help me decode this files ?

ghost commented 12 years ago

This has been known for some time. I wouldnt expect a fix any time soon.

Encryption scheme used is AES-128-CBC. i couldn't figure out the KDF (key derivation function) used to derive individual packet decryption key from global key using the salt block as shown above. KDF function is executed inside Alchemy VM (a method used to execute c code from ActionScript VM) which makes it very hard to reverse engineer from disassembled code.

http://stream-recorder.com/forum/showpost.php?p=49998&postcount=204

K-S-V commented 12 years ago

Encryption of any kind (FlashAccess, Akamai Encryption) is not supported by this script. it can only process unencrypted fragments.