Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
GeneralRe: Storing password Pin
AspDotNetDev26-Feb-10 18:51
protectorAspDotNetDev26-Feb-10 18:51 
GeneralRe: Storing password [edited] [modified] Pin
OriginalGriff26-Feb-10 22:42
mveOriginalGriff26-Feb-10 22:42 
GeneralRe: Storing password [edited] Pin
AspDotNetDev27-Feb-10 0:37
protectorAspDotNetDev27-Feb-10 0:37 
GeneralRe: Storing password [edited] Pin
Richard MacCutchan27-Feb-10 1:24
mveRichard MacCutchan27-Feb-10 1:24 
GeneralRe: Storing password [edited] Pin
Dan Mos28-Feb-10 7:16
Dan Mos28-Feb-10 7:16 
GeneralRe: Storing password Pin
OriginalGriff26-Feb-10 21:54
mveOriginalGriff26-Feb-10 21:54 
AnswerRe: Storing password Pin
Un Known Legend27-Feb-10 2:54
Un Known Legend27-Feb-10 2:54 
AnswerRe: Storing password Pin
AspDotNetDev26-Feb-10 18:50
protectorAspDotNetDev26-Feb-10 18:50 
Rather than storing the password, store a hash of it. Encrypt and "salt" the password before modifying it to get the hash. Store this hash. Then, when the user enters their password, create the hash from it and compare it to the hash you have stored in the database.

Doing it this way will prevent somebody who gains access to your database from learning any of the passwords, but still gives you the ability to use passwords to secure data and transactions.
AnswerRe: Storing password Pin
Abhinav S26-Feb-10 22:19
Abhinav S26-Feb-10 22:19 
AnswerRe: Storing password Pin
PIEBALDconsult27-Feb-10 3:57
mvePIEBALDconsult27-Feb-10 3:57 
QuestionPatch file (Create new file from previous file + changes) Pin
sodevrom26-Feb-10 14:23
sodevrom26-Feb-10 14:23 
AnswerRe: Patch file (Create new file from previous file + changes) Pin
Dave Kreskowiak26-Feb-10 18:00
mveDave Kreskowiak26-Feb-10 18:00 
GeneralRe: Patch file (Create new file from previous file + changes) Pin
sodevrom27-Feb-10 14:41
sodevrom27-Feb-10 14:41 
GeneralRe: Patch file (Create new file from previous file + changes) Pin
Dave Kreskowiak27-Feb-10 18:53
mveDave Kreskowiak27-Feb-10 18:53 
Questionquestion about webviewer control Pin
tonyonlinux26-Feb-10 12:46
tonyonlinux26-Feb-10 12:46 
AnswerRe: question about webviewer control Pin
AspDotNetDev26-Feb-10 13:18
protectorAspDotNetDev26-Feb-10 13:18 
GeneralRe: question about webviewer control Pin
tonyonlinux26-Feb-10 18:21
tonyonlinux26-Feb-10 18:21 
QuestionOpenSSL.NET Tutorial? [modified] Pin
Kiotaya26-Feb-10 11:13
Kiotaya26-Feb-10 11:13 
AnswerRe: OpenSSL.NET Tutorial? Pin
carlecomm27-Feb-10 0:10
carlecomm27-Feb-10 0:10 
GeneralRe: OpenSSL.NET Tutorial? Pin
Kiotaya2-Mar-10 13:20
Kiotaya2-Mar-10 13:20 
GeneralRe: OpenSSL.NET Tutorial? Pin
Kiotaya2-Mar-10 13:27
Kiotaya2-Mar-10 13:27 
QuestionPoor thumbnail quality when using listview Pin
Eagle3226-Feb-10 9:36
Eagle3226-Feb-10 9:36 
AnswerRe: Poor thumbnail quality when using listview Pin
Luc Pattyn26-Feb-10 10:13
sitebuilderLuc Pattyn26-Feb-10 10:13 
GeneralRe: Poor thumbnail quality when using listview Pin
Eagle3226-Feb-10 11:38
Eagle3226-Feb-10 11:38 
AnswerRe: Poor thumbnail quality when using listview [modified] Pin
Luc Pattyn26-Feb-10 12:20
sitebuilderLuc Pattyn26-Feb-10 12:20 

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.