Nymble
03-11-2002, 10:56 PM
Ok it about vb decrypting... with SmartCheck NuMega there nothing illigal in what i'm doing if you think the opposit it a problem from http://www.mod-x.co.uk/ to test people skillz..
the problem is all about the fak that a guy got hacked and he used encryption so you got 1 thing to decrypt then if you done it right you go to the next step wich is that the message decrypted was an exe file run from registry now you need to figure what the exe do but there a username and password that desable you of opening it well i figured what the username is but i get stuck on password...
code is the following for password...
isNumeric(mid(Password, 1, 1))
isNumeric(mid(Password, 2, 1))
isNumeric(mid(Password, 3, 1))
isNumeric(mid(Password, 4, 1))
isNumeric(mid(Password, 5, 1))
isNumeric(mid(Password, 6, 1))
isNumeric(mid(Password, 7, 1))
isNumeric(mid(Password, 8, 1))
isNumeric(mid(Password, 9, 1))
isNumeric(mid(Password, 10, 1))
isNumeric(mid(Password, 11, 1))
isNumeric(mid(Password, 12, 1))
well i got an exe file and i figured the username but with that info i can't really figure what the password is.... =/
i took a pict if you don't understand what i'm saying...
the problem is all about the fak that a guy got hacked and he used encryption so you got 1 thing to decrypt then if you done it right you go to the next step wich is that the message decrypted was an exe file run from registry now you need to figure what the exe do but there a username and password that desable you of opening it well i figured what the username is but i get stuck on password...
code is the following for password...
isNumeric(mid(Password, 1, 1))
isNumeric(mid(Password, 2, 1))
isNumeric(mid(Password, 3, 1))
isNumeric(mid(Password, 4, 1))
isNumeric(mid(Password, 5, 1))
isNumeric(mid(Password, 6, 1))
isNumeric(mid(Password, 7, 1))
isNumeric(mid(Password, 8, 1))
isNumeric(mid(Password, 9, 1))
isNumeric(mid(Password, 10, 1))
isNumeric(mid(Password, 11, 1))
isNumeric(mid(Password, 12, 1))
well i got an exe file and i figured the username but with that info i can't really figure what the password is.... =/
i took a pict if you don't understand what i'm saying...