SMB signing --> does it encrypt packets going across the wire?

Ask a Question related to Windows Server, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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?...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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...
    > 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??
    >
    >

    Kristofer Gafvert Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139