Multicast encryption
Multicast encryption is the use of encryption to ensure that only the chosen recipient(s) has access to multicast data.
Multicasting
Multicast is what enables a node on a network to address one unit of data to a specific group of receivers. In interactive multicast at the data link or network layer, such as IP multicast, Ethernet multicast or MBMS service over cellular network, receivers may join and leave the group using an interaction channel. Only one copy of the data is sent from the source, and while copies are created and sent to the desired recipients by network infrastructure nodes. In for example IP multicast, a multicast group is identified by a class D IP address. A host enters or exits a group using IGMP (Internet Group Management Protocol). A message sent via multicast is sent to all nodes on the network, but only the intended nodes accept the multicast frames. Multicasting is useful in situations such as video conferencing and online gaming. Multicast was used originally in LANs, with Ethernet as the best example. A problem with multicast communication is that it is difficult to guarantee that only designated receivers receive the data. This is largely because multicast groups are dynamic; users come and go at any time.
Protocols
One encryption protocol gives each member of a group a key that changes upon the entrance or exit of a member of the group. Another proposes a primary key subsidized by additional keys belonging to legitimate group members. The UFTP (encrypted UDP based FTP over multicast) protocol uses three phases: announce/register, file transfer, and completion/confirmation. The latest version 5.0 was released on 4/22/2020.
Another protocol uses symmetric key encryption where data is decoded by intended receivers using a traffic encryption key (TEK). The TEK is changed any time a member joins or leaves the group. This is not feasible for large groups. Users must be continuously connected to obtain the new keys. Yet another protocol involves asymmetric keys. Here, a private key is shared and those shares are given out asymmetrically. The initial member is given a number of shares, one of which is passed to each group member. Members with a valid share of the key can view the message.
ISO
The International Organization for Standardization (ISO) states that confidentiality, integrity, authentication, access control, and non-repudiation should all be considered when creating a secure system.
- Confidentiality: No unauthorized party can access appropriate messages.
- Integrity: Messages cannot be changed during transit without being discovered.
- Authentication: The message needs to be sent by the person/machine who claims to have sent it.
- Access control: Only those users enabled can access the data.
- Non-repudiation: The receiver can prove that the sender actually sent the message.
To be secure, members who are just being added to the group must be restricted from viewing past data. Also, members removed from a group may not access future data.