Decoder for Microsoft Script Encoder(PHP version)
Introduction
This script is a php port of MrBrownstone's ScrDec which is original written by C language. you could use it to decode the string which encoded by Windows Script Encoder . It provide a function to decode incoming string ,and return a decoded string .
you could visit: http://www.virtualconspiracy.com/scrdec.html to get more informations about the algorithm
Usage
- download the script : jsdecoder.php
- include it in your script (by require_once or include_once)
- call ScriptDecoder in your script with at least one parameter : the encoded string you need to decode
- You could get more information form the comment in the header of source
About
Author RainX(Jing Xu) My blog : http://www.rainx.cn
Chnages
- Version 1.0
init version