vote up 0 vote down star
1

Hi, i need to fully understand the IPSec Phase 1 negotiation. now, I break this to 3 steps: 1) Algorithm negotiations. 2) Key Exchange Data 3) Identification

I'm using wireshark to invastigate the process and so far I fully understands the 1st part (Algorithm Negotiations). My current problem lies in the 2 nd part: Key Exchange Data.

The Algorithms in use are AES-CBC-256bit, Pre-shared key, MD5 & 1024 bit Group. The "ISAKMP Payload"->"KeyExchange Payload"->"KeyExchangeData" is beyond me... I have no clue what it is.. an MD5'ed pre-shared key? is it encrypted?...

flag
Which description are you looking at? Are you familiar with Diffie-Hellman key exchange? – oggy Nov 4 at 14:15
IPSec is easy to figure out. Women, now that's hard! – Bears will eat you Nov 4 at 14:46
I wrote the D-H algorithm from scratch, so I belive i do know it, but what I am tring to do is building a complete IPSec suit, i have a costum unix OS which is being used as my platform – John Nov 4 at 17:53

1 Answer

vote up 0 vote down

This page should help to understand IPSec.

link|flag
m.. that was sort of a summary for what i know... i need it more on the porgramming side... it's kind of a task I need to do in order to get my P.E. diploma, well, it's part of my task at least... – John Nov 4 at 13:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.