Click here to Skip to main content
15,903,385 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: based pointer crashed my app Pin
Alex Cutovoi25-Jan-07 16:34
Alex Cutovoi25-Jan-07 16:34 
QuestionComputing hashes and comparing hashes for C++ Pin
vgandhi24-Jan-07 2:05
vgandhi24-Jan-07 2:05 
AnswerRe: Computing hashes and comparing hashes for C++ Pin
James R. Twine24-Jan-07 7:28
James R. Twine24-Jan-07 7:28 
GeneralRe: Computing hashes and comparing hashes for C++ Pin
vgandhi24-Jan-07 8:09
vgandhi24-Jan-07 8:09 
GeneralRe: Computing hashes and comparing hashes for C++ Pin
James R. Twine24-Jan-07 11:14
James R. Twine24-Jan-07 11:14 
GeneralRe: Computing hashes and comparing hashes for C++ Pin
vgandhi24-Jan-07 20:35
vgandhi24-Jan-07 20:35 
AnswerRe: Computing hashes and comparing hashes for C++ Pin
Michael Dunn24-Jan-07 9:36
sitebuilderMichael Dunn24-Jan-07 9:36 
GeneralRe: Computing hashes and comparing hashes for C++ Pin
vgandhi24-Jan-07 20:29
vgandhi24-Jan-07 20:29 
Dear Mike,
I don't think these are used for creating hashes for strings. For example if I do CryptCreateHash I had to do if(!CryptAcquireContext(&hProv, NULL, MS_DEF_PROV, PROV_RSA_FULL, 0))
before that and if you do it two times CryptCreateHash you'll see that you don't actually get the same hashes so this will not work when you need to compare hash. This I believe is used for encryption.
What I need is to make a hash from username and password and make another one at the client side and compare the two.
Thanks.

vg

GeneralRe: Computing hashes and comparing hashes for C++ Pin
Michael Dunn24-Jan-07 20:41
sitebuilderMichael Dunn24-Jan-07 20:41 
GeneralRe: Computing hashes and comparing hashes for C++ Pin
vgandhi25-Jan-07 0:30
vgandhi25-Jan-07 0:30 
AnswerRe: Computing hashes and comparing hashes for C++ Pin
El Corazon24-Jan-07 15:06
El Corazon24-Jan-07 15:06 
QuestionOnNcActivate not called in a child window Pin
Sandy Kinghorn24-Jan-07 1:23
Sandy Kinghorn24-Jan-07 1:23 
AnswerRe: OnNcActivate not called in a child window Pin
Mark Salsbery24-Jan-07 5:58
Mark Salsbery24-Jan-07 5:58 
GeneralRe: OnNcActivate not called in a child window Pin
Sandy Kinghorn24-Jan-07 6:33
Sandy Kinghorn24-Jan-07 6:33 
QuestionRe: OnNcActivate not called in a child window Pin
Mark Salsbery24-Jan-07 6:42
Mark Salsbery24-Jan-07 6:42 
AnswerRe: OnNcActivate not called in a child window Pin
Sandy Kinghorn1-Feb-07 7:36
Sandy Kinghorn1-Feb-07 7:36 
GeneralRe: OnNcActivate not called in a child window Pin
Mark Salsbery1-Feb-07 11:30
Mark Salsbery1-Feb-07 11:30 
QuestionOnKeyDown Call Dialog Pin
JennK24-Jan-07 1:22
JennK24-Jan-07 1:22 
AnswerRe: OnKeyDown Call Dialog Pin
jhwurmbach24-Jan-07 1:34
jhwurmbach24-Jan-07 1:34 
GeneralRe: OnKeyDown Call Dialog Pin
JennK24-Jan-07 3:50
JennK24-Jan-07 3:50 
QuestionHow to get refernce count on file handle Pin
pavan_sw24-Jan-07 1:00
pavan_sw24-Jan-07 1:00 
AnswerRe: How to get refernce count on file handle Pin
KarstenK24-Jan-07 2:28
mveKarstenK24-Jan-07 2:28 
AnswerRe: How to get refernce count on file handle Pin
Mark Salsbery24-Jan-07 6:09
Mark Salsbery24-Jan-07 6:09 
Questionneed help in computer graphics.. Pin
makaveli_0724-Jan-07 0:54
makaveli_0724-Jan-07 0:54 
AnswerRe: need help in computer graphics.. Pin
El Corazon24-Jan-07 1:51
El Corazon24-Jan-07 1: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.