View Single Post
  #22  
Old 04-21-2014, 02:02 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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

Last edited by KSV : 04-22-2014 at 07:49 AM. Reason: added script to my repo
Reply With Quote