Click here to Skip to main content
15,912,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General3D perspective: zoom to extent Pin
Bartosz Bien27-Apr-03 10:10
Bartosz Bien27-Apr-03 10:10 
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 
I found this short description about SSL:

You enter a URL such as https://www.mysite.com in your browser window. The https indicates that you want your browser to initiate a secure session with the server
The server responds by sending the site's certificate
The browser checks the certificate information for validity
The browser then creates a session key, which is encrypted with the server's public key, and sends it to the server
The server then decrypts this information using it's private key


Both the browser and server are now using the same secret session key, and the little lock icon will appear on your browser window. All further information sent between the browser and the server will be automatically encrypted, as long as you continue using the https:// protocol.
-----------------------------

whats the private key?? i mean, ur browser generates a session key, its encrypted with a servers public key, but for ur browser to get a public key, it would have to be sent over the network too right? so if that is intercepted, and u encrypt ur session key and send it, and someone intercepts that too, they can decrypt ur session key right? because they already intercepted the public key or they are able to get it (if its static). So i'm guessing the mystery is in the private key, allthough i don't see how it can be different from the public key, i don't seem to understand. Because if the private key is different from the public key, the server will not decrypt it into the same session key as ur browser generated right?

Could anyone clarify this?

Thank you

Kuniva
--------------------------------------------

GeneralRe: SSL - i don't fully get the concept Pin
Nish Nishant27-Apr-03 7:31
sitebuilderNish Nishant27-Apr-03 7:31 
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 

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.