Click here to Skip to main content
15,885,998 members
Home / Discussions / C#
   

C#

 
GeneralRe: MonthCalendar control selecting multiple dates Pin
Chris Meech23-Jan-04 5:04
Chris Meech23-Jan-04 5:04 
QuestionTrying to expand middle panel like in Outlook???? Pin
LongRange.Shooter22-Jan-04 9:07
LongRange.Shooter22-Jan-04 9:07 
AnswerRe: Trying to expand middle panel like in Outlook???? Pin
Heath Stewart22-Jan-04 9:31
protectorHeath Stewart22-Jan-04 9:31 
GeneralRe: Trying to expand middle panel like in Outlook???? Pin
LongRange.Shooter22-Jan-04 10:04
LongRange.Shooter22-Jan-04 10:04 
GeneralBase Control for ToolBox, Solution & Properties "Panels" Pin
RapidFireBill22-Jan-04 9:06
RapidFireBill22-Jan-04 9:06 
GeneralRe: Base Control for ToolBox, Solution & Properties "Panels" Pin
LongRange.Shooter22-Jan-04 9:11
LongRange.Shooter22-Jan-04 9:11 
GeneralFind if input is already MD5 encrypted ! Pin
pahluwalia22-Jan-04 4:08
pahluwalia22-Jan-04 4:08 
GeneralRe: Find if input is already MD5 encrypted ! Pin
Heath Stewart22-Jan-04 4:29
protectorHeath Stewart22-Jan-04 4:29 
You could either store a value that dictates whether the password is already hashed. For instance, some clients have a "Remember password" (or similar) option. This value would be stored in the registry or a file along with the hashed password. Check this value and, if set, don't hash the password again.

You could also determine if the length of the string is 32 characters in length, although this is not the best test since some users might have passwords that long (doubtful, but possible). You could, though, limit the password length to something less than 32 characters, so that if you get a "password" that is 32 characters long you know it is already hashed.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
Generalnewbie question Pin
bouli22-Jan-04 3:54
bouli22-Jan-04 3:54 
GeneralRe: newbie question Pin
Colin Angus Mackay22-Jan-04 4:07
Colin Angus Mackay22-Jan-04 4:07 
GeneralRe: newbie question Pin
bouli22-Jan-04 4:10
bouli22-Jan-04 4:10 
GeneralRe: newbie question Pin
Heath Stewart22-Jan-04 4:35
protectorHeath Stewart22-Jan-04 4:35 
GeneralRe: newbie question Pin
bouli22-Jan-04 4:47
bouli22-Jan-04 4:47 
GeneralRe: newbie question Pin
Heath Stewart22-Jan-04 4:51
protectorHeath Stewart22-Jan-04 4:51 
GeneralRe: newbie question Pin
bouli22-Jan-04 4:54
bouli22-Jan-04 4:54 
GeneralRe: newbie question Pin
Nick Parker22-Jan-04 6:17
protectorNick Parker22-Jan-04 6:17 
GeneralRe: newbie question Pin
Bo Hunter22-Jan-04 12:23
Bo Hunter22-Jan-04 12:23 
GeneralDeferred Calculations Pin
BernardYardley22-Jan-04 3:36
BernardYardley22-Jan-04 3:36 
GeneralRe: Deferred Calculations Pin
Heath Stewart22-Jan-04 5:01
protectorHeath Stewart22-Jan-04 5:01 
GeneralRe: Deferred Calculations Pin
BernardYardley22-Jan-04 5:08
BernardYardley22-Jan-04 5:08 
GeneralRe: Deferred Calculations Pin
leppie22-Jan-04 6:21
leppie22-Jan-04 6:21 
General2 questions Pin
bouli22-Jan-04 2:41
bouli22-Jan-04 2:41 
GeneralRe: 2 questions Pin
Sune Trudslev22-Jan-04 4:25
professionalSune Trudslev22-Jan-04 4:25 
GeneralRe: 2 questions Pin
Heath Stewart22-Jan-04 4:54
protectorHeath Stewart22-Jan-04 4:54 
GeneralRe: 2 questions Pin
bouli22-Jan-04 5:32
bouli22-Jan-04 5:32 

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.