Click here to Skip to main content
15,884,629 members
Home / Discussions / C#
   

C#

 
GeneralRe: Pictures HUGE Trouble... Pin
AliNajjar30-Jan-08 10:23
AliNajjar30-Jan-08 10:23 
QuestionUse Wizard Tools or Code everything? Pin
blooper0229-Jan-08 14:34
blooper0229-Jan-08 14:34 
AnswerRe: Use Wizard Tools or Code everything? Pin
Mark Churchill29-Jan-08 18:20
Mark Churchill29-Jan-08 18:20 
GeneralRe: Use Wizard Tools or Code everything? Pin
blooper0230-Jan-08 22:19
blooper0230-Jan-08 22:19 
GeneralRe: Use Wizard Tools or Code everything? Pin
Mark Churchill31-Jan-08 0:11
Mark Churchill31-Jan-08 0:11 
Questionreversing gethashcode() Pin
haseeb_saeed29-Jan-08 9:12
haseeb_saeed29-Jan-08 9:12 
GeneralRe: reversing gethashcode() Pin
pmarfleet29-Jan-08 9:30
pmarfleet29-Jan-08 9:30 
AnswerRe: reversing gethashcode() Pin
Guffa29-Jan-08 9:32
Guffa29-Jan-08 9:32 
There are two ways:

1. Examine the algorithm used to create the hash code so that you can invent a way of calculating the shortest possible strings that result in a specific hash code.

2. Loop through all possible combinations of characters and create a hash code from them and compare to the stored hash code.

Neither of these are easy or fast. The purpose of hashing the passwords is that it should not be possible to recreate them.

Just give your client a new password.

Experience is the sum of all the mistakes you have done.

GeneralRe: reversing gethashcode() Pin
Ennis Ray Lynch, Jr.29-Jan-08 9:37
Ennis Ray Lynch, Jr.29-Jan-08 9:37 
GeneralWebbrowser control + com visable functions Pin
Spacix One29-Jan-08 6:29
Spacix One29-Jan-08 6:29 
GeneralRe: Webbrowser control + com visable functions Pin
led mike29-Jan-08 6:58
led mike29-Jan-08 6:58 
GeneralRe: Webbrowser control + com visable functions Pin
Spacix One29-Jan-08 7:53
Spacix One29-Jan-08 7:53 
GeneralRe: Webbrowser control + com visable functions Pin
led mike29-Jan-08 8:26
led mike29-Jan-08 8:26 
GeneralRe: Webbrowser control + com visable functions Pin
Not Active29-Jan-08 8:29
mentorNot Active29-Jan-08 8:29 
GeneralRe: Webbrowser control + com visable functions Pin
Spacix One29-Jan-08 9:40
Spacix One29-Jan-08 9:40 
GeneralRe: Webbrowser control + com visable functions Pin
Not Active29-Jan-08 14:32
mentorNot Active29-Jan-08 14:32 
GeneralRe: Webbrowser control + com visable functions Pin
Spacix One30-Jan-08 4:52
Spacix One30-Jan-08 4:52 
GeneralRe: Webbrowser control + com visable functions Pin
Not Active30-Jan-08 5:01
mentorNot Active30-Jan-08 5:01 
GeneralRe: Webbrowser control + com visable functions Pin
Spacix One30-Jan-08 5:39
Spacix One30-Jan-08 5:39 
GeneralRe: Webbrowser control + com visable functions Pin
Not Active30-Jan-08 5:46
mentorNot Active30-Jan-08 5:46 
GeneralHelp with User Validation Pin
MumbleB29-Jan-08 5:52
MumbleB29-Jan-08 5:52 
GeneralRe: Help with User Validation Pin
led mike29-Jan-08 5:58
led mike29-Jan-08 5:58 
GeneralRe: Help with User Validation Pin
MumbleB29-Jan-08 6:29
MumbleB29-Jan-08 6:29 
GeneralRe: Help with User Validation Pin
Giorgi Dalakishvili29-Jan-08 6:04
mentorGiorgi Dalakishvili29-Jan-08 6:04 
GeneralRe: Help with User Validation Pin
led mike29-Jan-08 6:38
led mike29-Jan-08 6:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.