On Fri, Apr 01, 2005 at 02:46:23PM +0200, Jan Kopriva wrote: > I have question about RPC2 security. > > Is a checksum included to a packet to avoid integrity attacks?
No, but with the current implementation that doesn't matter much. It definitely should be considered whenever we move to a real encryption scheme instead of the current XOR implementation. Jan