J A V A S C R I P T |
fravia's Javascript section ~ Help Fravia's Nofrill Web design (1998) |
Updated 25 January 1998 |
(for the "easy" entrance) Many among you have emailed me claiming that there are much too many possible solutions for the "easy entrance" to the advanced javascript pages. I decided to give you some more hints, albeit I don't believe they are really that necessary... Here follow some examples: a letter by Jean Flynn, who worked correctly in finding out the 'obligatory' last letters of the password, yet failed in the 'reducing' part of the crack, and a email by Tristan, who worked correctly in calculating the password length (10 characters, the first one irrelevant for the code part) but failed miserably in his 'flair' for the correct name (+ORC wrote that good crackers should study more rhetoric/semanthic and less math and programming :-) Anyway, here you go... |
---|
"...all this just to say: I'm working and I think that lots of other people are doing the same. PLEASE, don't explain the solution of this problem because I'll make my brain to work till I'll get the right password. BTW, I'm very happy to work on this code because I'm learning a bit of Javascript. This is REAL FUN, thank you. Andrex"
"...I know how the damn thing works.. I mean it's not way above my head. You have a defined array, and the first three functions serve to set another array up. Then the final (get the obfuscated password function) each char. of the password entered sets up the final loop (outer to its # of iterations based on pass.length) the inner produces that obscenely large number by code = code + one of the members of the f array, then code = code * (1-however long the password entered was.) I want a hint (so here it is.. my foolish intent finally blurted out; this is where you either aid me or drop me like a forgettable cigarrette end)..."Well, for those of you that want to work alone on all this, just DO NOT READ WHAT FOLLOWS!