Test your cracking skills :)

Anything About Anything...
User avatar
Seeker
Round Winner
Posts: 302
Joined: Fri Feb 06, 2004 8:37 pm
Location: Pasadena, Maryland, USA
Contact:

Post by Seeker »

that was weird.......double posted :?:
User avatar
Zapple
Shutout Match Winner
Posts: 876
Joined: Sun Mar 07, 2004 2:42 am
Location: Halo 2
Contact:

ok

Post by Zapple »

So 58174?? I got it? Did I win??? Lol, Good Job Marrow! I get credit because I got the number, lol.
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

Seeker wrote:that was weird.......double posted :?:
by deleting the attachemtn on the second post. you deleted it also on the first. please repost with the attacement again... i'll take care of the other extra posts once that's done
Image
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

zapple what you get is a slap around the back of the head lol !
i had to give you the answer grrrr

the whole point of this was to download the program then disassemble & brute force it (ie a test of your cracking skills)

i think tank should get most credit , he got the closest by writing some programs to check the results of the decryption

i must admit that by making the decrypt.exe program a dos application made it a little harder to crack but there are plenty of free dos disassemblers out there oh well
( at a pinch you could even use debug.exe that comes with windows ! )

next time :roll: i'll make it easy :lol:

btw the posted pic didnt display :( can you re-post it (maybe you should keep it as bmp and not change it to gif ? although i cant see why that should cause a problem unless you just renamed it to gif ?)
Last edited by iceman on Sun Jun 06, 2004 5:09 am, edited 1 time in total.
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

ok i just tried clicking on seekers posted pic and got this error
The selected Attachment does not exist anymore

404 File Not Found: The File files/done.gif does not exist.
did someone delete it or something ?
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

===============================================
heres the source code of decrypt.exe in case anyone is interested ?
===============================================

uses
crt, dos;

var
filein : file of byte;
fileout : file of byte;

x, y : integer;
databyte : byte;

seed : word;

begin

clrscr;
textcolor(white);
writeln(' __________________________________________ ');
textcolor(lightcyan);
writeln(' / \_ ____/_ ____/_ _ \_ __ \_ __ \ ');
textcolor(lightblue);
writeln('/ / /____/ ___/_/ / / / ___ / / / / ');
textcolor(blue);
writeln('\_/\______/\______/\_/\_/\_/\_/ \_/\_/ \_/ ');
writeln;
writeln;

textcolor(white);
write('Enter decryption code : '); readln(seed);

assign(filein, 'crypted.bmp'); reset(filein);
assign(fileout, 'decrypt.bmp'); rewrite(fileout);

for x := 0 to $435 do
begin
read(filein, databyte);
write(fileout, databyte);
end;

randseed := seed;

for x := 0 to 159 do
for y := 0 to 159 do
begin
read(filein, databyte);
databyte := databyte xor random($100);
write(fileout, databyte);
end;

close(fileout); close(filein);

end.

==============================================
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
Majination
Hero Of 2004
Posts: 659
Joined: Thu Dec 25, 2003 10:07 pm
Location: California
Contact:

Post by Majination »

iceman wrote:did someone delete it or something ?
I deleted Free's second post, not realizing that it would remove the picture file that the first post was referencing.

While the picture was there it displayed fine.

My bad. :o
http://bikecolors.shorturl.com -- ArmageTron Multi-Color Bike Picker
"Stimpy, sometimes your wealth of ignorance astounds me!" - Ren Hoek
User avatar
Freewheelin'56
Round Winner
Posts: 377
Joined: Sun Dec 21, 2003 7:02 pm
Location: Toronto, Canada

Post by Freewheelin'56 »

Majination wrote:
iceman wrote:did someone delete it or something ?
I deleted Free's second post, not realizing that it would remove the picture file that the first post was referencing.

My bad. :o
Not my post, was Seekers post I belive :lol: doh!
Freewheelin'58 I want Goshdarn back!!
Great Googly Moogly
User avatar
Seeker
Round Winner
Posts: 302
Joined: Fri Feb 06, 2004 8:37 pm
Location: Pasadena, Maryland, USA
Contact:

Post by Seeker »

Hmm.....ok..... sorry i seem to have deleted the folder that had the stuff in it :lol:
HEY!!!!! Respect your elders...........Let us win a round!!!
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

seeker please remove the tracking software from your signature
:evil: :evil: :evil: :evil:
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

Why iceman?
Image
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

ok fine

how do i delete my membership here ?
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

Don't be drastic, I'm just curios!
Image
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

And it's not tracking, it's just a cool signature...
Image
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

grrrr http://www.danasoft.com

who knows what they do with the info :evil:
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
Post Reply