Re: Encrypt/Decrypt all packets
From: Stephan Wolf (stewo68_at_hotmail.com)
Date: 04/27/04
- Previous message: Stephan Wolf: "Re: My first Device Driver"
- In reply to: LEMBAS: "Encrypt/Decrypt all packets"
- Next in thread: Maxim S. Shatskih: "Re: Encrypt/Decrypt all packets"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Apr 2004 21:04:16 +0200
Besides what Brian said, if you need to encrypt *all* communication,
better use a VPN (Virtual Private Network) between your "entities"
(whatever that is in your case).
VPN is the most popular method for this purpose, see e.g.
http://www.microsoft.com/windows2000/technologies/communications/vpn/
Stephan
--- On Tue, 27 Apr 2004 01:01:04 -0700, LEMBAS <lembas at myway dot com> wrote: >I want to write a device driver that encrypts all the packets coming from the application layer. I think it should lie between the application layer and the transport layer(TCP,UDP,etc...). Am I right? > >I read MSDN and DDK help. But I cannot find anything for the beginners. What will I implement? Miniport? TDI? NDIS? or Can I do it in user mode just under the application layer? > >Just guide me about what should I read for a quick start? > >Thanks > >Ken
- Previous message: Stephan Wolf: "Re: My first Device Driver"
- In reply to: LEMBAS: "Encrypt/Decrypt all packets"
- Next in thread: Maxim S. Shatskih: "Re: Encrypt/Decrypt all packets"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|