Connected: An Internet Encyclopedia
4. Symmetric Privacy Protocol

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1446
Prev: 3.2. Receiving a Message
Next: 4.1. Generating a Message

4. Symmetric Privacy Protocol

4. Symmetric Privacy Protocol

This section describes the Symmetric Privacy Protocol. It provides for protection from disclosure of a received message. An appropriate portion of the message is encrypted according to a secret key known only to the originator and recipient of the message.

This protocol assumes the underlying mechanism is a symmetric encryption algorithm. In addition, the message to be encrypted must be protected according to the conventions of the Digest Authentication Protocol.

Recall from [1] that a SNMPv2 private management communication is represented by an ASN.1 value with the following syntax:

        SnmpPrivMsg ::= [1] IMPLICIT SEQUENCE {
          privDst
             OBJECT IDENTIFIER,
          privData
             [1] IMPLICIT OCTET STRING
        }

For each SnmpPrivMsg value that represents a SNMPv2 private management communication, the following statements are true:


Next: 4.1. Generating a Message

Connected: An Internet Encyclopedia
4. Symmetric Privacy Protocol