View Full Version : JavaScript Decoder needed
puzo
February 6th, 2003, 05:58
Hi,
I have a JS code which displays in IE but i cant understand a single word if i look at the source code, i know it's encoded JS code, does anybody have a decoder for it?
I searched on google but those decoders don't work
Thanks,
Mike.
CareBear
February 6th, 2003, 06:19
on my very first search: http://www.google.com/search?q=decode+JScript.Encode&hl=nl&ie=UTF-8&oe=UTF-8
Match 1: http://www.swishweb.com/dec.shtml which leads http://www.virtualconspiracy.com/index.php?page=scrdec/download
puzo
February 6th, 2003, 06:31
none of these worked, thanks for trying
CareBear
February 6th, 2003, 06:39
I used 'Windows Script Decoder' (srcdec) before and it worked like it should. Are you sure they're encoded with the Microsoft encoder and not some other third party one?
puzo
February 6th, 2003, 06:44
ill PM you the page
nag
February 6th, 2003, 09:37
unless you do not know the exct algorithm on which it is encoded you cannot decode it ,you should know the encoding algo...
Some web pages are encoded using escape() function you can decode simply by unescape() function.
puzo
February 6th, 2003, 10:19
yep, there is a word there called uniscape(")
how can i decode it?
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.