Click here to Skip to main content
15,891,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debug Assertion Failed???? Pin
Dan Madden22-Nov-01 0:59
Dan Madden22-Nov-01 0:59 
GeneralRe: Debug Assertion Failed???? Pin
Michael Dunn22-Nov-01 1:15
sitebuilderMichael Dunn22-Nov-01 1:15 
GeneralRe: Debug Assertion Failed???? Pin
luckylourson22-Nov-01 3:23
luckylourson22-Nov-01 3:23 
QuestionNetwork drive UNC? Pin
21-Nov-01 20:45
suss21-Nov-01 20:45 
AnswerRe: Network drive UNC? Pin
Bruce Duncan21-Nov-01 21:08
Bruce Duncan21-Nov-01 21:08 
GeneralRe: Network drive UNC? Pin
22-Nov-01 2:40
suss22-Nov-01 2:40 
GeneralPlugins Pin
Deian21-Nov-01 20:06
Deian21-Nov-01 20:06 
GeneralHacking into system Dlls Pin
21-Nov-01 14:30
suss21-Nov-01 14:30 
Hello,

I am creating an application that utilizes CryptoAPI and concerned whether it is possible to hack and extract my DES/RSA keys [which are hard coded in my app. and imported into CryptoAPI using CryptImportKey()] from it using one of the following methods:

(1) replacing the CryptoAPI dll (advapi32.dll) with some dll that will be loaded between the CryptoAPI dll and the executable. This dll will store the keys in some db and then forward the call to the CryptoAPI dll. The user might not even be aware that this is happening.

(2) Since the CryptoAPI methods are exported by name and their addresses are known - it is possible to run the application under a debugger, put a breakpoint in memory in the function CrypyImportKey() and using assmebler knowledge track down the location in memory of the passed parameters and reveal the key.

Anybody got any knowledge whether any of these is possible?
Thanks a lot!
GeneralRe: Hacking into system Dlls Pin
Rassman22-Nov-01 2:16
Rassman22-Nov-01 2:16 
GeneralCombo Box Problem Pin
mvworld21-Nov-01 14:23
mvworld21-Nov-01 14:23 
GeneralRe: Combo Box Problem Pin
Sidney Chong21-Nov-01 14:42
Sidney Chong21-Nov-01 14:42 
GeneralRe: Combo Box Problem Pin
mvworld21-Nov-01 14:47
mvworld21-Nov-01 14:47 
GeneralRe: Combo Box Problem Pin
Masaaki Onishi21-Nov-01 15:05
Masaaki Onishi21-Nov-01 15:05 
GeneralRe: Combo Box Problem Pin
mvworld21-Nov-01 15:13
mvworld21-Nov-01 15:13 
GeneralRe: WM_INITDIALOG Pin
Masaaki Onishi21-Nov-01 17:33
Masaaki Onishi21-Nov-01 17:33 
GeneralRe: Combo Box Problem Pin
Sidney Chong21-Nov-01 15:21
Sidney Chong21-Nov-01 15:21 
GeneralRe: Combo Box Problem Pin
mvworld21-Nov-01 15:49
mvworld21-Nov-01 15:49 
GeneralRe: Combo Box Problem Pin
Sidney Chong21-Nov-01 16:46
Sidney Chong21-Nov-01 16:46 
GeneralRe: Combo Box Problem Pin
Michael Dunn21-Nov-01 17:47
sitebuilderMichael Dunn21-Nov-01 17:47 
GeneralRe: Combo Box Problem Pin
luckylourson21-Nov-01 22:07
luckylourson21-Nov-01 22:07 
GeneralRe: Hum, a little different! Pin
Masaaki Onishi22-Nov-01 4:36
Masaaki Onishi22-Nov-01 4:36 
QuestionChanging the font in a Combo Box? Pin
Chambers21-Nov-01 9:51
Chambers21-Nov-01 9:51 
AnswerRe: Changing the font in a Combo Box? Pin
Nemanja Trifunovic21-Nov-01 10:06
Nemanja Trifunovic21-Nov-01 10:06 
GeneralRe: Changing the font in a Combo Box? Pin
Chambers21-Nov-01 12:50
Chambers21-Nov-01 12:50 
GeneralRe: Changing the font in a Combo Box? Pin
Derek Waters21-Nov-01 12:55
Derek Waters21-Nov-01 12:55 

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.