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

C#

 
QuestionForm WM_NCLBUTTONUP message Pin
Maddie from Dartford8-Aug-07 23:19
Maddie from Dartford8-Aug-07 23:19 
AnswerRe: Form WM_NCLBUTTONUP message Pin
Luc Pattyn9-Aug-07 0:37
sitebuilderLuc Pattyn9-Aug-07 0:37 
QuestionUser Interface, setup project. Pin
steve_rm8-Aug-07 23:18
steve_rm8-Aug-07 23:18 
AnswerRe: User Interface, setup project. Pin
Christian Graus8-Aug-07 23:26
protectorChristian Graus8-Aug-07 23:26 
QuestionRe: User Interface, setup project. Pin
steve_rm9-Aug-07 0:26
steve_rm9-Aug-07 0:26 
AnswerRe: User Interface, setup project. Pin
originSH9-Aug-07 1:11
originSH9-Aug-07 1:11 
QuestionEncryption Pin
sangramkp8-Aug-07 23:17
sangramkp8-Aug-07 23:17 
AnswerRe: Encryption Pin
Talal Sultan8-Aug-07 23:26
Talal Sultan8-Aug-07 23:26 
If you do not need to retrieve the password that was stored, you can use a hash version of it. When a user enters his username and password in your application, you would hash the password and compare it to the hash that you have in the database to see if it matches.
If you need to have a way to retrieve the password, you cannot use hash, you need to apply an encryption algorithm to be able to decryt it later.

Talal

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
--Rich Cook

QuestionRe: Encryption Pin
sangramkp8-Aug-07 23:29
sangramkp8-Aug-07 23:29 
AnswerRe: Encryption Pin
Talal Sultan8-Aug-07 23:36
Talal Sultan8-Aug-07 23:36 
AnswerRe: Encryption Pin
Christian Graus8-Aug-07 23:35
protectorChristian Graus8-Aug-07 23:35 
AnswerRe: Encryption Pin
Vasudevan Deepak Kumar9-Aug-07 0:17
Vasudevan Deepak Kumar9-Aug-07 0:17 
QuestionAvailable Domains in Network Pin
stancrm8-Aug-07 23:13
stancrm8-Aug-07 23:13 
AnswerRe: Available Domains in Network Pin
glFrustum8-Aug-07 23:46
glFrustum8-Aug-07 23:46 
QuestionInstalling a windows service on a windows 2003 server Pin
Leia20118-Aug-07 22:50
Leia20118-Aug-07 22:50 
AnswerRe: Installing a windows service on a windows 2003 server Pin
Talal Sultan8-Aug-07 23:22
Talal Sultan8-Aug-07 23:22 
Questionmarkquee in c# Pin
monuSaini8-Aug-07 22:37
monuSaini8-Aug-07 22:37 
AnswerRe: markquee in c# Pin
help as an alias8-Aug-07 23:03
help as an alias8-Aug-07 23:03 
GeneralRe: markquee in c# Pin
monuSaini8-Aug-07 23:06
monuSaini8-Aug-07 23:06 
GeneralRe: markquee in c# Pin
help as an alias8-Aug-07 23:09
help as an alias8-Aug-07 23:09 
GeneralRe: markquee in c# Pin
monuSaini8-Aug-07 23:15
monuSaini8-Aug-07 23:15 
GeneralRe: markquee in c# Pin
help as an alias8-Aug-07 23:35
help as an alias8-Aug-07 23:35 
GeneralRe: markquee in c# Pin
Christian Graus8-Aug-07 23:37
protectorChristian Graus8-Aug-07 23:37 
GeneralRe: markquee in c# Pin
help as an alias8-Aug-07 23:39
help as an alias8-Aug-07 23:39 
GeneralRe: markquee in c# Pin
Christian Graus8-Aug-07 23:41
protectorChristian Graus8-Aug-07 23:41 

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.