Click here to Skip to main content
15,903,388 members
Home / Discussions / C#
   

C#

 
AnswerRe: Shuting down the garbage collector Pin
Colin Angus Mackay28-Aug-05 4:58
Colin Angus Mackay28-Aug-05 4:58 
GeneralRe: Shuting down the garbage collector Pin
Gilad Kapelushnik28-Aug-05 20:10
Gilad Kapelushnik28-Aug-05 20:10 
AnswerRe: Shuting down the garbage collector Pin
Daniel Turini28-Aug-05 22:44
Daniel Turini28-Aug-05 22:44 
Questionpassword problems Pin
nidhelp28-Aug-05 1:00
nidhelp28-Aug-05 1:00 
AnswerRe: password problems Pin
Mohamad Al Husseiny28-Aug-05 3:14
Mohamad Al Husseiny28-Aug-05 3:14 
GeneralRe: password problems Pin
nidhelp28-Aug-05 4:59
nidhelp28-Aug-05 4:59 
GeneralRe: password problems Pin
nidhelp28-Aug-05 5:25
nidhelp28-Aug-05 5:25 
AnswerRe: password problems Pin
Mohamad Al Husseiny28-Aug-05 3:28
Mohamad Al Husseiny28-Aug-05 3:28 
nidhelp wrote:
finally, how do i let password in database appear in encrypted text so that it is impossible to see the password in text format? i read about hash... do i use that? can i have more details?
you can store password in database in few ways
1-Plain text
but this unsecure
2-Encrypt password and store encrypted text in database
This way better then Store Plain text but the problem with this is you have to store private or secret key which you will use it to encrypt and decrypt the password So if any one gain access to this key it will be easy to decrypt your password
3-One-Way Hash password
this the best way because you dont have to store any private key you hash the password and store it in the database when the user provide his passwod you hash it and compare it with the one stored in the database
For example how to do it you can google it like
One-Way Hashing[^]


MCAD

-- modified at 20:30 Monday 29th August, 2005
GeneralRe: password problems Pin
Matt Gerrans28-Aug-05 17:09
Matt Gerrans28-Aug-05 17:09 
Questionwhat is the differences by 'component' and 'windows form'? Pin
Sasuko28-Aug-05 0:47
Sasuko28-Aug-05 0:47 
AnswerRe: what is the differences by 'component' and 'windows form'? Pin
occcy29-Aug-05 3:42
occcy29-Aug-05 3:42 
QuestionProblem with Crystal Reports and Setup Pin
Claudio Grazioli28-Aug-05 0:43
Claudio Grazioli28-Aug-05 0:43 
Questionemergency ned to help(how to store datagrid in array list) Pin
malak nour27-Aug-05 22:54
malak nour27-Aug-05 22:54 
QuestionHow to get address of variable Pin
levgiang27-Aug-05 22:52
levgiang27-Aug-05 22:52 
AnswerRe: How to get address of variable Pin
Dario Solera27-Aug-05 22:53
Dario Solera27-Aug-05 22:53 
AnswerRe: How to get address of variable Pin
Guffa28-Aug-05 0:53
Guffa28-Aug-05 0:53 
GeneralRe: How to get address of variable Pin
leppie28-Aug-05 3:18
leppie28-Aug-05 3:18 
GeneralRe: How to get address of variable Pin
Guffa28-Aug-05 7:29
Guffa28-Aug-05 7:29 
QuestionC#+MysQL+Crystal report Pin
ben887327-Aug-05 16:13
ben887327-Aug-05 16:13 
QuestionCan anybody check my code, please? Pin
Lord Kixdemp27-Aug-05 12:49
Lord Kixdemp27-Aug-05 12:49 
AnswerRe: Can anybody check my code, please? Pin
leppie27-Aug-05 13:23
leppie27-Aug-05 13:23 
GeneralRe: Can anybody check my code, please? Pin
Lord Kixdemp27-Aug-05 13:55
Lord Kixdemp27-Aug-05 13:55 
GeneralRe: Can anybody check my code, please? Pin
leppie27-Aug-05 14:12
leppie27-Aug-05 14:12 
GeneralRe: Can anybody check my code, please? Pin
Lord Kixdemp27-Aug-05 14:25
Lord Kixdemp27-Aug-05 14:25 
GeneralRe: Can anybody check my code, please? Pin
DavidNohejl27-Aug-05 14:48
DavidNohejl27-Aug-05 14:48 

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.