Click here to Skip to main content
15,921,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp Pin
th3kill3r27-Apr-03 7:16
th3kill3r27-Apr-03 7:16 
GeneralRe: Help Pin
th3kill3r27-Apr-03 7:17
th3kill3r27-Apr-03 7:17 
GeneralRe: Help Pin
Nish Nishant27-Apr-03 7:27
sitebuilderNish Nishant27-Apr-03 7:27 
GeneralRe: Help Pin
Kuniva27-Apr-03 7:46
Kuniva27-Apr-03 7:46 
GeneralRe: Help Pin
Anonymous28-Apr-03 11:56
Anonymous28-Apr-03 11:56 
GeneralRe: Help Pin
Kuniva29-Apr-03 4:49
Kuniva29-Apr-03 4:49 
GeneralSSL - i don't fully get the concept Pin
Kuniva27-Apr-03 7:15
Kuniva27-Apr-03 7:15 
GeneralRe: SSL - i don't fully get the concept Pin
Nish Nishant27-Apr-03 7:31
sitebuilderNish Nishant27-Apr-03 7:31 
A public-private key pair works as follows.

What you encrypt using the public key can only be decrypted using the private key.

And what you encrypt using the private key can only be decrypted using the public key.

Thus you sign using your private key, because people can verify that this is actually you, by decryping the signature using the publicly available public key.

And when you want to send confidential info to the server you encrypt the data using the public key. Now the data can only be decrypted at the server because only they have the private key.

It is nearly impossible to figure out the private key given a public key. Perhaps if you run a brute forcer on a super computer for a few 1000 years you might crack it.

Regards,
Nish


"I'm a bit bored at the moment so I'm thinking about writing a new programming language" - Colin Davies

My book :- Summer Love and Some more Cricket [New Win]
Review by Shog9 Click here for review[NW]

GeneralRe: SSL - i don't fully get the concept Pin
Kuniva27-Apr-03 7:42
Kuniva27-Apr-03 7:42 
GeneralRe: SSL - i don't fully get the concept Pin
Felix Gartsman27-Apr-03 8:29
Felix Gartsman27-Apr-03 8:29 
GeneralPass IStream in Image Class Pin
Emiliano27-Apr-03 4:53
Emiliano27-Apr-03 4:53 
GeneralRe: Pass IStream in Image Class Pin
MAAK28-Apr-03 11:38
MAAK28-Apr-03 11:38 
GeneralCell Manipulation in CListCtrl Pin
ttohme27-Apr-03 4:04
ttohme27-Apr-03 4:04 
GeneralRe: Cell Manipulation in CListCtrl Pin
Stormwind27-Apr-03 17:02
Stormwind27-Apr-03 17:02 
GeneralRe: Cell Manipulation in CListCtrl Pin
basementman28-Apr-03 4:43
basementman28-Apr-03 4:43 
QuestionCan we customize the title bar buttons of a window? Pin
Abin27-Apr-03 3:48
Abin27-Apr-03 3:48 
AnswerRe: Can we customize the title bar buttons of a window? Pin
basementman28-Apr-03 4:46
basementman28-Apr-03 4:46 
AnswerRe: Can we customize the title bar buttons of a window? Pin
Brian Shifrin28-Apr-03 13:48
Brian Shifrin28-Apr-03 13:48 
GeneralRe: Can we customize the title bar buttons of a window? Pin
Abin28-Apr-03 14:00
Abin28-Apr-03 14:00 
GeneralRe: Can we customize the title bar buttons of a window? Pin
Matthias Mann29-Aug-03 22:46
Matthias Mann29-Aug-03 22:46 
AnswerRe: Can we customize the title bar buttons of a window? Pin
John R. Shaw28-Apr-03 16:31
John R. Shaw28-Apr-03 16:31 
GeneralUser Breapoint called from code at 0x77f9180c ! Pin
white jungle27-Apr-03 3:23
white jungle27-Apr-03 3:23 
GeneralRe: User Breapoint called from code at 0x77f9180c ! Pin
Ted Ferenc27-Apr-03 9:38
Ted Ferenc27-Apr-03 9:38 
GeneralCallbacks in C Pin
leppie27-Apr-03 3:22
leppie27-Apr-03 3:22 
GeneralRe: Callbacks in C - SOLVED Pin
leppie27-Apr-03 3:55
leppie27-Apr-03 3: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.