JS/HTML Obfuscation - Security & Cryptography
Users browsing this thread: 3 Guest(s)
|
|||
(19-09-2013, 06:27 AM)venam Wrote: I found a website about what bottomy was talking about: [here](http://www.jsfuck.com/) Yeh there's a number of converters out there. If you're interested the original discussions (and discussions on a lot of other JS obscurities) used to take place on [sla.ckers.org](http://sla.ckers.org). Though it's been rather dead (as far as JS is concerned) as of late. Also interested to see their converter doesn't need DOM to introduce some of the key (because after you have them can easily get the rest) characters I couldn't get ('h'). Completely forgot about Number.toString() accepting a radix. Also nice to see a smaller alternative for 10, they've added as strings 1 and 0, so converting that back to a Number is smaller than (1+1+1+1+1)*2 (the equivalent of that in non-alphanumeric). |
|||
Messages In This Thread |
JS/HTML Obfuscation - by venam - 24-07-2013, 05:37 PM
RE: JS/HTML Obfuscation - by bottomy - 24-07-2013, 06:25 PM
RE: JS/HTML Obfuscation - by zygotb - 31-07-2013, 01:48 AM
RE: JS/HTML Obfuscation - by bottomy - 01-08-2013, 11:46 AM
RE: JS/HTML Obfuscation - by venam - 19-09-2013, 06:27 AM
RE: JS/HTML Obfuscation - by bottomy - 19-09-2013, 06:36 PM
RE: JS/HTML Obfuscation - by xero - 03-09-2014, 11:17 AM
|