Click here to Skip to main content
15,909,953 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: 3D Bitmaps Pin
Alessandro7-Dec-06 1:39
Alessandro7-Dec-06 1:39 
GeneralRe: 3D Bitmaps Pin
Nibu babu thomas8-Dec-06 18:10
Nibu babu thomas8-Dec-06 18:10 
QuestionEncryption Algorithm Pin
DanB198315-Nov-06 4:48
DanB198315-Nov-06 4:48 
AnswerRe: Encryption Algorithm Pin
Bagaturia david15-Nov-06 21:08
Bagaturia david15-Nov-06 21:08 
AnswerRe: Encryption Algorithm Pin
priyeshtinku15-Nov-06 22:32
priyeshtinku15-Nov-06 22:32 
AnswerRe: Encryption Algorithm Pin
Ed.Poore16-Nov-06 22:13
Ed.Poore16-Nov-06 22:13 
GeneralRe: Encryption Algorithm Pin
Galatei21-Nov-06 22:47
Galatei21-Nov-06 22:47 
AnswerRe: Encryption Algorithm Pin
A.A.5-Dec-06 4:08
A.A.5-Dec-06 4:08 
DanB1983 wrote:
I am encrypting passwords to a database and wish to use the .NET framework to encrypt them.


Your actually 'hashing' them.

DanB1983 wrote:
I know that MD5 and SHA-1 have been compromised. However for the purpose of passwords in a database how weak are they? If they are too weak what is another decent algorithm?


I am not sure what you think the weakness here is. For databases, you hash the password and store that. I am assuming your getting a hashed password from somewhere else and comparing that to the hash in the database. If this is the case and the hash is being transported securely than I am not sure what the concern is...


GeneralRe: Encryption Algorithm Pin
Dan Neely5-Dec-06 5:00
Dan Neely5-Dec-06 5:00 
GeneralRe: Encryption Algorithm Pin
A.A.5-Dec-06 5:35
A.A.5-Dec-06 5:35 
AnswerRe: Encryption Algorithm Pin
PICguy4-Jan-07 15:08
PICguy4-Jan-07 15:08 
QuestionMeasuring CPU usage ( from ticks to %) Pin
krystian_pl13-Nov-06 2:12
krystian_pl13-Nov-06 2:12 
AnswerRe: Measuring CPU usage ( from ticks to %) Pin
krystian_pl14-Nov-06 20:33
krystian_pl14-Nov-06 20:33 
GeneralRe: Measuring CPU usage ( from ticks to %) Pin
ejuanpp14-Nov-06 21:36
ejuanpp14-Nov-06 21:36 
QuestionRe: Measuring CPU usage ( from ticks to %) Pin
David Crow5-Dec-06 5:26
David Crow5-Dec-06 5:26 
QuestionDivision Algorithm Pin
Bagaturia david13-Nov-06 0:06
Bagaturia david13-Nov-06 0:06 
AnswerRe: Division Algorithm Pin
Sebastian Schneider13-Nov-06 2:05
Sebastian Schneider13-Nov-06 2:05 
GeneralRe: Division Algorithm Pin
Sebastian Schneider13-Nov-06 2:07
Sebastian Schneider13-Nov-06 2:07 
QuestionRe: Division Algorithm Pin
Are Jay21-Nov-06 17:39
Are Jay21-Nov-06 17:39 
AnswerRe: Division Algorithm Pin
Bagaturia david22-Nov-06 0:44
Bagaturia david22-Nov-06 0:44 
GeneralRe: Division Algorithm Pin
Are Jay22-Nov-06 3:34
Are Jay22-Nov-06 3:34 
GeneralRe: Division Algorithm Pin
Are Jay24-Nov-06 21:28
Are Jay24-Nov-06 21:28 
AnswerRe: Division Algorithm Pin
djlove24-Nov-06 7:21
djlove24-Nov-06 7:21 
AnswerRe: Division Algorithm Pin
Dan21786-Dec-06 19:01
Dan21786-Dec-06 19:01 
Questionhelp me with binary search Pin
MaSTaMaRViN12-Nov-06 23:09
MaSTaMaRViN12-Nov-06 23:09 

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.