My first C# app | MD5 Cracker + Source

Questions about programming languages and debugging
Post Reply
bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

My first C# app | MD5 Cracker + Source

Post by bubzuru »

this is my first app in C#.net its a MD5 hash cracker


Image

here is the source code
http://codeviewer.org/view/code:5d

Download the app :
http://rapidshare.com/files/74263602/MD ... r.exe.html

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

Post by floodhound2 »

Nice job. :P
₣£ΘΘĐĦΘŮŇĐ

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

nice little app there bubz, well done. keep it up :wink:

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

hmmm...I'm getting an error, is it possible the app needs the .NET framework to be installed? :-k

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Post by CommonStray »

its likely it would need the one it was developed in or higher, if your running Windowz usually auto updates will get the current, what specifically is the error btw, if it does need the .net framework it should tell you in the error

User avatar
Big-E
Administrator
Administrator
Posts: 1332
Joined: 16 May 2007, 16:00
16
Location: IN UR ____ , ____ING UR _____ .
Contact:

Post by Big-E »

Based on the fact that I don't have any system specs, but judging by the lookandfeel of his program - I will assume he is using a Windows native lnf and you're trying to run it in Linux under mono?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

nope, I tried it on XP SP2....but I have to admit the SP2 version is at least a year old, got it off a CD and only installed it because Hellgate:London needed it to run... :lol:
so yes, it's most likely because of my outdated system files then... :wink:

User avatar
Nerdz
The Architect
The Architect
Posts: 1127
Joined: 15 Jun 2005, 16:00
18
Location: #db_error in: select usr.location from sucko_member where usr.id=63;
Contact:

Post by Nerdz »

usually to run c# program you need to have .net framework installed on your machine.
Give a man a fish, you feed him for one day.
Learn a man to fish, you feed him for life.

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »


Post Reply