View Single Post
  #57  
Old 09-17-2014, 11:05 AM
blurg blurg is offline
Member
 
Join Date: Jul 2014
Posts: 32
blurg is on a distinguished road
Default

Re: how to decrypt and decode png files to real file (.ass)


i tried
Code:
 $key = pack('H*', "a446fc7f58805dbc1472105773367dac");
and
Code:
 $key = pack('C*', "a446fc7f58805dbc1472105773367dac");
i will try
$key="a446fc7f58805dbc1472105773367dac"; <= worked

Last edited by blurg : 09-17-2014 at 11:07 AM. Reason: test code line = work
Reply With Quote