Click here to Skip to main content
16,014,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CWnd::DestroyWindow assertion Pin
Brian van der Beek27-Nov-02 2:58
Brian van der Beek27-Nov-02 2:58 
GeneralList Control in place editing Pin
devvvy27-Nov-02 0:36
devvvy27-Nov-02 0:36 
GeneralRe: List Control in place editing Pin
dabs27-Nov-02 3:04
dabs27-Nov-02 3:04 
Generallogonuser with CreateProcessAsUser Pin
r i s h a b h s26-Nov-02 23:55
r i s h a b h s26-Nov-02 23:55 
GeneralRe: logonuser with CreateProcessAsUser Pin
techno_guru27-Nov-02 5:41
techno_guru27-Nov-02 5:41 
GeneralEncryption Pin
AJ12326-Nov-02 23:44
AJ12326-Nov-02 23:44 
GeneralRe: Encryption Pin
Rage27-Nov-02 1:41
professionalRage27-Nov-02 1:41 
GeneralRe: Encryption Pin
Scott H. Settlemier27-Nov-02 3:46
Scott H. Settlemier27-Nov-02 3:46 
Just pass the password through a suitable one way hash function
like MD5 or SHA. Store the hash value. When the user enters
password, compute the hash and check against stored value.
The algorithms are pretty easy to just include in your source
files.
example here.[^]

[edit] That assumes you just need to validate entered passwords, not use them... [edit]
GeneralVoice over Internet - HOW Pin
Kunal Khairnar26-Nov-02 23:42
Kunal Khairnar26-Nov-02 23:42 
GeneralRe: Voice over Internet - HOW Pin
Scott H. Settlemier27-Nov-02 4:58
Scott H. Settlemier27-Nov-02 4:58 
GeneralDialog in CWinThread Pin
rrrado26-Nov-02 23:25
rrrado26-Nov-02 23:25 
GeneralRe: Dialog in CWinThread Pin
Rage27-Nov-02 1:32
professionalRage27-Nov-02 1:32 
GeneralRe: Dialog in CWinThread Pin
rrrado27-Nov-02 4:04
rrrado27-Nov-02 4:04 
GeneralRe: Dialog in CWinThread Pin
Alvaro Mendez27-Nov-02 11:31
Alvaro Mendez27-Nov-02 11:31 
GeneralCListCtrl item editing and OnNotify Pin
devvvy26-Nov-02 22:49
devvvy26-Nov-02 22:49 
GeneralRe: CListCtrl item editing and OnNotify Pin
Rage26-Nov-02 22:52
professionalRage26-Nov-02 22:52 
GeneralRe: CListCtrl item editing and OnNotify Pin
devvvy26-Nov-02 22:56
devvvy26-Nov-02 22:56 
GeneralRe: CListCtrl item editing and OnNotify Pin
Rage27-Nov-02 2:15
professionalRage27-Nov-02 2:15 
GeneralRe: Accessing xml node names using dom... Pin
Alwin7526-Nov-02 22:37
Alwin7526-Nov-02 22:37 
GeneralRe: Accessing xml node names using dom... Pin
Stephane Rodriguez.26-Nov-02 22:46
Stephane Rodriguez.26-Nov-02 22:46 
QuestionHow paiting my dialog background Pin
Leedoriden26-Nov-02 22:18
Leedoriden26-Nov-02 22:18 
AnswerRe: How paiting my dialog background Pin
Rage26-Nov-02 22:53
professionalRage26-Nov-02 22:53 
GeneralWho can give me the algorithm of arranging classes Pin
happyboy26-Nov-02 22:10
happyboy26-Nov-02 22:10 
GeneralRe: Who can give me the algorithm of arranging classes Pin
Christian Graus27-Nov-02 0:06
protectorChristian Graus27-Nov-02 0:06 
Question1 app - 2 Docs - MDI or SDI? Pin
Stefan Bolder26-Nov-02 22:00
sussStefan Bolder26-Nov-02 22:00 

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.