|
|
||||||||
|
|
|
Share | LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) | ||||||||||||||||
|
Cr@zY Ai0 MeG@ RetIREd
Join Date: Oct 2007
Location: In Your Mind
Age: 27
Reputation: 190153
Posts: 12,525
Thanks: 349
Thanked 17,743 Times in 2,876 Posts
|
Javascript Obfuscator 3.0.5.0
![]() Scramble, obfuscate, and pack JavaScript code! Javascript Obfuscator converts the JavaScript source code into scrambled and completely unreadable form, preventing it from analysing and theft. Javascript Obfuscator can:
//detect which browser is used var detect = navigator.userAgent.toLowerCase(); var OS,browser,version,total,thestring; if (checkIt('konqueror')) { browser = "Konqueror"; OS = "Linux"; } else if (checkIt('opera')) browser = "Opera" else if (checkIt('msie')) browser = "Internet Explorer" else if (!checkIt('compatible')) { browser = "Netscape Navigator" version = detect.charAt(8); } else browser = "An unknown browser"; //version of browser if (!version) version = detect.charAt(place + thestring.length); //client OS if (!OS) { if (checkIt('linux')) OS = "Linux"; else if (checkIt('x11')) OS = "Unix"; else if (checkIt('mac')) OS = "Mac" else if (checkIt('win')) OS = "Windows" else OS = "an unknown operating system"; } //check the string function checkIt(string) { place = detect.indexOf(string) + 1; thestring = string; return place; } and after processing by Javascript Obfuscator: var e=navigator.userAgent.toLowerCase();var f,b,c,total,d;if(a('konqueror')){b="Konqueror";f=" Linux";};else if(a('opera'))b="Opera";else if(a('msie'))b="Internet Explorer";else if(!a('compatible')){b="Netscape Navigator";c=e.charAt(8);};else b="An unknown browser";if(!c)c=e.charAt(g+d.length);if(!f){if(a( 'linux'))f="Linux";else if(a('x11'))f="Unix";else if(a('mac'))f="Mac";else if(a('win'))f="Windows";else f="an unknown operating system";};function a(string){g=e.indexOf(string)+1;d=string;return g;}; You can see the difference, can’t you? more info @http://www.javascript-source.com/
|
||||||||||||||||
|
|
|||||||||||||||||
| Click here to Donate to remove the Advertisments. | ||
|
|
||
| Tags |
| 0, javascript, obfuscator |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamically loading Javascript and/or CSS files using (client-side) Javascript | mjr_havoc | JavaScript | 1 | 04-17-2008 09:22 PM |
| rgb to hex value converter in javascript | mjr_havoc | JavaScript | 1 | 04-11-2008 04:50 PM |
| Getting the key pressed via javascript | mjr_havoc | JavaScript | 0 | 04-11-2008 01:41 PM |
| JavaScript Examples Bible: The Essential Companion to JavaScript Bible | KoOL | Ebooks,tutorials & Other Stuff | 0 | 10-14-2007 12:23 PM |
| Hacking With Javascript | PaNkAJ | HackerS Lounge | 1 | 05-15-2007 02:10 AM |