how to decrypt and decode png files to real file (.ass)Hi,
I have an coded and encrypted .png file that I would like to decrypt and decode using an « ActionScript » fonction. I know it’s coded using « basse64 » but I have no ideas what it is encrypted with. This fonction has what it takes to decrypt and decode and I want to use it to get the original .ass file. I don’t have all the informations but I really am looking forward to make this all work. Step #1 : Discovery of the encryption Step #2 : Make the modifications to use the fonction to grab the .ass file. Quote:
A++ |
Re: how to decrypt and decode png files to real file (.ass)you can use the following php script to decode the subtitles file.
Code:
<?php |
Re: how to decrypt and decode png files to real file (.ass)resolved !! tx
|
Re: how to decrypt and decode png files to real file (.ass)you have posted my decryption script to several websites without mentioning the original author or this thread. this is not how it's supposed to be. you can't present someone else's work as your own. i have wasted time to look at your problem and come up with a working solution. so atleast give the credit where it's due.
|
Re: how to decrypt and decode png files to real file (.ass)sorry I did not think about it .... and I can remove all on your request :(
|
Re: how to decrypt and decode png files to real file (.ass)Quote:
|
Re: how to decrypt and decode png files to real file (.ass)Without KSV many streams wouldn't work on VLC, so give him at least credit on what he does. ;)
|
Re: how to decrypt and decode png files to real file (.ass)Hello
Quote:
a pop to download the file and would like to center the form in the center of the image http://i.imgur.com/dkHJSZR.png sorry for my english :( tx |
Re: how to decrypt and decode png files to real file (.ass)Thanks, KSV, for the script.
The Key 5463201897 no longer works. Do you have the solution for the new key? http://animedigitalnetwork.fr/picture_4916.png PS : Sorry if my English is not perfect. |
Re: how to decrypt and decode png files to real file (.ass)I am looking for the solution :)
links that may be useful http://stackoverflow.com/questions/8...-encrypted-xml http://stackoverflow.com/questions/2...448441#2448441 http://stackoverflow.com/questions/1...ryption-in-php aes in swf http://pastebin.com/71rD0KNb xml http://pastebin.com/QHxsX20H the encrypted code possibly this code im not sure yet 50,52,115,98,117,109,54,100,122,102,56,114,101 |
Re: how to decrypt and decode png files to real file (.ass)Thanks, for links.
I am also looking for the solution. |
Re: how to decrypt and decode png files to real file (.ass)the encoding method is different.
I look swf file in the site and here is the new code on the site... May be :p HTML Code:
public static function decrypt(param1:String, param2:String) : String { |
Re: how to decrypt and decode png files to real file (.ass)or is the code I do not see ?
|
Re: how to decrypt and decode png files to real file (.ass)In player-licensed.swf.
I decode the swf file and in scripts/wowza/encryptionAS3/TEA. sceach decrypt function. but I'm not sure that it is used for subtitles. :D |
Re: how to decrypt and decode png files to real file (.ass)tx men ^^
|
Re: how to decrypt and decode png files to real file (.ass)if you want me to take a look at it provide a working VPN and login information if required.
|
Re: how to decrypt and decode png files to real file (.ass)ksv pm :)
|
Re: how to decrypt and decode png files to real file (.ass)Thanks, KSV, gaaara.
|
Re: how to decrypt and decode png files to real file (.ass)As someone pointed out in PM it seems another guy has already solved the problem so you can just use the solution provided by him. i will try to provide a faster version when i got some free time. but in the mean time above method is sufficient to convert the subtitles.
|
Re: how to decrypt and decode png files to real file (.ass)i forgot to post the link thank you ksv :)
one more thing for a perfect script downloading video with script is possible ? |
Re: how to decrypt and decode png files to real file (.ass)thank you KSV XD
|
Re: how to decrypt and decode png files to real file (.ass)so as promised here is the shorter and faster version of AnimeDigital script. it uses the mcrypt module to do the actual decryption so it's lot faster than pure php implementation. make sure you have mcrypt module installed and enabled on your system (enabled by default on windows).
AnimeDigital.php |
Re: how to decrypt and decode png files to real file (.ass)Thanks you ! KSV !
|
Re: how to decrypt and decode png files to real file (.ass)tx ksv :)
|
Re: how to decrypt and decode png files to real file (.ass)Adn has a new protection (htacsess redirection ) how to bypass this protection is on the picture?
|
Re: how to decrypt and decode png files to real file (.ass)site begins to ban ip loll
|
Re: how to decrypt and decode png files to real file (.ass)Hi, can i send you a mp, to have more information gaara ? :D
|
Re: how to decrypt and decode png files to real file (.ass)Hi, i'm working in adding this channel to atresdownloader. First tests works good, incrusting the subtitles too, but need premium account to make it more robust.
|
Re: how to decrypt and decode png files to real file (.ass)For anyone interested, atresdownloader v15.7 finds and download streams from animedigital.fr with subtitle-decryption-incrustation implemented.
For those in France don't use proxies or use it for anonymity. Outside France the used free proxies not always returns valid data so the streams are limited to 5 min's. You can login and maybe get the premium links, but I don't have tested it. Cheers! |
Re: how to decrypt and decode png files to real file (.ass)Hi Denobis.
Did you manage to get the whole subtitles file? When I try by myself I get just a small PNG file (around 6kb). |
Re: how to decrypt and decode png files to real file (.ass)Hi, I use the php script of KSV and my .ass can't be open in aegisub.
Pictures : http://www.hostingpics.net/viewer.ph...912aegisub.jpg http://www.hostingpics.net/viewer.ph...038notepad.jpg Png files are around 30 ko and .ass around 25. Any ideas ? Thanks ;) |
Re: how to decrypt and decode png files to real file (.ass)me too, i think adn change crypt in png files
we need you KSV :p ![]() Code:
package com.wowza.encryptionAS3 |
Re: how to decrypt and decode png files to real file (.ass)out to date
|
Re: how to decrypt and decode png files to real file (.ass)They have only updated the decryption key. i have updated the script accordingly.
|
Re: how to decrypt and decode png files to real file (.ass)the key have 1 more time change but........=>MP
|
Re: how to decrypt and decode png files to real file (.ass)résolv
|
Re: how to decrypt and decode png files to real file (.ass)i don't understand what you guys are trying to say. why you are replacing new key with something else and then asking why it's not working? i have tested the script on following sample and it works as expected.
http://www.filedropper.com/m321 |
Re: how to decrypt and decode png files to real file (.ass)the new key in files swf
|
Re: how to decrypt and decode png files to real file (.ass)KSV i know, but ADN have 1 more time changing the key since last time
|
Re: how to decrypt and decode png files to real file (.ass)hmm.. either it was a pure coincidence or they are changing keys on some rotational basis. anyway i have pushed the new key.
|
All times are GMT -6. The time now is 07:51 PM. |