Click here to Skip to main content
15,914,016 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Registry - How to write in HKEY_LOCAL_MACHINE section? Pin
Stephane Rodriguez.9-Nov-02 10:00
Stephane Rodriguez.9-Nov-02 10:00 
GeneralRe: Registry - How to write in HKEY_LOCAL_MACHINE section? Pin
julych9-Nov-02 10:26
julych9-Nov-02 10:26 
AnswerRe: Registry - How to write in HKEY_LOCAL_MACHINE section? Pin
Michael Dunn9-Nov-02 12:04
sitebuilderMichael Dunn9-Nov-02 12:04 
GeneralBest Encryption algorithm ! Pin
Hadi Rezaee9-Nov-02 8:53
Hadi Rezaee9-Nov-02 8:53 
GeneralRe: Best Encryption algorithm ! Pin
Ravi Bhavnani9-Nov-02 8:58
professionalRavi Bhavnani9-Nov-02 8:58 
GeneralRe: Best Encryption algorithm ! Pin
ISIS559-Nov-02 9:58
ISIS559-Nov-02 9:58 
GeneralRe: Best Encryption algorithm ! Pin
Hadi Rezaee9-Nov-02 10:09
Hadi Rezaee9-Nov-02 10:09 
GeneralRe: Best Encryption algorithm ! Pin
Scott H. Settlemier11-Nov-02 5:14
Scott H. Settlemier11-Nov-02 5:14 
Best by what measure?
Are you looking for serious security?
(Get the password from outside source,
pass through one-way hash, and use as
the key for a symmetric cipher like
Blowfish?) or...

If the key is a part of your program
(i.e. encoded somewhere reachable),
and you just want a bit of obfuscation,
why not get a little benefit and just
compress the data using some fast alg
like LZSS?

GeneralRe: Best Encryption algorithm ! Pin
Hadi Rezaee11-Nov-02 7:25
Hadi Rezaee11-Nov-02 7:25 
Questionmy compiler doesn't recognize???? Pin
georgiek509-Nov-02 8:42
georgiek509-Nov-02 8:42 
AnswerRe: my compiler doesn't recognize???? Pin
Stephane Rodriguez.9-Nov-02 8:45
Stephane Rodriguez.9-Nov-02 8:45 
GeneralResource Id Pin
Spiros9-Nov-02 8:14
Spiros9-Nov-02 8:14 
GeneralRe: Resource Id Pin
Pavel Klocek9-Nov-02 8:29
Pavel Klocek9-Nov-02 8:29 
GeneralRe: Resource Id Pin
Spiros9-Nov-02 8:31
Spiros9-Nov-02 8:31 
GeneralRe: Resource Id Pin
Michael Dunn9-Nov-02 12:07
sitebuilderMichael Dunn9-Nov-02 12:07 
GeneralSetting Drop Down Heigh of a ComboBox Pin
Ken Mazaika9-Nov-02 8:05
Ken Mazaika9-Nov-02 8:05 
GeneralRe: Setting Drop Down Heigh of a ComboBox Pin
Jerry Evans9-Nov-02 8:28
Jerry Evans9-Nov-02 8:28 
GeneralRe: Setting Drop Down Heigh of a ComboBox Pin
Brad Bruce9-Nov-02 10:15
Brad Bruce9-Nov-02 10:15 
GeneralRe: Setting Drop Down Heigh of a ComboBox Pin
Ken Mazaika9-Nov-02 12:31
Ken Mazaika9-Nov-02 12:31 
GeneralScript error on "add event handler" in resource editor Pin
Rewbs9-Nov-02 8:08
Rewbs9-Nov-02 8:08 
Generaldynaic menu Pin
Shotgun9-Nov-02 7:38
Shotgun9-Nov-02 7:38 
GeneralRe: dynaic menu Pin
Michael Dunn9-Nov-02 7:49
sitebuilderMichael Dunn9-Nov-02 7:49 
GeneralRe: dynaic menu Pin
Dominik Reichl9-Nov-02 7:50
Dominik Reichl9-Nov-02 7:50 
GeneralRe: dynaic menu Pin
Shotgun9-Nov-02 10:55
Shotgun9-Nov-02 10:55 
QuestionWhat's the answer to this template question? Pin
WREY9-Nov-02 5:23
WREY9-Nov-02 5:23 

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.