Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

root@bt:~# php5 <? echo base64_decode(strrev(pack("H*" , "3d3d516343746d4d6d6c3156..

Decoded Output download

b'oubWYf2kBq'

Did this file decode correctly?

Original Code

root@bt:~# php5  
 <?  
 echo base64_decode(strrev(pack("H*" , "3d3d516343746d4d6d6c315669563362")))  
 ?>  

Function Calls

pack 1
strrev 1
base64_decode 1

Variables

None

Stats

MD5 1dd4c8ae306e6cfebbcaaabcf76d98fa
Eval Count 0
Decode Time 81 ms