CrackMe® Practices for Newbies
Project 9: CrackMe 2 by Cronos

Re: Re: Re: Joseph's Thread
Friday, 02-Apr-99 06:47:03

    Greetings Cronos,
    Please take a look at the little routine below did not give me the answer I was looking for when I was using the hex number as in the commented line, but it worked when I used the decimal equivilent. Had this worked from the start, I would have saved myselef and you a lot of trouble. I found the elucive number 5868h and it is beautiful.
    BTW, what is "relatively prime" number? I thought numbers are either prime or not :-)

    FOR Number& = 0 TO 2 ^ 16
    XNumber& = Number& * &H5BF MOD (2 ^ 16)
    IF XNumber& = 64920 THEN
    'If XNumber& = &HFD98 Then
    PRINT Number&, HEX$(Number&)
    END IF
    NEXT Number&
    END

    Best regards,

    Joseph

    Joseph


Message thread:

Joseph's Thread (Question to Cronos) (30-Mar-99 23:45:59)

Back to main board