Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
AnswerRe: Data Storage Pin
Tamimi - Code15-Nov-06 0:48
Tamimi - Code15-Nov-06 0:48 
GeneralRe: Data Storage Pin
GermanDM15-Nov-06 0:58
GermanDM15-Nov-06 0:58 
GeneralRe: Data Storage Pin
Guffa15-Nov-06 1:04
Guffa15-Nov-06 1:04 
GeneralRe: Data Storage Pin
Tamimi - Code15-Nov-06 1:07
Tamimi - Code15-Nov-06 1:07 
GeneralRe: Data Storage Pin
Guffa15-Nov-06 2:17
Guffa15-Nov-06 2:17 
GeneralRe: Data Storage Pin
Tamimi - Code15-Nov-06 2:29
Tamimi - Code15-Nov-06 2:29 
GeneralRe: Data Storage Pin
tgrt15-Nov-06 16:30
tgrt15-Nov-06 16:30 
AnswerRe: Data Storage Pin
Guffa15-Nov-06 0:57
Guffa15-Nov-06 0:57 
Don't be so concerned about anyone viewing the information, just make sure that the information they see is useless.

Store the hash code of the passwords, not the passwords themselves. That way the passwords can not be recreated from the stored information. When you verify a password, get the hash code for the entered password and compare against the stored hash code.

You can use for example MD5 to get a hash code for the passwords. (The GetHashCode method of System.String is not suitable for creating a long term hash code, as it may change between versions.)

---
b { font-weight: normal; }

Questionconcurency violation delete command affected 0 records in acess database? Pin
subburaj.sabapathy15-Nov-06 0:28
subburaj.sabapathy15-Nov-06 0:28 
Questionaccessing the value of a textbox in another form Pin
shanisnathan15-Nov-06 0:24
shanisnathan15-Nov-06 0:24 
AnswerRe: accessing the value of a textbox in another form Pin
rah_sin15-Nov-06 0:34
professionalrah_sin15-Nov-06 0:34 
QuestionWhen to use Application Data Pin
nflrodrigues15-Nov-06 0:18
nflrodrigues15-Nov-06 0:18 
AnswerRe: When to use Application Data Pin
Anthony Mushrow15-Nov-06 0:56
professionalAnthony Mushrow15-Nov-06 0:56 
Questionhow to download file using https? Pin
Larisa_K15-Nov-06 0:06
Larisa_K15-Nov-06 0:06 
AnswerRe: how to download file using https? Pin
Ashish Derhgawen15-Nov-06 5:22
Ashish Derhgawen15-Nov-06 5:22 
AnswerRe: how to download file using https? Pin
Scott Dorman15-Nov-06 7:44
professionalScott Dorman15-Nov-06 7:44 
QuestionExecute a part of code in other context Pin
James Poulose15-Nov-06 0:05
James Poulose15-Nov-06 0:05 
QuestionXPaths to SOAP xmls Pin
James Poulose15-Nov-06 0:02
James Poulose15-Nov-06 0:02 
AnswerRe: XPaths to SOAP xmls Pin
Stefan Troschuetz15-Nov-06 0:07
Stefan Troschuetz15-Nov-06 0:07 
GeneralRe: XPaths to SOAP xmls Pin
James Poulose15-Nov-06 5:06
James Poulose15-Nov-06 5:06 
GeneralRe: XPaths to SOAP xmls Pin
Stefan Troschuetz15-Nov-06 5:36
Stefan Troschuetz15-Nov-06 5:36 
GeneralRe: XPaths to SOAP xmls Pin
James Poulose15-Nov-06 17:57
James Poulose15-Nov-06 17:57 
QuestionHow do you update an XML record? Pin
gowland037915-Nov-06 0:01
gowland037915-Nov-06 0:01 
Questionconverting from string array to int array Pin
karanba14-Nov-06 23:32
karanba14-Nov-06 23:32 
AnswerRe: converting from string array to int array Pin
rah_sin14-Nov-06 23:51
professionalrah_sin14-Nov-06 23:51 

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.