 Re: how to decrypt and decode png files to real file (.ass)
Yes, if you want to see the difference between the old and the new here.
AES constantes :
package com.longtailvideo.plugins.mulutibu6
{
import mx.core.ByteArrayAsset;
public class AES_Constantes extends ByteArrayAsset
{
public function AES_Constantes()
{
super();
}
}
}
and
public static function d(param1:String, param2:int, param3:int = 63) : String
{
The number after param3: int = changes every day
|