Click here to Skip to main content
15,888,803 members
Home / Discussions / C#
   

C#

 
QuestionTYPE OF THE FIELD PASSWORD IN ACCESS Pin
User349010-Mar-13 9:17
User349010-Mar-13 9:17 
AnswerRe: TYPE OF THE FIELD PASSWORD IN ACCESS Pin
PIEBALDconsult10-Mar-13 10:32
mvePIEBALDconsult10-Mar-13 10:32 
GeneralMessage Closed Pin
10-Mar-13 10:50
User349010-Mar-13 10:50 
GeneralRe: TYPE OF THE FIELD PASSWORD IN ACCESS Pin
PIEBALDconsult10-Mar-13 11:02
mvePIEBALDconsult10-Mar-13 11:02 
GeneralRe: TYPE OF THE FIELD PASSWORD IN ACCESS Pin
Pete O'Hanlon10-Mar-13 11:03
mvePete O'Hanlon10-Mar-13 11:03 
The typical way to store a password securely is typically not to store it at all. I know this sounds backwards, but what normally happens is that you hash the password beforehand and you save that hashed version to the database, along with the salt that you used to create the hash. Then, when you want to compare, you retrieve the row and perform the same hash using the salt that you saved to the database.

Now, before you ask, I've given you every keyword in there that you need to do this.
I was brought up to respect my elders. I don't respect many people nowadays.

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

QuestionCombobox changing value in datagridview Pin
ManimozhiMuralitharan10-Mar-13 7:13
ManimozhiMuralitharan10-Mar-13 7:13 
QuestionI have string "1999220" how to parse? Pin
Unque10-Mar-13 1:48
Unque10-Mar-13 1:48 
AnswerRe: I have string "1999220" how to parse? Pin
Richard MacCutchan10-Mar-13 2:58
mveRichard MacCutchan10-Mar-13 2:58 
GeneralRe: I have string "1999220" how to parse? Pin
Unque10-Mar-13 4:17
Unque10-Mar-13 4:17 
AnswerRe: I have string "1999220" how to parse? Pin
M-Badger10-Mar-13 3:21
M-Badger10-Mar-13 3:21 
GeneralRe: I have string "1999220" how to parse? Pin
Unque10-Mar-13 4:17
Unque10-Mar-13 4:17 
AnswerRe: I have string "1999220" how to parse? Pin
Abhinav S10-Mar-13 5:26
Abhinav S10-Mar-13 5:26 
AnswerRe: I have string "1999220" how to parse? Pin
dusty_dex10-Mar-13 6:10
dusty_dex10-Mar-13 6:10 
GeneralRe: I have string "1999220" how to parse? Pin
Manfred Rudolf Bihy10-Mar-13 6:23
professionalManfred Rudolf Bihy10-Mar-13 6:23 
Questioncode wave Pin
samir razzak10-Mar-13 0:27
samir razzak10-Mar-13 0:27 
AnswerMy Vote of 1 Pin
Keith Barrow10-Mar-13 0:55
professionalKeith Barrow10-Mar-13 0:55 
GeneralRe: My Vote if 1 Pin
OriginalGriff10-Mar-13 0:56
mveOriginalGriff10-Mar-13 0:56 
GeneralRe: My Vote if 1 Pin
Keith Barrow10-Mar-13 0:58
professionalKeith Barrow10-Mar-13 0:58 
AnswerRe: code wave Pin
Marco Bertschi10-Mar-13 4:34
protectorMarco Bertschi10-Mar-13 4:34 
Questioncompression wave Pin
samir razzak10-Mar-13 0:17
samir razzak10-Mar-13 0:17 
AnswerRe: compression wave Pin
OriginalGriff10-Mar-13 0:56
mveOriginalGriff10-Mar-13 0:56 
AnswerRe: compression wave Pin
Marco Bertschi10-Mar-13 4:35
protectorMarco Bertschi10-Mar-13 4:35 
GeneralRe: compression wave Pin
dusty_dex10-Mar-13 6:13
dusty_dex10-Mar-13 6:13 
Question[Resolved] Searching for a file in multiple directories? Pin
Goaty651099-Mar-13 16:43
Goaty651099-Mar-13 16:43 
AnswerRe: Searching for a file in multiple directories? Pin
OriginalGriff9-Mar-13 22:39
mveOriginalGriff9-Mar-13 22:39 

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.