Help Custom Encoding/Decoding External Scripts

I think I've found a way to protect external scripts a little better then the standard MS Encoder. Just have run into a little snag.

In order to make things a little more secure I package the decoder script into an executable using vbstoexe. However, I can't get the package exe to run from within the object. Have tried Exec Method, Run Method and the run method via a command line string without success.

All the files are included at the link below. Your AV may flag the Decoder.exe as a trojan/worm which happened to me when I packaged it but, not when I run it. If you're paranoid than delete it as I've included the original decoder.vbs. There are also two objects which you will need to adjust the paths in order to understand what I'm talking about. The first object includes the decoder script internally which kind of defeats the purpose unless of course you're using this for gadgets only.

http://www.box.net/shared/qkpzyxdl48
1,918 views 2 replies
Reply #1 Top
WOW!!! GREAT IDEA and GTREAT REALISATION!!!       

I thought about some tool like this but couldn't find free time to make it. Sometimes we need have a possibility to protect our scripts from hacking.

Seems our friend RomanDA will be the first who will use this.  

Best Regards!

Reply #2 Top
Thanks.

From what I've read it's not true encryption but, good enough protection for me.

Thought I had a vbscript that could securely delete files using Gutmann process plus the Tiger hash for randomization. Essentially similar to the program Eraser. Seem to have lost it.