RE: [GD-General] UDP questions
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-07-01 22:02:05
|
> > Define "legitimate"? > > Legitimate is defined as a packet that was really generated > by the client or server, as opposed to spoofed or otherwise > crafted by a third party program sitting in the middle. Okay, that's easy enough to deal with -- all my network traffic is encrypted with a randomly generated session key that's delivered with RSA encryption to the server. On top of that I also have username/password authentication, so doing a man-in-the-middle attack should be pretty much impossible. I was more worried that I would need to do another checksum just to make sure that the data wasn't inadvertently corrupted. Brian |