Ask a Question related to Windows Server, Design and Development.
-
Spin #1
SMB signing --> does it encrypt packets going across the wire?
Gurus,
Say you have files on a file server which are very confidential. One can
use EFS to encrypt them there but a packet sniffer can read the contents as
they go across the wire. There are ways to secure them across the wire, and
one of them is IPSec. But, one could also save them on a Web Server and use
Certificates/SSL to protect the transported packets from prying eyes. I
have also heard about SMB signing, although don't really understand it.
Does SMB signing also encrypt packets going across the wire??
Spin Guest
-
Wire/Cable look and feel
How would you simulate wire/cable movement through a W3D file in director? For example, I want to be able to move a wire/cable so it behaves similar... -
Does SMB signing encrypt packets going across the wire?
Gurus, Say you have files on a file server which are very confidential. One can use EFS to encrypt them there but a packet sniffer can read the... -
shade to wire frame
this is great thanks. is their a way in directort I can have it do it to all shaders rather then a specific one or do I need to group it in Max?... -
exporting from 3d max in wire frame??
just use the w3d exporter put that in a google search and you'll be on your way :) "Mikee" <kidneon@bigpond.net.au> wrote in message... -
Encrypt in Perl, De-encrypt in Javascript
I got a javascript off the net which encrypt and de-encrypt HTML code so that nobody can read the public html file. here is the code of... -
Miha Pihler #2
Re: SMB signing --> does it encrypt packets going across the wire?
Hi,
SMB signed packets are not encrypted. They are just signed and protected
against so called man in the middle attack. If someone would capture a
packet from PCa to PCb and changed something, ending server would figure out
that packet didn't came from PCa and would discard the packet...
My advice. Use IPSec (if you are in controlled environment - domain
environment). If you need to share this files with other on the internet in
secure way, then use SSL...
Mike
"Spin" <Spin@spin.com> wrote in message
news:2k6ulqF18b8ljU1@uni-berlin.de...> Gurus,
>
> Say you have files on a file server which are very confidential. One can
> use EFS to encrypt them there but a packet sniffer can read the contents
> as
> they go across the wire. There are ways to secure them across the wire,
> and
> one of them is IPSec. But, one could also save them on a Web Server and
> use
> Certificates/SSL to protect the transported packets from prying eyes. I
> have also heard about SMB signing, although don't really understand it.
> Does SMB signing also encrypt packets going across the wire??
>
>
Miha Pihler Guest
-
Kristofer Gafvert #3
Re: SMB signing --> does it encrypt packets going across the wire?
Hello,
SMB does not encrypt the packet, it only "guarantees" that the packet was
not changed when transmitted between the devices.
--
Regards,
Kristofer Gafvert - IIS MVP
[url]http://www.ilopia.com[/url] - When you need help!
"Spin" <Spin@spin.com> wrote in message
news:2k6ulqF18b8ljU1@uni-berlin.de...as> Gurus,
>
> Say you have files on a file server which are very confidential. One can
> use EFS to encrypt them there but a packet sniffer can read the contentsand> they go across the wire. There are ways to secure them across the wire,use> one of them is IPSec. But, one could also save them on a Web Server and> Certificates/SSL to protect the transported packets from prying eyes. I
> have also heard about SMB signing, although don't really understand it.
> Does SMB signing also encrypt packets going across the wire??
>
>
Kristofer Gafvert Guest



Reply With Quote

