Hi, I want to write a peer-peer encryption scheme that encrypts the data portion of tcp/ip packets. The program is going to be run as an NT service and needs to encrypt/decrypt packets before they reach the application layer (because it needs to be application independent). I doubt VB supports byte-level manipulation/retrieval of packets, but is there some COM dll out there that I can use inside of VB? Thanks!