 --------------
  INTRODUCTION 
 --------------

Runme2.com is an enchanced version of runme.com.

By "enhanced" i mean:

        [1] Tips to slow down Brute force,
            for example, it could be :

           xxxx:
             <ACTION>
             yyyy:
             LOOP yyyy
           <ACTION>
           LOOP xxxx

            ...where CX depends of your input.

        [2] Password can vary from 1 character to 10

            Don't expect to have to enter only 1 character
            as password ;) but perhaps 10 neither (Hmm...)

        [3] I use table to encrypt/decrypt data.

            Some inspiration from other crackme (testX, trymeX, etc...)

        [4] Much more manipulations on your password

        [5] Blowfish / PGP encryption (no, i'm kidding ;))


By "enhanced" i don't mean:

        [1] Anti-debugging codes, tricky instruction.

            Only pure asm and with basic instructions :
            "XOR, ROL, SHR, ADD, SUB,.."

            You will not find instructions like :
            "MUL, DIV, IDIV, XLAT, ADC, BTS,..."

            No stack trick, you can still analyse it with debug/dos
            No int replacement, No debugger detection, a DREAM!
            (... and a nightmare for RANDOM ;))

        [2] I don't use "KAMIKAZE" jump/call :

            JMP $ + <part of your password>

            MOV AX, <password>
            XOR [VAR_MEM], AX
            CALL [VAR_MEM]

            etc...

        [3] The password has a sense :

            password: [-'##&++11    <NO!>
            password: ^^tt@@=       <NO!>
            password: zUyTrFDxXD      <NO!>
            password: SoFTiCE!        <COULD BE>
            password: SAGE/CUP        <COULD BE>
            password: BiLL GATES      <********>


        [4] At least, there's one valid password
            ... would be cool to code a crackme with no valid password ;]]]


 --------------
    VERSIONS
 --------------

  This is my second crackme and surely the last one.
  I coded it because crook/UCF has dropped my previous one to "7"
  in his crackme's top and i want to show him he did a BIG mistake ;)

 ------------------------------------------
     WHY SPENDING TIME ON THIS CRACKME?
 ------------------------------------------

 It's always a challenge, even if there are so much crackme nowadays that
 people are a bit lazy to crack/analyse them.

 Btw: There are some hidden texts in runme2.com, could be interesting no? ;)

 If someone crack mine, i promise i will try to do his one.
 (shit, i hope Lordbyte/Job will never seen this txt file ;))

 --------------
     GREETS
 --------------

  *Group*

 UCF : simply because they are the best() in the world.
 RBS : simply because they try to be the best in the world.
 MCC : () hey guys, who can match Dyers on Keygen???
 "The others" : simply because they try ;)

  *Personnel*

  Psychotron - Random/modnar/tralala - Grom - ^pain^ - Dyers
  .... and all good dudes in #cracking, #ucf2000, #pst, etc...

 BTW: For people wondering why i've left the scene :

        (1) i've not really left the scene, proof: this crackme.
        (2) i prefer retiring for some time because now i'm working
            and i need serious reorganisation (and it takes time ;(
        (3) My phone bill has now dropped to 60% (Ouahhhhh)
        (-) i'll be back in a near future with some good releases.

 --------------
    CONTACTS
 --------------

If you want to get in touch with me, send email to kairn@hotmail.com
Or try to catch me on EFFNET:#cracking,#pst,#ucf2000


Bye all

....KAIRN - 13 DECEMBER 1998 - 23H16 GMT....
