Movatterモバイル変換


[0]ホーム

URL:


US5748736A - System and method for secure group communications via multicast or broadcast - Google Patents

System and method for secure group communications via multicast or broadcast
Download PDF

Info

Publication number
US5748736A
US5748736AUS08/665,195US66519596AUS5748736AUS 5748736 AUS5748736 AUS 5748736AUS 66519596 AUS66519596 AUS 66519596AUS 5748736 AUS5748736 AUS 5748736A
Authority
US
United States
Prior art keywords
group
multicast
trusted intermediary
sender
key
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
US08/665,195
Inventor
Suvo Mittra
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by IndividualfiledCriticalIndividual
Priority to US08/665,195priorityCriticalpatent/US5748736A/en
Application grantedgrantedCritical
Publication of US5748736ApublicationCriticalpatent/US5748736A/en
Anticipated expirationlegal-statusCritical
Expired - Lifetimelegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

A system and method for secure group communication via multicast or broadcast transmission. In preferred embodiments, the system of the invention implements a secure multicast group consisting of senders, receivers, a group security controller (GSC), and at least one trusted intermediary (TI) server. The GSC and each TI server are responsible for maintaining the security of the group by authenticating and authorizing all other members of the multicast as well as managing the group key(s) (Kgrp(s)) that are used to encrypt the messages multicast to the group. Any member of the group may have more than one role at a time. For example, senders may also be receivers, and the GSC may be combined with one of the senders. Each TI server is a trusted intermediary, which is a special type of sender and receiver. The TI servers create a (logical) hierarchy of secure multicast networks (a secure distribution tree) that makes the system of the invention scalable (able to practically implement a group of any number of members). Some embodiments of the system implement a security protocol supporting data confidentiality, source authentication, data integrity, and sender non-repudiation. Implementation of the system does not require use of any specific security technology (i.e. cryptographic and authentication tools). The decision to use one technology over another is left to the implementor.

Description

REFERENCES CITED
______________________________________                                    U.S. patents                                                              ______________________________________                                    4,531,020  Jul., 1985   Weschelberger, et. al.                            4,658,292  Apr., 1987   Okamoto, et. al.                                  4,736,422  Apr., 1988   Mason                                             5,036,518  July 31, 1991                                                                          Tseung                                            5,309,516  May, 1994    Takaragi, et. al.                                 5,400,403  Mar., 1995   Fahn, et. al.                                     ______________________________________
OTHER PUBLICATIONS
Ballardie, T. 1996!, "Scalable Multicast Key Distribution", RFC 1949, Network Working Group, May 1996.
Berkovitz, S. 1991!, "How to Broadcast a Secret", Advances in Cryptology-EUROCRYPT '91 Proceedings, Springer-Verlag, Berlin, 1991, pp. 535-541.
Chiou, G. C., and W. C. Chen 1989!, "Secure Broadcasting Using the Secure Lock", IEEE Transactions on Software Engineering, Vol. SE-15, No. 8, August 1989, pp. 929-934.
Deering, S. E. 1988!, "Multicast Routing in Internetworks and Extended LANs", Proceedings of the ACM SIGCOMM '88, Stanford, Calif., August 1988, pp. 55-64.
Fiat, A., and M. Naor 1994!, "Broadcast Encryption", Advances in Cryptology: Proceedings of CRYPTO '93, Lecture Notes in Computer Science, No. 773, Springer-Verlag, Berlin, 1994, pp. 480-491.
Haller, N., and R. Atkinson 1994!, "On Internet Authentication", RFC 1704, Network Working Group, 1994.
Harney, H., Muckenhirn, C., and T. Rivers 1994a!, "Group Key Management Protocol (GKMP) Architecture", IETF Working Draft (expired), 1994.
Harney, H., Muckenhim, C., and T. Rivers 1994b!, "Group Key Management Protocol (GKMP) Specification", IETF Working Draft (expired), 1994.
Jordan, F., and M. Medina 1994!, "Secure Multicast Communication Using A Key Distribution Center", IFIP Transactions C: Communication Systems, Vol. C-23, 1994, pp. 367-380.
TECHNICAL FIELD
The subject invention relates to a security system for communications networks. The invention is an improved system and method for secure group communications using multicast and/or broadcast transmissions.
BACKGROUND OF INVENTIONIntroduction
Multicasting is a network service that provides for efficient delivery of data from a source to multiple recipients (i.e., the network multicast group). Under multicasting only one copy of the data will pass over any link in the network and copies of the data will be made only where the paths diverge. Thus, multicasting reduces sender transmission overhead, bandwidth requirements, as well as the latency observed by receivers. A tutorial on multicasting can be found in Deering 1988!.
In recent years, there has been a great deal of interest in the use of multicast. Typical applications of multicast include resource discovery, videoconferencing, video-on-demand, and so called groupware applications such as whiteboards. As this technology is increasingly deployed by the business community the need to protect multicast transmissions against security attacks will increase.
Secure multicasting is concerned with controlling access to the data being transmitted in a multicast. The central problem in doing this is having the senders and receivers share a secret (the group key) that they can use to encrypt the data being multicast and managing the key as the multicast group membership changes. The key must be changed when a new member is added to the group membership (called a secure join) so that the new member is not able to decrypt data that was multicast previous to its joining and to which it should not have access. The key must also be changed when an existing member leaves the group (called a secure leave) so that the former member is not able to continue decrypting data after it is no longer in the group.
Note that a secure multicast group and a network multicast group are not the same thing. There is only one secure multicast group which is a logical abstraction created by the system to control access to data that is being multicast using a network (or "hardware") multicast group or groups. Any receiver can typically become a part of a network multicast group. However, if it is not also a part of the secure multicast group it will not be in possession of the keys require to decrypt the multicast transmissions.
Networks that do not support multicasting (e.g satellite networks) often do support broadcasting and multicasting can be simulated by broadcasting and vice versa. The difference being that the use of broadcasting can result in wasted network bandwidth sending data to entities that are not a part of the multicast group. Unless noted specifically, the term "multicast" is used in a broad sense in all instances thereof in the remainder of this document, to denote either a "multicast" or a "broadcast."
Multicasting may also be simulated using multiple unicasts (i.e., instead of sending one multicast transmission, each member of the group is individually sent the transmission by unicast). Again, the term "multicast" is used in a broad sense in all instances thereof in the remainder of this document to denote either a true multicast, or a broadcast, or a multicast simulated with multiple unicasts.
Prior Art
A number of schemes have been proposed to solve the problem of secure multicasting. However, none of these schemes are scalable. That is, they cannot efficiently handle large group sizes and/or frequent changes in group membership. In fact, the second problem concerning frequent changes to group membership (related to the problem of handling secure joins and secure leaves), is such that it is often not handled properly by these protocols under normal operation because it is so inefficient. A number of schemes that have been proposed are presented below.
Ballardie 1996! has presented the Scalable Multicast Key Distribution scheme as a part of the CBT (Core Based Trees) multicasting architecture. In this proposal each multicast group has a group key distribution center (GKDC) that controls access to the group. As routers (which distribute the multicast in CBT) join the multicast, the functionality of the GKDC is "passed on" to these routers. When a node decides to join the group, it contacts the nearest router that is acting as a GKDC which then authenticates the joining node and passes it the group key.
Drawbacks: The scheme does not adequately address the issue of secure joins and secure leaves. In normal operation, the group key is not changed when a member joins or leaves the group. Section 8 of Ballardie 1996! mentions the need to "exclude certain group members from all or part of a group's communication" but can offer no solution but to require a new group key to be distributed via the establishment of a newly-formed group. This is clearly not scalable because it requires all the other members of the secure multicast group to individually reauthenticate. In addition, establishment of a new group implies the formation of a new distribution tree (CBT tree) which entails considerable overhead.
In its quest for scalability, this protocol also does not provide a high level of security in many environments (as pointed out in Section 7 of Ballardie 1996!. The job of any network security protocol is to protect data as it is being transmitted through an insecure network and a router (which in this scheme enforces group membership and distributes group keys) is inherently part of the insecure network. The solution is to place final control of the group membership in the hands of the single GKDC which, of course, destroys the scalability of the scheme.
Finally, this scheme is tied to and dependent upon support from the network (i.e. the routers that implement the routing protocol). And, this limits the generality of the protocol to networks that support a hard state, CBT-style multicast protocol (that has not been evidenced commercially).
Other protocols for secure multicast have been presented by Harney et al. 1994a; 1994b!, Jordan et al. 1994!, and in U.S. Pat. No. 5,036,518, issued Jul. 30, 1991, to Tseung. While each is a different protocol they share many aspects. Each of them relies on a per group key distribution center (KDC), also called the group controller (GC) in the Group Key Management Protocol (GKMP) proposed by Harney et al. and called the management station (MS) by Tseung. All members contact this KDC and upon successful authentication they receive the group key which they then use to decrypt multicast transmissions.
Drawbacks: As with Ballardie's scheme these protocols do not adequately handle secure joins and secure leaves. Changing the group key when a member joins or leaves entails creating a new group just as in Ballardie's scheme with all it attendant scalability problems.
In addition, these schemes do not scale in distributing the group key because they require that all group members individually communicate with a single central authority which can become a bottleneck in addition to a single point of failure.
A number of references suggest methods that may be useful in constructing a system for secure multicast. See, for example, Chiou et al. 1989!, Berkovitz 1991!, Jordan et al. 1994!, Fiat et al. 1994!, and U.S. Pat. Nos. 4,531,020, 4,658,292, 4,736,422 and 5,309,316. In general all of these are not scalable because they require each group member to individually communicate with a central authority (either explicitly or implicitly through multicast messages that are proportional in size to the number of members in the group) and/or potentially require storage at each member, proportional to the number of the groups.
In general, Haller et al. 1994! teaches us that "For multicast sessions, key management is harder because the number of exchanges required by the widely used techniques is proportional to the number of participating parties. Thus, there is a serious scaling problem with current published multicast key management techniques."
SUMMARY OF THE INVENTION
The subject invention is a system for secure group communication via multicast or broadcast transmission. In preferred embodiments, the system of the invention implements a secure multicast group (the "group") consisting of senders, receivers, a group security controller (GSC), and some number of trusted intermediary (TI) servers. The GSC and each TI server are responsible for maintaining the security of the group by authenticating and authorizing all other members of the multicast as well as managing the group keys (Kgrps) that are used to encrypt the messages multicast to the group. Any member of the group may have more than one role at a time. For example, senders may also be receivers, and the GSC may be combined with one of the senders.
Each TI server is a trusted intermediary, which is a special type of sender and receiver. The TI servers create a (logical) hierarchy of secure multicast networks (the secure distribution tree) that makes the system of the invention scalable (able to practically implement a group of any number of members).
Some embodiments of the system implement a security protocol having one or more of a variety of security features, including data confidentiality, source authentication, data integrity, sender and receiver non-repudiation, proofs of submission and delivery, and anonymity. Preferred embodiments of the system support only data confidentiality, source authentication, data integrity, and sender non-repudiation.
Implementation of the inventive system does not require use of any specific security technology (i.e. cryptographic and authentication tools). The decision to use one technology over another is left to the implementor.
Until the present invention, key management in conventional secure multicast protocols did not scale well to large group sizes and very dynamic group memberships. Unfortunately, many multicast applications imply large group sizes with dynamic group membership (e.g. video on demand). Properly configured the system described herein is designed to scale to billion+ members.
As in the design of most security protocols, the present invention makes no assumptions regarding the level of security available in the network and regards all links and all equipment within the network with suspicion. Trust is placed only (though not equally) in the senders, the trusted group security controller (GSC), the current group of receivers, and a group of trusted intermediaries (the TI servers). Of course, well known, secure key distribution centers (KDCs) and certificate authorities (CAs) may also be used as required by the security technology used to build a specific implementation of one of the protocols. Their design is well known in the art.
The present invention makes minimal assumptions concerning the network in which the system operates. The system does not assume any specific type of network, and in principle can be implemented to operate in any kind of network. For example, data networks such as the Internet, public telephone networks, and cable TV (CATV) networks are all suitable platforms on which to deploy the inventive system. At a minimum, the system requires that the underlying network provide a unicasting mechanism as well as a multicasting mechanism. However, no further assumptions are made concerning the multicasting service beyond the most basic requirement of all multicast services: that given data and a multicast group specifier (for example, a IP multicast address) the multicast service makes a best effort attempt to deliver the data to the group members. In implementing the invention, any of a variety of choices can be made regarding multicast service channel setup and teardown mechanisms, sender vs. receiver-orientation of the multicast service, quality of service guarantees, and state of the service that must be maintained (these are independent of the invention). Furthermore, all characteristics with regard to the performance characteristics of the network and the technology used to build it are also independent of the system.
It should be understood that while the characteristics of the network and the services it provides may greatly shape an actual implementation of one of the protocols employed by the inventive system, it does not change the general architecture of the inventive system.
No assumptions are made concerning any specific cryptographic and authentication tools used to implement the inventive system. It is only required that tools are provided to implement a method of securely encrypting data, generating message integrity codes, signing messages, and handling mutual authentication with key exchange. It should be understood that while a specific implementation may choose to support only a subset of all the appropriate security tools, the system is independent of the specific tools that are deployed.
No assumptions are made concerning the type of data being secured by the invention. All types of data including voice, video, and raw data can be securely multicast with this system. However, the type of data being secured may influence the choice of specific cryptographic and authentication tools used to implement the system but as noted above the system itself is independent of the tools used to create any given implementation of the system.
Features and advantages of the invention include methods of secure multicasting and broadcasting that:
1. provide total security including: data confidentiality, source authentication, data integrity, and sender non-repudiation;
2. do not assume any specific type of network (the Internet, public telephone networks, cable TV networks, etc. are all candidates on which to deploy the invention), and assume only a network supporting a best effort multicast or broadcast service along with a separate unicast service;
3. are independent of specific cryptographic tools used in any given implementation;
4. are scalable; and
5. do not require specialized hardware by any of the members of the multicast group.
Other features and advantages of the invention will become apparent from a consideration of the drawings and ensuing description. Also within the scope of the invention are the methods implemented by each embodiment of the inventive system.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of a system (embodying the invention) including a GSC, senders, receivers, and TI servers.
FIG. 2 is a block diagram of another system (embodying the invention) including a GSC, senders, receivers, and TI servers.
FIG. 3 is a block diagram of another system (embodying the invention) including a combined GSC and sender, receivers, and TI servers.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
The system of FIG. 1 includes a group security controller (GSC 111), senders, receivers, and TI servers.GSC 111 uses multicast/unicast network 112a to create the top level of the secure distribution tree. In the top level group are sender 113a, receivers 114a and 114b, and TI servers 115a, 115b, and 115c which create the second level of the secure distribution tree using multicast/unicast networks 112b, 112c, and 112d. The group using network 112b contains senders 113b and 113c and receiver 114c. The group using network 112d contains three receivers 114d, 114e, and 114f. The group using network 112c contains two more TI servers 115d and 115e that create the third level in the secure distribution tree using multicast/unicast networks 112e and 112f. The group using network 112e contains receivers 114g and 114h. The group using network 112f contains receivers 114i and 114j.
The system of FIG. 2 includesGSC 11, senders, receivers, and TI servers. In the system of FIG. 2, senders 13a and 13b are not a part of the group per se. They communicate withGSC 11 via secure channels 16a and 16b, respectively, andGSC 11 multicasts messages on their behalf. Throughout the specification including in the claims, the expressions "secure channel" and "unicast communication line" are used interchangeably, as synonyms. The remainder of the FIG. 2 system is similar to the FIG. 1, with receivers 14a, 14e, and 14f replacing senders 113a, 113b, and 113c, respectively, with receivers 14b, 14c, 14d, 14g, 14h, 14i, 14j, 14k, 14l, and 14m of FIG. 2 corresponding to receivers 114a, 114b, 114c, 114d, 114e, 114f, 114g, 114h, 114i, and 114j of FIG. 1, with TI servers 15a, 15b, 15c, 15d, and 15e of FIG. 2 corresponding to TI servers 115a, 115b, 115c, 115d, and 115e of FIG. 1, and with multicast/unicast networks 12a, 12b, 12c, 12d, 12e, and 12f of FIG. 2 corresponding to multicast/unicast networks 112a, 112b, 112c, 112d, and 112e of FIG. 1, respectively.
The system of FIG. 3 includes a combined group security controller and sender (GSC 211), receivers, and TI servers. In this arrangement,GSC 211 performs the functions of bothGSC 11 and sender 13a of FIG. 2. The portion of the FIG. 3 system other thanGSC 211 is identical to the portion of the FIG. 2 system other thanGSC 11 and senders 13a and 13b.
In each embodiment of the inventive system, each GSC, TI server, sender, and receiver is a device, and all such devices are programmed in such a manner that the system can implement a secure multicast. For example, each receiver, sender, GSC, and TI can be a programmed personal computer including a network connection (e.g., to the Internet), and each GSC or TI can be a programmed processor including router circuitry. As noted, any of such devices may have more than one role at a time (e.g., senders may also be receivers, and a GSC may be combined with a sender). In each embodiment of the invention, including the embodiment of FIGS. 1, 2, and 3, the "multicast/unicast network" (e.g., multicast/unicast network 112a of FIG. 1) is a general purpose network which provides unicast services (and thus supports secure communication over one or more unicast communication lines) and also provides multicast services.
The inventive "secure multicast" group implemented by the FIG. 1 system is controlled by a single group security controller (GSC 111), and the inventive "secure multicast" group implemented by each of the systems of FIGS. 2 and 3 is controlled by a single group security controller (GSC 11 or 211). In each embodiment of the inventive system, the secure multicast group has a hierarchical structure. Each such secure multicast group includes sub-groups, with each of the sub-groups being served by a different TI server. For convenience, we sometimes refer to each sub-group served by a TI server as a "group"(although the overall secure multicast group includes two or more of such sub-groups) and we sometimes also refer to the overall secure multicast group simply as a "group." The overall secure multicast group does not employ a single, common group key. Rather, each TI server multicasts data to the members of its sub-group using its own group key. This independence allows changes in membership of a sub-group to be isolated to the multicast of the corresponding TI server (or the GSC for changes in membership of the sub-group at the top-level).
In addition to data confidentiality provided using encryption, preferred embodiments of the system of the invention also support data integrity, source authentication, and source non-repudiation through the use of message integrity codes (MIC) and/or digital signatures.
Preferred embodiments of the inventive system will be explained by describing the phases of their operation.
In the interest of clarity, aspects of preferred embodiments of the system are first described without reference to use of trusted intermediaries. Use of trusted intermediaries is explicated afterwards.
Beginning a Secure Multicast
There are three types of entities participating in a secure multicast: senders, receivers, and a group security controller (GSC). The GSC (e.g.,GSC 111 of FIG. 1) provides key management and thus effectively controls secure multicast group ("the group") membership. As far as the system is concerned all that is required to begin a secure multicast is that the GSC is started up. Once this is done, senders and receivers apply to join the group as described below. Possibly, other operations may need to be performed as required by the underlying multicast service (e.g. channel/state setup) but these operations are not a part of the inventive system.
Note that although these entities are described as being separate, they may in fact be in combined. In particular, a sender may also be a receiver of the multicast group, and the GSC and sender may be combined (as shown in FIG. 3).
Joining a Secure Multicast Group
Joining a secure multicast group requires the joining member first to set up a separate secure channel with the GSC of the group (using a unicast communication line). The purpose of the secure channel is to facilitate and isolate confidential communication between the GSC and this member during the time that the member is part of the group.
Upon receiving a join request (and approving it), the GSC inserts the member's identification and information concerning the secure channel in a private database it maintains. In this way the GSC has full knowledge of the group membership and can communicate with each member separately and securely when required. The member must also store information concerning the secure channel for future communication with the GSC.
All communications from the GSC must include a message digest and be digitally signed so that receivers may verify that the message has not been corrupted and the sender was actually the GSC.
Only the GSC maintains information concerning group membership; members do not know about each other (except that receivers may need to know the list of authorized senders). However, it should be noted that the invention does not protect against traffic analysis as a method of gaining information about group membership.
The secure channel can be set up using any of the authentication protocols that are well known in the literature that provide mutual authentication and the exchange of a secret (i.e., a key) that can be used to encrypt farther communication between the GSC and this member. Candidate authentication protocols include Kerberos and Needham-Schroeder on which it is based, as well as protocols such as Otway-Rees and Bellovin-Merritt.
Note that the secure channel need not be kept "alive" at all times. It may be set up and torn down as needed assuming enough state (which is system dependent) is kept at both the GSC and the member.
Once the GSC and the new member have authenticated each other and have agreed on a secret the GSC needs to provide the new member with information that will allow it to encrypt and/or decrypt the multicast transmission. At this point the GSC also needs to change the group key (Kgrp) which provides access to the multicast transmissions. This is done to prevent the joining member from decrypting previous transmissions to which it should not have access.
Once the new Kgrp has been generated by the GSC, the current multicast group and the joining member all need to be apprised of the new Kgrp. To do this the GSC sends a multicast transmission containing the new Kgrp encrypted using the old Kgrp to the current multicast group telling them to now use the new Kgrp. This assumes that all senders are also receivers; if this is not the case, senders that are not also receivers need to be notified individually using the separate secure channels the GSC maintains with each of the senders.
The newly joined member is independently informed of the new Kgrp via the separate secure channel that the GSC had just created with it.
Leaving a Secure Multicast Group
There are two cases under which a member leaves a group. In the first case, the member voluntarily wishes to disconnect and needs to notify the GSC of its intention so that the GSC may change the Kgrp and then provide a confirmation to the leaving member. In the second case, the GSC decides it no longer wants a particular member within the group, changes the Kgrp, and notifies the member of its termination of group membership.
The important point is that the Kgrp is changed (in accordance with the invention) when a member leaves a group just as when a new member joins the group. The Kgrp is changed when a member (receiver) leaves the group to prevent the receiver that has left the group from continuing to decrypt the remaining transmission.
The GSC must use a group key distribution scheme to apprise the members of the new Kgrp. A number of these are mentioned in the prior art. One suitable scheme would be to use the separate secure channel that it has set up with each of the members to selectively inform them of the new Kgrp. However, instead of sending them separate messages it can simply send one leave update message using the multicast channel that contains n copies of the new Kgrp (assuming n remaining members) each encrypted with the key for the secure channel that the GSC keeps with each of the different members. In effect, the GSC would send a list of pairs (id, {New Kgrp} Kmember-GSC), where the "id" is a unique id for a member and the second portion is the new Kgrp encrypted using the key that the GSC keeps for private conversation with that member. Again, if senders are not also receivers they need to be notified via the separate secure channel each sender maintains with the GSC.
In general, note that Kgrp needs to be changed for both secure joins and secure leaves only when a member that will hold/or does hold the Kgrp joins/leaves the group. For example, if senders are not given the Kgrp (as discussed below) a secure join or leave dealing with a sender only does not need to change Kgrp.
Also, note that although absolute security dictates that the Kgrp be changed on every secure join and secure leave, this need not be the case in practice. In certain situations, for example when no sensitive data is being multicast it may be acceptable to not change the Kgrp as members join and leave.
Unreliable Multicast
There are a number of problems that arise if a secure multicast group member does not receive a join or leave update message:
Receivers failing to receive join update messages will not be able to continue decrypting multicast transmissions after the change in Kgrp.
Senders failing to receive a join update message will encrypt transmissions using an outdated Kgrp resulting in receivers that cannot decrypt its transmissions.
Receivers failing to receive a leave update message will be unable to continue decrypting multicasting transmissions and also introduce a security compromise because they may accept multicast transmissions from senders that have been removed from the group.
Senders failing to receive a leave update message will also continue encrypting transmissions using an outdated Kgrp thereby confusing receivers. More importantly, security may be compromised because senders encrypting transmissions using an old Kgrp will allow former group members to continue decrypting multicast transmissions.
These situations must be considered if the multicast is unreliable (as often it is). There are two basic approaches to solving these problems: 1) make the update reliable by having the group members participate in a group commit protocol such as the two-phase commit protocol, which is well known in the art, or 2) modify the transmission subsystem so that updates do not result in security compromises and/or lost data. There is not much to say concerning the first approach except that it is likely to be inefficient. The second approach is described as part of the following discussion of methods for sending multicast transmissions.
Sending Multicast Transmissions
When senders send multicast messages to the group they must be encrypted. Optionally, senders also include a message digest so that malicious corruption of the message may be automatically detected. Any number of techniques for generating a message digests known in the art may be used (for example, MD5 and SHS).
As mentioned above, various embodiments of the inventive system can employ different encryption tools to encrypt the messages. A number of encryption algorithms including private key algorithms, such as DES and IDEA, and a public key algorithm, such as RSA, can alternatively be used. However, given a encryption algorithm, a choice must be made with regard to the key (or key pairs when using a public key algorithm) that is used to encrypt the data. There are three choices for the value of this key (Kencrypt):
1. Kencrypt=Kgrp.
In this case, the sender encrypts the message with the group key and then multicasts the message. (This is the embodiment that has been discussed so far.)
Advantages: Simplicity and high-performance.
Disadvantages: Possible security compromises and/or receiver confusion when used with a unreliable multicast service (as discussed previously). It is possible to mitigate some of the disadvantages at the cost of performance by requiring senders to send their messages to the GSC instead of directly multicasting it. In this way, the GSC can ensure that an obsolete Kgrp has not been used as the Kencrypt and assuming it has stored the previous Kgrp keys, the GSC can decrypt the message and re-encrypt the message with the current Kgrp. Note, however, that this does not do away with the potential for security compromises because the sender transmits the message using an old Kgrp before the GSC has a chance to correct the problem.
2. Kencrypt=Ksender-GSC (i.e. the key that the sender shares with the GSC for purposes of communicating over the secure channel, or any other key that the sender and GSC agree on and that is unique to that sender and the GSC).
In this case, after encryption, the sender sends the message to the GSC which decrypts the message and re-encrypts it with the current Kgrp before multicasting it. (This embodiment is shown in FIG. 2.)
Advantages: High security; the GSC maintains complete control over all transmissions to the group and there are no problems related to the sender using an old Kgrp to send the message. Also, under this scheme, pure senders are not part of the group and do not need to be informed of changes to the group membership (via the join and leave update messages). By the same token, the addition and deletion of senders do not change group membership and so do not result in join and leave updates.
Disadvantages: GSC must decrypt and re-encrypt all messages must be sent to the GSC prior to being multicast.
3. Kencrypt=a random key chosen by the sender (or by the GSC which transmits it to the sender using the secure channel it has with the sender). The random key must be changed after each message. The generation of the random key is beyond the scope of this discussion (it may, for example, be generated using a pseudo-random number generator known in the art).
In this case, in addition to everything else, the message must contain the random key itself encrypted with either the Kgrp or the Ksender-GSC. The security of this scheme is the same as that of the first scheme or the second key, depending on whether Kgrp or Ksender-GSC is used to encrypt the random key. However, its performance is much better if the message must be decrypted and re-encrypted. This is because decrypting and re-encrypting to allow access to the message involves only decrypting and re-encrypting the random key. The message itself is encrypted with the random key which does not need to be changed.
Advantages: High performance as the bulk of the message is encrypted only once by the sender using the random key.
Disadvantages: Same security disadvantages of scheme 1 if Kgrp is used to encrypt the random key. Potential for a security compromise in the face of a cryptanalytic attack if bad choices are made with regard to the random key.
In some embodiments, the system also supports source authentication and sender non-repudiation. This can be accomplished by having senders digitally sign all messages (or their message digests) sent to the group. Procedures for digitally signing messages are well known in the art, for example, using the DSS or ElGamal signature schemes. It should be noted that some public-key encryption algorithms such as RSA that can be used to encrypt the message provide an implicit signature.
If source authentication is only being performed between the sender and the GSC, message integrity codes (MICs) may be used in place of digital signatures for source authentication between the sender and GSC.
In addition, some embodiments of the inventive system provide support to allow receivers to verify that a sender has permission to send to the group according to the GSC. A simplistic solution is to have receivers verify a sender's authorization by individually contacting the GSC. However, this does not scale. There are three other methods all of which require the use digital signatures by the GSC:
1. The GSC can send a message to the receivers with the identification of a sender when a sender joins and leaves the group. Note that if sender joins and leaves result in join and leave update messages, this message may simply be piggybacked on the join or leave update message.
Advantages: GSC does not need to sign individual messages and no per-message signature overhead.
Disadvantages: Possible security compromises and/or receiver confusion when used with a unreliable multicast service (as discussed previously). Requires receiver storage to store sender lists. GSC cannot stop a sender from sending to the group at will. It may be possible for the GSC to try and send a certificate revocation to receivers but in the face of network partitions it may not be possible to communicate with all receivers.
Comments: Suitable for groups with a small number of senders and/or relatively stable sender memberships in the group.
2. The GSC can provide senders with digitally signed certificates that contain the senders identification and information such as timestamp(s) that indicate the period during which the sender is authorized to send. The certificates are negotiated using the secure channel the GSC and new ones must be negotiated when a current certificate expires. Senders send the certificates, which are unforgeable, along with any message it sends to the group.
Advantages: GSC does not need to sign individual messages.
Disadvantages: GSC cannot stop a sender from sending to the group at will. It may be possible for the GSC to try and send a certificate revocation to receivers but in the face of network partitions it may not be possible to communicate with all receivers.
Comments: Suitable if the GSC can be reasonably sure, in advance, that it will want to let a sender have access to the group for a specified period of time.
3. The GSC can digitally sign each message when it is multicast. This is done by having the sender sign the message before sending it to the GSC which also signs it (signaling its approval to the receivers), before multicasting it.
Advantages: High security.
Disadvantages: GSC needs to sign each message and messages need to sent to the GSC prior to being multicast.
Comments: The only choice if no security compromise can be tolerated.
Rekeying
In embodiments based on either the source-tree model or the shared-tree model, the Kgrp will eventually "wear out" with use (i.e. in the face of known and chosen plaintext attacks) and will need to be replaced. Rekeying of the multicast group is straightforward using any well known key update scheme. For example, the GSC may multicast the new Kgrp to the group using the old Kgrp.
As in other systems a (group) key encrypting key (Kgkek), separate from Kgrp, may be used to perform rekeying. In this case, the Kgkek would be generated, changed, and distributed along with the Kgrp. The Kgrp would then be used only for encrypting multicast transmissions while the Kgkek would be used to encrypt the distribution of the new Kgrp and Kgkek during rekeying and distribution of new versions of those keys (e.g., during a secure join/leave). The use of a Kgkek is not assumed in remainder of this document in the interest of clarity and simplicity.
It is also assumed that separate secure channels between the GSC and each of group members are rekeyed periodically.
Ending a Secure Multicast
From the point of view of the system, ending a secure multicast requires only that the GSC for the group be shutdown. The GSC will typically inform the members of the end of the secure multicast as part of the shutdown. As with the procedure for beginning a secure multicast, the local multicast service may require other operations be performed when ending the multicast (e.g. channel/state teardown) but that is outside the scope of the present invention.
Trusted Intermediaries
The use of trusted intermediaries in accordance with the invention serves to create a logical hierarchy within the inventive secure multicast group (i.e., the secure distribution tree). Multicast messages are distributed to the top level multicast sub-group (the top level multicast "group"). Trusted intermediaries in the top level multicast group redistribute the message by multicasting it to their sub-groups ("groups") which in turn may include other trusted intermediaries.
A trusted intermediary (TI) is a special server that runs on a trusted machine. TI servers are not conventional routers (conventional routers are insecure machines, not trusted machines, which implement a network routing protocol). It is contemplated that some embodiments of the invention include at least one TI server which runs on a trusted machine, where the trusted machine implements a network routing protocol (of a type implemented by a conventional router) and is also programmed to perform the functions (described herein) of a TI server in accordance with the invention.
TI servers are grouped according to "levels" with lower levels generally having greater numbers of servers than higher levels. TI servers at a given level "consume"multicast messages from their parent TI server (or the sender(s)/rendezvous point(s)) and multicast the data to their children. Consumption of data by a TI server refers to its decryption of the multicast data it receives using the Kgrp being used to multicast data from its parent and then encrypting the data with a (separate) Kgrp it uses to multicast data to its children.
In accordance with the invention, TI servers are authorized to act as proxies for the GSC. Each TI server can approve changes in group membership below it (i.e., it can approve changes in group membership in the sub-group served thereby), thus isolating the effects of these changes in group membership from the GSC and the members that are not associated with the TI server approving the change. Thus, a TI server acts as the GSC for members of "its" multicast group. This isolation to changes allows the inventive system to scale well to groups with large memberships and frequent changes in membership.
Each TI server multicasts data to the members of "its" multicast group using its own group key. This independence allows changes in membership of a group (corresponding to one TI server) to be isolated to the multicast of that TI server. Changes in membership of a top-level group are handled by the GSC (e.g., a leave of receiver 114bof FIG. 1 from the group implemented by the FIG. 1 system would be handled byGSC 111 rather than by a TI server).
The number of TI servers, the number of levels of TI servers, and their placement is not fixed and can be varied depending on the characteristics of the network and the group. Also, TI servers can be created on a per group basis (e.g., under the control of the group's GSC) or there can a number of well known, reliable TI servers that can be used by a number of groups.
Next, we describe the manner in which preferred embodiments of the inventive system operate with TI servers.
Beginning a Secure Multicast (with Trusted Intermediaries)
The procedure for beginning a secure multicast is the same as described above (without reference to trusted intermediaries) except that the TI servers can also be started along with the GSC. Each TI server then applies to join the group, as does each receiver and sender as described above. The difference is that not all entities are able to access the multicast at the same point. TI servers apply to join using the same procedure employed by senders and receivers, but when a TI server authenticates with either the GSC or a parent TI server it also receives a access control list (ACL) to perform authentication for its children.
An ACL is simply a list containing authorizations (e.g., entity A can receive, entity B can send and receive, and entities X-Z cannot send or receive).
Joining a Secure Multicast Group (with Trusted Intermediaries)
From the joining member's vantage, joining a secure multicast group is identical to the procedure described above (without reference to trusted intermediaries) except that the member either contacts its parent TI server or the GSC depending on its access point in the hierarchy of the group. If the access point is at a level such that the joining member contacts not the GSC but a parent TI server (e.g., in the case that receiver 114f of FIG. 1 seeks to join the group consisting of all elements of FIG. 1 other than receiver 114f, in which case receiver 114f would contact TI server 115c rather than GSC 111), the TI server performs authentication on behalf of the GSC and changes the Kgrp (for its sub-group) using the above-described procedure performed by the GSC (to perform authentication and change the Kgrp). However, in order to do this, the TI server in turn must first be registered with its parent TI server or the GSC. If it is not, the TI server performs a registration with its parent TI server (or the GSC) prior to registering the joining member.
Leaving a Secure Multicast Group (with Trusted Intermediaries)
Again, from the leaving member's viewpoint the procedure for leaving a group is the same as the procedure described above (without reference to trusted intermediaries), except that a leaf TI server performs the above-described function of the GSC (where the "leaf TI server" is that TI server serving the leaving member which is nearest to the leaving member in the hierarchy of the group). The leaf TI server also has the option of leaving the group itself if it has no children interested in the multicast.
Sending Multicast Transmissions (with Trusted Intermediaries)
If a sender is a member of the top level multicast group, sending is done in the manner described above (without reference to trusted intermediaries). If not, however, a sender must unicast the data to its leaf TI server, which then unicasts the message to its parent TI server, on up till a TI server at the top level receives the message. At this point, the top level TI server multicasts the message on behalf of the original sender using the same techniques as before.
The unicasts to the parent TI server at each level may be encrypted using any scheme presented earlier, except those schemes that make use of Kgrp. Kgrp cannot be used to encrypt the unicasts as it would allow receivers at a lower level to decrypt the message before it is actually multicast from the top of the secure distribution tree. Note the message may need to be decrypted and re-encrypted as it makes its way to the top of the secure distribution tree to account for crossing of sub-group boundaries.
Source authentication and sender non repudiation are done as described above (without reference to trusted intermediaries). However, if MICs are being used to provide source authentication between the sender and the TI server, the MIC must be regenerated at each level of the multicast distribution tree. This is because a MIC is valid only between a sender-receiver pair and the sender-receiver pair changes as the message is unicast up the secure distribution tree.
The schemes to support receiver verification of a sender's authorization to send to the group may be done as described above, with the following changes:
1. Scheme 1: cannot be used because it exposes subgroup membership changes to the entire group.
2. Scheme 2: requires that receivers be willing to accept certificates signed by an arbitrary TI server. Alternatively, each TI server can arrange with the GSC to share a common secret (i.e., a key) that may be used to digitally sign certificates.
3. Scheme 3: requires that receivers be willing to accept messages signed by an arbitrary TI server. Alternatively, each TI server can arrange with the GSC to share a common secret (i.e., a key) that may be used to sign messages.
The sharing of the common secret that may be required by schemes 2 and 3 may be arranged by having the GSC or a TI server pass the common secret to a TI server when it joins the secure multicast group much like the access control list is passed down the hierarchy of TI servers from the GSC on TI server joins.
Rekeying (with Trusted Intermediaries)
Rekeying is accomplished as described above (without reference to trusted intermediaries) except that rekeying occurs separately at each node in the secure distribution tree. The GSC can set policy concerning the rekey interval but the rekeying is carried out by each TI server separately.
Ending a Secure Multicast (with Trusted Intermediaries)
Ending the secure multicast requires the GSC to inform each of its child TI servers of the multicast termination so that they may release state concerned with the multicast. The child TI servers in turn inform the TI servers below them and so on.
Changing Access Control (with Trusted Intermediaries)
The GSC has the option of changing the access permissions for a secure multicast at any time. However, its policy is carried out by the TI servers. To change the permissions, the GSC creates a new ACL reflecting the new permissions. The GSC then removes from the group any top level TI server it no longer wants in the group and contacts the remaining TI servers (at the top level) to send them the new ACL. The top level TI servers then perform this same algorithm on the TI servers and members below them thus propagating the changes down the hierarchy.
Various modifications and variations of the described embodiments of the invention will be apparent to those skilled in the art without departing from the scope and spirit of the invention. Although the invention has been described in connection with specific preferred embodiments, it should be understood that the invention as claimed should not be unduly limited to such specific embodiments.

Claims (43)

What is claimed is:
1. A system for implementing a secure multicast group in a scalable manner, said system including:
a group security controller which encrypts data with a first group key and causes the encrypted data to be multicast to a first sub-group; and
a number of trusted intermediary servers, wherein each of the trusted intermediary servers can encrypt data with a different group key and cause the differently encrypted data to be multicast to a different sub-group, wherein each said different group key is different from the first group key and each said different sub-group is different from the first subgroup, and wherein the group security controller and each of the trusted intermediary servers form a logical hierarchy of sub-groups which determine said secure multicast group, with the first sub-group at a top level of said hierarchy and each of the sub-groups associated with a different one of the group security controller and the trusted intermediary servers.
2. The system of claim 1, wherein the trusted intermediary servers include a first trusted intermediary server associated with a sub-group at a first level of the hierarchy, the first level is lower than at least one other level of the hierarchy, the first trusted intermediary server can decrypt a message that has been multicast from said other level using a group key associated with said other level, and the first trusted intermediary server can reencrypt the message using a group key different from the group key associated with said other level and initiate a multicast of the reencrypted message to the sub-group at said first level.
3. The system of claim 1, wherein each of the trusted intermediary servers acts as a full proxy to exactly one of the group security controller or another of the trusted intermediary servers.
4. The system of claim 1, wherein each member of the secure multicast group communicates over a network having protocols, and the group security controller and the trusted intermediary servers are independent in design of the network and said protocols.
5. The system of claim 1, wherein the group security controller causes the encrypted data to be broadcast to the first sub-group, and said each of the trusted intermediary servers causes the differently encrypted data to be broadcast to said different sub-group.
6. The system of claim 1, wherein the group security controller causes the encrypted data to be multicast other than via broadcast to the first sub-group, and said each of the trusted intermediary servers causes the differently encrypted data to be multicast other than via broadcast to said different sub-group.
7. The system of claim 1, wherein the group security controller causes the encrypted data to be multiply unicast to the first sub-group, and said each of the trusted intermediary servers causes the differently encrypted data to be multiply unicast to said different subgroup.
8. The system of claim 1, wherein the trusted intermediary servers include a first trusted intermediary server associated with a second sub-group and a second group key, said system also including:
a receiver which communicates with the first trusted intermediary server, wherein in response to a request from the receiver for permission to join the secure multicast group, the first trusted intermediary server attempts to authenticate the receiver and check that the receiver has permission to join the secure multicast group, and upon determining that the receiver has said permission, the first trusted intermediary server securely distributes the second group key to the receiver.
9. The system of claim 1, wherein the trusted intermediary servers include a first trusted intermediary server associated with a first sub-group and a second group key, said system also including:
a receiver which communicates with the first trusted intermediary server, wherein in response to a request from the receiver for permission to join the secure multicast group, the first trusted intermediary server attempts to authenticate the receiver and checks that the receiver has permission to join the secure multicast group, and upon determining that the receiver has said permission, the first trusted intermediary server determines a new group key to replace the second group key and securely distributes the new group key to the receiver and all members of the second sub-group that hold the second group key.
10. The system of claim 1, also including:
a receiver which communicates with the group security controller, wherein in response to a request from the receiver for permission to join the secure multicast group, the group security controller attempts to authenticate the receiver and checks that the receiver has permission to join the secure multicast group, and upon determining that the receiver has said permission, the group security controller determines a new group key to replace the first group key and securely distributes the new group key to the receiver and all members of the first sub-group that hold the first group key.
11. The system of claim 1, also including:
a receiver which communicates with the group security controller, wherein in response to a request from the receiver for permission to join the secure multicast group, the group security controller server attempts to authenticate the receiver and check that the receiver has permission to join the secure multicast group, and upon determining that the receiver has said permission, the group security controller server securely distributes the first group key to the receiver.
12. The system of claim 1, wherein the trusted intermediary servers include a first trusted intermediary server associated with a second sub-group and a second group key, said system also including:
a receiver which communicates with the first trusted intermediary server, wherein in response to a request to cause a first member of the second sub-group to leave the secure multicast group, the first trusted intermediary server determines a new group key to replace the second group key and securely distributes the new group key to all members of the second sub-group that hold the second group key other than said first member.
13. The system of claim 1, also including:
a receiver which communicates with the group security controller, wherein in response to a request to cause a first member of the first sub-group to leave the secure multicast group, the group security controller determines a new group key to replace the first group key and securely distributes the new group key to all members of the first sub-group that hold the first group key other than said first member.
14. The system of claim 1, wherein the trusted intermediary servers include a first trusted intermediary server associated with a second sub-group and a second group key, said system also including:
a sender which communicates with the first trusted intermediary server, wherein in response to a request from the sender for permission to join the secure multicast group, the first trusted intermediary server attempts to authenticate the sender and check that the sender has permission to join the secure multicast group, and upon determining that the sender has said permission, the first trusted intermediary server securely distributes the second group key to the sender.
15. The system of claim 1, wherein the trusted intermediary servers include a first trusted intermediary server associated with a second sub-group and a second group key, said system also including:
a sender which communicates with the first trusted intermediary server, wherein in response to a request from the sender for permission to join the secure multicast group, the first trusted intermediary server attempts to authenticate the sender and check that the sender has permission to join the secure multicast group.
16. The system of claim 1, wherein the trusted intermediary servers include a first trusted intermediary server associated with a first sub-group and a second group key, said system also including:
a sender which communicates with the first trusted intermediary server, wherein in response to a request from the sender for permission to join the secure multicast group, the first trusted intermediary server attempts to authenticate the sender and checks that the sender has permission to join the secure multicast group, and upon determining that the sender has said permission, the first trusted intermediary server determines a new group key to replace the second group key and securely distributes the new group key to the sender and all members of the second sub-group that hold the second group key.
17. The system of claim 1, also including:
a sender which communicates with the group security controller, wherein in response to a request from the sender for permission to join the secure multicast group, the group security controller attempts to authenticate the sender and checks that the sender has permission to join the secure multicast group, and upon determining that the sender has said permission, the group security controller determines a new group key to replace the first group key and securely distributes the new group key to the sender and all members of the first sub-group that hold the first group key.
18. The system of claim 1, also including:
a sender which communicates with the group security controller, wherein in response to a request from the sender for permission to join the secure multicast group, the group security controller attempts to authenticate the sender and check that the sender has permission to join the secure multicast group, and upon determining that the sender has said permission, the group security controller securely distributes the first group key to the sender.
19. The system of claim 1, also including:
a sender which communicates with the group security controller, wherein in response to a request from the sender for permission to join the secure multicast group, the group security controller attempts to authenticate the sender and check that the sender has permission to join the secure multicast group.
20. A system for implementing a secure multicast group in a scalable manner, said system including:
a group security controller which encrypts data with a first group key and causes the encrypted data to be multicast to a first sub-group; and
a number of trusted intermediary servers, wherein each of the trusted intermediary servers can encrypt data with a different group key and cause the differently encrypted data to be multicast to a different sub-group, wherein each said different group key can be different from the first group key and each said different sub-group is different from the first sub-group, and wherein the group security controller and each of the trusted intermediary servers form a logical hierarchy of sub-groups which determine said secure multicast group, with the first sub-group at a top level of said hierarchy and each of the sub-groups associated with a different one of the group security controller and the trusted intermediary servers.
21. A system for implementing a secure multicast group in a scalable manner, said system including:
a security controller which controls access to the secure multicast group; and
a sender which communicates with the security controller, and wherein the security controller is programmed with verification software for responding to a message received from the sender by verifying that the sender has permission to send said message to the secure multicast group, wherein upon determining that the sender has said permission, the security controller generates a digital signature and multicasts the message with said digital signature to at least a sub-group of the group.
22. The system of claim 21, wherein the security controller is a group security controller.
23. The system of claim 21, wherein the security controller is a trusted intermediary server.
24. The system of claim 21, also including:
a receiver which receives multicast transmissions from any member of the group, wherein the receiver is programmed with verification software for responding to said message by verifying that the sender has permission to send to the secure multicast group as evidenced by the digital signature.
25. A system for implementing a secure multicast group in a scalable manner, said system including:
a sender;
a security controller which controls access to the secure multicast group and communicates with the sender over a secure channel, wherein the security controller is programmed with software for verifying that the sender has permission to send data to the secure multicast group and upon determining that the sender has said permission, for causing the security controller to generate a digitally signed certificate and send said digitally signed certificate to the sender, wherein upon receiving the digitally signed certificate, the sender multicasts data to at least a sub-group of the group with said digitally signed certificate.
26. The system of claim 25, wherein the security controller is a group security controller.
27. The system of claim 25, wherein the security controller is a trusted intermediary server.
28. The system of claim 25, also including:
a receiver which receives multicast transmissions, wherein the receiver is programmed with verification software for responding to said message by verifying that the sender has permission to send to the secure multicast group as evidenced by inclusion of said digitally signed certificate.
29. A system for implementing a secure multicast group in a scalable manner, said system including:
a group security controller;
a trusted intermediary server which communicates with the group security controller over a multicast network; and
at least a first receiver which communicates with the trusted intermediary server over a second multicast network, wherein the trusted intermediary server is programmed with software for responding to a request from a prospective group member to join the secure multicast group by performing an authorization operation, and upon successful completion of the authorization operation determining a new group key and sending the new group key to the prospective group member and to the first receiver over the second multicast network.
30. The system of claim 29, also including:
a second receiver which communicates with the trusted intermediary server over a second multicast network, wherein the trusted intermediary server is also programmed with software for responding to a request from a prospective group member to leave the secure multicast group by determining a second new group key and sending the second new group key to the first receiver over the second multicast network.
31. The system of claim 29, also including:
a second receiver which communicates with the trusted intermediary server over a second multicast network, wherein the trusted intermediary server is also programmed with software for responding to a request from the group security controller to cause the second receiver to leave the secure multicast group by determining a second new group key and sending the second new group key to the first receiver over the second multicast network.
32. A system for implementing a secure multicast group in a scalable manner, said system including:
a group security controller;
a first trusted intermediary server which communicates with the group security controller over a first multicast network;
a second trusted intermediary server which communicates with the first trusted intermediary server over a second multicast network; and
at least a first receiver which communicates with the second trusted intermediary server over a third multicast network, wherein the second trusted intermediary server is programmed with software for responding to a request from a prospective group member to join the secure multicast group by performing an authorization operation, and upon successful completion of the authorization operation determining a new group key and sending the new group key to the prospective group member over a secure channel and to the first receiver over the third multicast network.
33. The system of claim 32, also including:
a second receiver which communicates with the first trusted intermediary server over the second multicast network, and wherein the second trusted intermediary server communicates with the first receiver over the third multicast network using a first group key, and the first trusted intermediary server communicates with the second receiver over the second multicast network using a second group key.
34. The system of claim 33, also including:
a third receiver which communicates with the group security controller over the first multicast network, and wherein the group security controller communicates with the third receiver over the first multicast network using a third group key.
35. A method for implementing a secure multicast group in a scalable manner, said method including the steps of:
in response to a request from a prospective group member to join the secure multicast group, operating a first device to perform an authorization operation;
upon successful completion of the authorization operation, operating the first device to determine a new group key, and causing the new group key to be sent from the first device to the prospective group member over a unicast communication line and to current members of at least a sub-group of the group over a multicast network; and
in response to a request to cause a first current member of the sub-group to leave said sub-group, operating the first device to determine a second new group key, and causing the second new group key to be sent to current members of the sub-group, other than said first current member, over said multicast network.
36. The method of claim 35, wherein the first device is a trusted intermediary server which communicates with said current members of the sub-group over the multicast network, and wherein the trusted intermediary server communicates with a group security controller over a second multicast network.
37. A method for implementing a secure multicast group in a scalable manner using a system including a group security controller, a first trusted intermediary server which communicates with the group security controller over a first multicast network, a second trusted intermediary server which communicates with the first trusted intermediary server over a second multicast network, and at least a first member which communicates with the second trusted intermediary server over a third multicast network, said method including the steps of:
(a) responding to a request from a prospective group member to join the secure multicast group by operating the second trusted intermediary server to perform an authorization operation; and
(b) upon successful completion of the authorization operation, determining a new group key and sending the new group key to the prospective group member over a unicast communication line and to the first member over the third multicast network.
38. The method of claim 37, wherein the system also includes a second member which communicates with the first trusted intermediary server over the second multicast network, said method also including the steps of:
communicating with the first member over the third multicast network using a first group key; and
communicating with the second member over the second multicast network using a second group key.
39. The method of claim 38, wherein the system also includes a third member which communicates with the group security controller over the first multicast network, and also including the step of:
communicating with the third member over the first multicast network using a third group key.
40. The method of claim 37, wherein the secure multicast group includes a first sub-group which is served by the second trusted intermediary server, and wherein said method also includes the steps of:
in response to a request to cause a first current member of the first sub-group to leave said group, operating the second trusted intermediary server to determine a second new group key, and causing the second new group key to be sent to current members of the first sub-group, other than said first current member, over said third multicast network.
41. A method for adding a new receiver to an existing group of receivers, the group currently receiving data over a multicast network, said data being encrypted with one of a first group key or a third key encrypted with said first group key, and said data being distributed via at least one of a group security controller and a sender, said method comprising the steps of:
transmitting a request to join the existing group of receivers by the new receiver to the group security controller;
performing an authorization procedure which includes supplying a second group key to the new receiver from the group security controller, said authorization procedure being carried out over a unicast communication line;
transmitting the second group key encrypted with the first group key to the existing group of receivers over the multicast network; and
transmitting data over the multicast network encrypted with one of the second group key or a fourth key encrypted with said second group key.
42. A network protocol method for dropping a receiver from a group of receivers, the group currently receiving data over a multicast network encrypted with a first group key, said data being distributed via at least one of a group security controller and a sender, said method comprising the steps of:
generating, at the group security controller, a second group key;
distributing the second group key to each of the receivers remaining in the group; and
transmitting data over the multicast network encrypted with the second group key.
43. The system of claim 8, wherein each member of the secure multicast group communicates over a network having protocols, and the group security controller and the trusted intermediary servers are independent in design of the network and said protocols.
US08/665,1951996-06-141996-06-14System and method for secure group communications via multicast or broadcastExpired - LifetimeUS5748736A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US08/665,195US5748736A (en)1996-06-141996-06-14System and method for secure group communications via multicast or broadcast

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
US08/665,195US5748736A (en)1996-06-141996-06-14System and method for secure group communications via multicast or broadcast

Publications (1)

Publication NumberPublication Date
US5748736Atrue US5748736A (en)1998-05-05

Family

ID=24669113

Family Applications (1)

Application NumberTitlePriority DateFiling Date
US08/665,195Expired - LifetimeUS5748736A (en)1996-06-141996-06-14System and method for secure group communications via multicast or broadcast

Country Status (1)

CountryLink
US (1)US5748736A (en)

Cited By (239)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5905871A (en)*1996-10-101999-05-18Lucent Technologies Inc.Method of multicasting
WO1999035784A1 (en)*1998-01-081999-07-15Nokia Networks OyMethod of implementing connection security in a wireless network
WO2000013356A1 (en)*1998-08-262000-03-09Motorola Inc.Wireless communication system incorporating multicast addressing and method for use
US6049878A (en)*1998-01-202000-04-11Sun Microsystems, Inc.Efficient, secure multicasting with global knowledge
US6052787A (en)*1996-06-052000-04-18Siemens AktiengesellschaftProcess for group-based cryptographic code management between a first computer unit and group computer units
GB2344978A (en)*1998-10-072000-06-21Nds LtdKey distribution method in a multicast communication system
WO2000041357A1 (en)*1999-01-082000-07-13Nortel Networks LimitedExchanging a secret over an unreliable network
WO2000028434A3 (en)*1998-11-122000-08-17Chris BeekmanMethod and apparatus for mixing, archiving and delivering of sound and/or video generated at remote locations
US6141678A (en)*1998-04-292000-10-31Webtv Networks, Inc.Presenting information relating to a program by recognizing text in closed captioning data
US6145084A (en)*1998-10-082000-11-07Net I TrustAdaptive communication system enabling dissimilar devices to exchange information over a network
WO2000069140A1 (en)*1999-05-102000-11-16Telefonaktiebolaget Lm Ericsson (Publ)A distributed system to intelligently establish sessions between anonymous users over various networks
WO2000079734A1 (en)*1999-06-182000-12-28The Trustees Of Columbia University In The City Of New YorkSystem and method for receiving over a network a broadcast from a broadcast source
WO2001003365A1 (en)*1999-07-062001-01-11Matsushita Electric Industrial Co., Ltd.Distributed group key management scheme for secure many-to-many communication
WO2001003364A1 (en)*1999-07-062001-01-11Matsushita Electric Industrial Co., Ltd.Dual encryption protocol for scalable secure group communication
WO2000062503A3 (en)*1999-04-132001-01-25Nortel Networks LtdApparatus and method for authenticating messages in a multicast
US6195751B1 (en)1998-01-202001-02-27Sun Microsystems, Inc.Efficient, secure multicasting with minimal knowledge
WO2001031470A1 (en)*1999-10-282001-05-03Sun Microsystems, Inc.Efficient member authentication and authorization for a tree-based reliable multicast data distribution setup
WO2001050687A1 (en)*1999-12-302001-07-12Computer Associates Think, Inc.Method and apparatus for multi-tiered data multicasting
WO2001055879A1 (en)*2000-01-282001-08-02Ibeam Broadcasting CorporationA system and method for determining optimal server in a distributed network for serving content streams
US20010020250A1 (en)*1995-05-252001-09-06Campbell R. David L.Method and apparatus for automatically disseminating information over a network
US6288739B1 (en)*1997-09-052001-09-11Intelect Systems CorporationDistributed video communications system
WO2001069398A1 (en)*2000-03-132001-09-20Yahoo !Transmission of multicast media between networks
US20010023487A1 (en)*2000-03-152001-09-20Akiko KawamotoMulticast system, authentication server terminal, multicast receiver terminal controlling method, and storage medium
US6295361B1 (en)*1998-06-302001-09-25Sun Microsystems, Inc.Method and apparatus for multicast indication of group key change
WO2001078298A1 (en)*2000-04-062001-10-18Sony CorporationInformation processing system and method
WO2001078299A1 (en)*2000-04-062001-10-18Sony CorporationInformation processing system and method
US6330671B1 (en)*1997-06-232001-12-11Sun Microsystems, Inc.Method and system for secure distribution of cryptographic keys on multicast networks
US6345299B2 (en)*1997-11-262002-02-05International Business Machines CorporationDistributed security system for a communication network
US6347338B1 (en)*1997-11-262002-02-12International Business Machines CorporationPrecomputed and distributed security system for a communication network
US6363154B1 (en)*1998-10-282002-03-26International Business Machines CorporationDecentralized systems methods and computer program products for sending secure messages among a group of nodes
US6366913B1 (en)*1998-10-212002-04-02Netscape Communications CorporationCentralized directory services supporting dynamic group membership
US20020056040A1 (en)*2000-08-102002-05-09Timothy J. SimmsSystem and method for establishing secure communication
US6389471B1 (en)*1998-07-072002-05-14At&T Corp.Network broadcasting system for broadcasting audiovisual information to an identified audience
WO2002052781A1 (en)*2000-12-262002-07-04Sony CorporationInformation processing system and method
WO2002052780A1 (en)*2000-12-262002-07-04Sony CorporationInformation processing system and method
US20020087114A1 (en)*2000-12-292002-07-04Medtronic, Inc.Therapy management techniques for an implantable medical device
WO2002052779A1 (en)*2000-12-262002-07-04Sony CorporationInformation processing system and method
US20020104098A1 (en)*2001-01-312002-08-01Zustak Fred J.Subscriber class television channel with class member programming
US6433813B1 (en)1998-12-282002-08-13Ameritech CorporationVideoconferencing method and system for connecting a host with a plurality of participants
US20020133398A1 (en)*2001-01-312002-09-19Microsoft CorporationSystem and method for delivering media
US20020144112A1 (en)*2001-03-292002-10-03Steffen FriesMethod and arrangement for data communication in a cryptographic system containing a plurality of entities
US20020141591A1 (en)*2001-03-282002-10-03Philip HawkesMethod and apparatus for security in a data processing system
US20020147906A1 (en)*2001-01-262002-10-10International Business Machines CorporationMethod for broadcast encryption and key revocation of stateless receivers
US20020154780A1 (en)*2001-03-292002-10-24Steffen FriesMethod and arrangement for data communication in a cryptographic system containing a plurality of entities
US20020154635A1 (en)*2001-04-232002-10-24Sun Microsystems, Inc.System and method for extending private networks onto public infrastructure using supernets
US20020165920A1 (en)*2001-04-242002-11-07Alcatel, Societe AnonymeFacilitating simultaneous download of a multicast file to a plurality of end user download devices
US20020170053A1 (en)*2000-10-262002-11-14General Instrument, Inc.ECM and EMM distribution for multimedia multicast content
US20020174354A1 (en)*2001-03-122002-11-21Bel Hendrik JanReceiving device for securely storing a content item, and playback device
US6507562B1 (en)*1998-06-302003-01-14Sun Microsystems, Inc.Dynamic optimization for receivers using distance between a repair head and a member station in a repair group for receivers having a closely knit topological arrangement to locate repair heads near the member stations which they serve in tree based repair in reliable multicast protocol
US6530020B1 (en)*1997-06-202003-03-04Fuji Xerox Co., Ltd.Group oriented public key encryption and key management system
US20030056093A1 (en)*2001-09-192003-03-20Microsoft CorporationPeer-to-peer name resolution protocol (PNRP) group security infrastructure and method
US20030056114A1 (en)*2001-06-152003-03-20Microsoft CorporationNetworked device branding for secure interaction in trust webs on open networks
US20030061481A1 (en)*2001-09-262003-03-27David LevineSecure broadcast system and method
US20030076958A1 (en)*2000-04-062003-04-24Ryuji IshiguroInformation processing system and method
WO2003036908A1 (en)*2001-10-242003-05-01Nokia CorporationCiphering as a part of the multicast concept
US20030088620A1 (en)*2001-11-052003-05-08Microsoft CorporationScaleable message dissemination system and method
US20030110397A1 (en)*2001-12-122003-06-12Pervasive Security Systems, Inc.Guaranteed delivery of changes to security policies in a distributed system
US6584566B1 (en)*1998-08-272003-06-24Nortel Networks LimitedDistributed group key management for multicast security
US6587943B1 (en)*1998-12-032003-07-01Nortel Networks Ltd.Apparatus and method for limiting unauthorized access to a network multicast
US20030126468A1 (en)*2001-05-252003-07-03Markham Thomas R.Distributed firewall system and method
US20030163690A1 (en)*2002-02-262003-08-28Stewart Ian A.Method for secure multicast repeating on the public Internet
US6625652B1 (en)*1995-01-192003-09-23The Fantastic CorporationSystem and method for host list pruning
US20030185399A1 (en)*2001-03-292003-10-02Ryuji IshiguroInformation processing apparatus
US20030218980A1 (en)*2002-04-172003-11-27Hitachi, Ltd.Device and system for multicast communication
US6671276B1 (en)*1997-11-182003-12-30Nec CorporationSwitch based network architecture for IP multicast and integrated services
US6674994B1 (en)1999-12-012004-01-06Panamsat CorporationPickup and delivery of data files
US20040044891A1 (en)*2002-09-042004-03-04Secure Computing CorporationSystem and method for secure group communications
WO2004028147A1 (en)*2002-09-232004-04-01Telia Ab (Publ)Client terminal, method and computer program product for flexible distribution of separated subtitling, teletext information and television signal
WO2004028148A1 (en)*2002-09-232004-04-01Telia Ab (Publ)System, method and computer program product for flexible distribution of teletext information
US20040071128A1 (en)*2002-10-152004-04-15Samsung Electronics Co., Ltd.Reliable multicast data retransmission method by grouping wireless terminals in wireless communication medium and apparatus for the same
US6725276B1 (en)*1999-04-132004-04-20Nortel Networks LimitedApparatus and method for authenticating messages transmitted across different multicast domains
US20040083382A1 (en)*2002-10-282004-04-29Secure Computing CorporationAssociative policy model
US20040092251A1 (en)*1999-12-012004-05-13Fell Gail HegartyPickup and delivery of data files
US6738900B1 (en)*2000-01-282004-05-18Nortel Networks LimitedMethod and apparatus for distributing public key certificates
US20040101138A1 (en)*2001-05-222004-05-27Dan RevitalSecure digital content delivery system and method over a broadcast network
US6751729B1 (en)*1998-07-242004-06-15Spatial Adventures, Inc.Automated operation and security system for virtual private networks
US6785809B1 (en)*1998-08-272004-08-31Nortel Networks LimitedServer group key for distributed group key management
US6804254B1 (en)2000-01-042004-10-12Cisco Technology, Inc.System and method for maintaining a communication link
US20040221044A1 (en)*2003-05-022004-11-04Oren RosenbloomSystem and method for facilitating communication between a computing device and multiple categories of media devices
US6816966B1 (en)*1997-06-302004-11-09Sun Microsystems, Inc.Techniques for securing data flow in internet multicasting
US6839437B1 (en)*2000-01-312005-01-04International Business Machines CorporationMethod and apparatus for managing keys for cryptographic operations
US20050008159A1 (en)*2003-07-072005-01-13Francesco GrilliSecure registration for a multicast-broadcast-multimedia system (MBMS)
US6850987B1 (en)*1999-06-012005-02-01Fastforward Networks, Inc.System for multipoint infrastructure transport in a computer network
US20050025135A1 (en)*2002-06-282005-02-03Interdigital Technology CorporationSystem for facilitating personal communications with multiple wireless transmit/receive units
US20050071497A1 (en)*2003-09-302005-03-31Zhen LiuMethod of establishing transmission headers for stateless group communication
US20050097317A1 (en)*2000-01-122005-05-05Jonathan TrostleDirectory enabled secure multicast group communications
US20050100016A1 (en)*1995-01-192005-05-12The Fantastic CorporationSystem and method for sending packets over a computer network
US20050108371A1 (en)*2003-10-232005-05-19Microsoft CorporationManaged peer name resolution protocol (PNRP) interfaces for peer to peer networking
US6901510B1 (en)1999-12-222005-05-31Cisco Technology, Inc.Method and apparatus for distributing and updating group controllers over a wide area network using a tree structure
WO2004109443A3 (en)*2003-06-022005-06-16Liquid Machines IncManaging data objects in dynamic, distributed and collaborative contexts
US6912655B1 (en)*1999-08-092005-06-28Tristrata Security Inc.Network security architecture system utilizing seals
US20050140964A1 (en)*2002-09-202005-06-30Laurent EschenauerMethod and apparatus for key management in distributed sensor networks
US6915434B1 (en)*1998-12-182005-07-05Fujitsu LimitedElectronic data storage apparatus with key management function and electronic data storage method
EP1554840A1 (en)*2002-10-172005-07-20NTT DoCoMo, Inc.Communication system and transfer device
US6938169B1 (en)1999-12-102005-08-30Sun Microsystems, Inc.Channel-specific file system views in a private network using a public-network infrastructure
US6941457B1 (en)2000-06-302005-09-06Cisco Technology, Inc.Establishing a new shared secret key over a broadcast channel for a multicast group based on an old shared secret key
US20050216559A1 (en)*2004-03-262005-09-29Microsoft CorporationMethod for efficient content distribution using a peer-to-peer networking infrastructure
US20050238170A1 (en)*2004-04-232005-10-27Rached KsontiniMethod for securing a ciphered content transmitted by a broadcaster
US20050250515A1 (en)*2004-05-102005-11-10Mitsubishi Denki Kabushiki KaishaLocal public information system
WO2005109735A1 (en)*2004-05-122005-11-17Telefonaktiebolaget Lm Ericsson (Publ)Key management messages for secure broadcast
US6970941B1 (en)1999-12-102005-11-29Sun Microsystems, Inc.System and method for separating addresses from the delivery scheme in a virtual private network
US20050278524A1 (en)*2001-08-242005-12-15Eric DiehlLocal digital network, methods for installing new devices and data broadcast and reception methods in such a network
US6977929B1 (en)1999-12-102005-12-20Sun Microsystems, Inc.Method and system for facilitating relocation of devices on a network
US6986044B1 (en)*1998-10-142006-01-10Fuji Xerox Co., Ltd.Method for group unit encryption/decryption, and method and apparatus for writing signature
US6987855B1 (en)1999-09-102006-01-17Cisco Technology, Inc.Operational optimization of a shared secret Diffie-Hellman key exchange among broadcast or multicast groups
US6993138B1 (en)2000-09-142006-01-31Nortel Networks LimitedSpatial key trees for key management in wireless environments
US20060034281A1 (en)*2000-09-132006-02-16Bradley CainSystem, device, and method for receiver access control in a multicast communication system
US20060036850A1 (en)*2003-06-252006-02-16Tomoaki EnokidaDigital certificate management system, digital certificate management apparatus, digital certificate management method, update procedure determination method and program
US7006494B1 (en)2000-01-042006-02-28Cisco Technology, Inc.System and method for a virtual telephony intermediary
US7010125B2 (en)2001-01-262006-03-07Interntional Business Machines CorporationMethod for tracing traitor receivers in a broadcast encryption system
US7013389B1 (en)*1999-09-292006-03-14Cisco Technology, Inc.Method and apparatus for creating a secure communication channel among multiple event service nodes
US20060085637A1 (en)*2004-10-152006-04-20Binyamin PinkasAuthentication system and method
US7043024B1 (en)*2001-04-182006-05-09Mcafee, Inc.System and method for key distribution in a hierarchical tree
US20060112177A1 (en)*2004-11-242006-05-25Microsoft CorporationMethod and system for controlling access to presence information on a peer-to-peer basis
US7065643B1 (en)*2000-03-282006-06-20Motorola, Inc.Network compromise recovery methods and apparatus
US7069432B1 (en)2000-01-042006-06-27Cisco Technology, Inc.System and method for providing security in a telecommunication network
US7075919B1 (en)*2000-08-222006-07-11Cisco Technology, Inc.System and method for providing integrated voice, video and data to customer premises over a single network
US7079495B1 (en)*2000-01-042006-07-18Cisco Technology, Inc.System and method for enabling multicast telecommunications
US7096356B1 (en)*2001-06-272006-08-22Cisco Technology, Inc.Method and apparatus for negotiating Diffie-Hellman keys among multiple parties using a distributed recursion approach
US20060190732A1 (en)*2003-02-122006-08-24Deutsche Post AgMethod of Verifying the Validity of Digital Franking Notes and Device for Carrying Out Said Method
US7103185B1 (en)1999-12-222006-09-05Cisco Technology, Inc.Method and apparatus for distributing and updating private keys of multicast group managers using directory replication
US7127610B1 (en)*1999-06-022006-10-24Nortel Networks LimitedApparatus and method of implementing multicast security between multicast domains
US20060239295A1 (en)*2005-04-222006-10-26Microsoft CorporationApplication programming interface for inviting participants in a serverless peer to peer network
WO2006113566A1 (en)2005-04-152006-10-26Cisco Technology, Inc.Method and apparatus for distributing group data in a tunneled encrypted virtual private network
US20060294585A1 (en)*2005-06-242006-12-28Microsoft CorporationSystem and method for creating and managing a trusted constellation of personal digital devices
US20070028099A1 (en)*2003-09-112007-02-01Bamboo Mediacasting Ltd.Secure multicast transmission
US7181014B1 (en)1999-09-102007-02-20Cisco Technology, Inc.Processing method for key exchange among broadcast or multicast groups that provides a more efficient substitute for Diffie-Hellman key exchange
US20070044005A1 (en)*2003-09-112007-02-22Bamboo Mediacastion Ltd.Iterative forward error correction
EP1762080A1 (en)*2004-06-242007-03-14International Business Machines CorporationAccess control over multicast
US20070067244A1 (en)*2001-01-262007-03-22Hongxia JinRenewable traitor tracing
US20070076680A1 (en)*2003-03-042007-04-05Bamboo Mediacasting LtdSegmented data delivery over non-reliable link
US20070079010A1 (en)*2005-10-042007-04-05Microsoft CorporationMedia exchange protocol and devices using the same
US20070110248A1 (en)*1999-02-052007-05-17Yunzhou LiMethod for key distribution in a hierarchical multicast traffic security system for an internetwork
US20070143619A1 (en)*2005-12-162007-06-21International Business Machines CorporationCooperative non-repudiated message exchange in a network environment
US20070150720A1 (en)*2005-12-272007-06-28Samsung Electronics Co., Ltd.Method and apparatus for transmitting message to wireless devices that are classified into groups
KR100733699B1 (en)2004-12-312007-06-28주식회사 케이티 Network Operator Authentication Method in Integrated Network Management System and Its Authentication System
US7260716B1 (en)*1999-09-292007-08-21Cisco Technology, Inc.Method for overcoming the single point of failure of the central group controller in a binary tree group key exchange approach
US20070211720A1 (en)*2003-09-292007-09-13Bamboo Media Casting Ltd.Distribution Of Multicast Data To Users
CN100344183C (en)*2003-09-192007-10-17华为技术有限公司Group system group key managing method
US7286665B1 (en)*1999-04-062007-10-23Contentguard Holdings, Inc.System and method for transferring the right to decode messages
US20070263875A1 (en)*2000-06-152007-11-15Sony CorporationInformation processing system and method using encryption key block
CN100359968C (en)*2003-09-192008-01-02华为技术有限公司 A Method for Updating Group Key in Cluster System
US20080013537A1 (en)*2006-07-142008-01-17Microsoft CorporationPassword-authenticated groups
US7334125B1 (en)2001-11-272008-02-19Cisco Technology, Inc.Facilitating secure communications among multicast nodes in a telecommunications network
US7336790B1 (en)1999-12-102008-02-26Sun Microsystems Inc.Decoupling access control from key management in a network
US7360084B1 (en)*2000-05-152008-04-15Nortel Networks LimitedSystem, device, and method for controlling access in a multicast communication network
US7362870B2 (en)2001-04-192008-04-22Sony CorporationMethod and apparatus for recording/playing back information
US20080101611A1 (en)*2004-11-162008-05-01Fredrik LindholmKey Distribution in Systems for Selective Access to Information
US7380120B1 (en)2001-12-122008-05-27Guardian Data Storage, LlcSecured data format for access control
US20080152148A1 (en)*2006-12-212008-06-26Sudhakar Gosukonda Naga VenkatSecure broadcasting and multicasting
US20080165974A1 (en)*2004-06-072008-07-10National Institute Of Information And Communications TechnologyCommunication Method and Communication System Using Decentralized Key Management Scheme
US20080165956A1 (en)*2007-01-092008-07-10Microsoft CorporationContent Encryption Schema For Integrating Digital Rights Management With Encrypted Multicast
US20080175387A1 (en)*2007-01-182008-07-24Matsushita Electric Works, Ltd.Systems and methods for rejoining a second group of nodes with a first group of nodes using a shared group key
CN100407818C (en)*2006-02-232008-07-30华为技术有限公司 A method for selecting session members when a PoC group initiates a session
US20080212496A1 (en)*2005-11-112008-09-04Huawei Technologies Co., Ltd.Communication network system and signal transmission method between leaf-nodes of multicast tree and node thereof
EP1496438A4 (en)*2002-04-152008-09-24Sony CorpInformation processing device, method, and program
US7434046B1 (en)*1999-09-102008-10-07Cisco Technology, Inc.Method and apparatus providing secure multicast group communication
US20080273474A1 (en)*2007-03-302008-11-06Brother Kogyo Kabushiki KaishaNetwork system, information processor, and information processing program recording medium
US7454518B1 (en)2000-09-122008-11-18Nortel Networks LimitedSystem, device, and method for receiver access control in a multicast communication network
US20080320303A1 (en)*2007-06-212008-12-25Cisco Technology, Inc.Vpn processing via service insertion architecture
US7493363B2 (en)2001-09-192009-02-17Microsoft CorporationPeer-to-peer group management and method for maintaining peer-to-peer graphs
US7512810B1 (en)2002-09-112009-03-31Guardian Data Storage LlcMethod and system for protecting encrypted files transmitted over a network
US20090144551A1 (en)*2006-03-222009-06-04Nds LimitedPeriod Keys
US20090158273A1 (en)*2007-12-182009-06-18Thanabalan Thavittupitchai PaulSystems and methods to distribute software for client receivers of a content distribution system
US7555558B1 (en)2003-08-152009-06-30Michael Frederick KenrichMethod and system for fault-tolerant transfer of files across a network
US7562232B2 (en)2001-12-122009-07-14Patrick ZuiliSystem and method for providing manageability to security information for secured items
US7565683B1 (en)2001-12-122009-07-21Weiqing HuangMethod and system for implementing changes to security policies in a distributed security system
US7577838B1 (en)2002-12-202009-08-18Alain RossmannHybrid systems for securing digital assets
US20090217342A1 (en)*2008-02-252009-08-27Sima NadlerParental Control for Social Networking
US7590247B1 (en)*2001-04-182009-09-15Mcafee, Inc.System and method for reusable efficient key distribution
US7596625B2 (en)2003-01-272009-09-29Microsoft CorporationPeer-to-peer grouping interfaces and methods
US20090248868A1 (en)*2005-04-222009-10-01Microsoft CorporationContact Management in a Serverless Peer-to-Peer System
US20090271586A1 (en)*1998-07-312009-10-29Kom Networks Inc.Method and system for providing restricted access to a storage medium
US7613812B2 (en)2002-12-042009-11-03Microsoft CorporationPeer-to-peer identity management interfaces and methods
US20090290695A1 (en)*1999-06-082009-11-26Henning SchulzrinneNetwork Telephony Appliance and System for Inter/Intranet Telephony
US7631184B2 (en)2002-05-142009-12-08Nicholas RyanSystem and method for imposing security on copies of secured items
US20090307484A1 (en)*2006-07-062009-12-10Nortel Networks LimitedWireless access point security for multi-hop networks
US7673328B1 (en)*1998-09-282010-03-02Kojima Co., Ltd.Network authentication system using individual services providers and an authentication server
US7681034B1 (en)2001-12-122010-03-16Chang-Ping LeeMethod and apparatus for securing electronic data
US7703140B2 (en)2003-09-302010-04-20Guardian Data Storage, LlcMethod and system for securing digital assets using process-driven security policies
US7707427B1 (en)2004-07-192010-04-27Michael Frederick KenrichMulti-level file digests
US20100107041A1 (en)*2001-10-122010-04-29Qualcomm IncorporatedMethod and system for reduction of decoding complexity in a communication system
US7729995B1 (en)2001-12-122010-06-01Rossmann AlainManaging secured files in designated locations
JP2010161548A (en)*2009-01-072010-07-22Hitachi LtdData distribution system, key management device, and key management method
US7765581B1 (en)1999-12-102010-07-27Oracle America, Inc.System and method for enabling scalable security in a virtual private network
USRE41546E1 (en)2001-12-122010-08-17Klimenty VainsteinMethod and system for managing security tiers
US7783043B1 (en)2002-08-052010-08-24Nortel Networks LimitedSecure group communications
US7783765B2 (en)2001-12-122010-08-24Hildebrand Hal SSystem and method for providing distributed access control to secured documents
US7836310B1 (en)2002-11-012010-11-16Yevgeniy GutnikSecurity system that uses indirect password-based encryption
US20110035597A1 (en)*2003-07-032011-02-10Koninklijke Philips Electronics N.V.Secure indirect addressing
US7890990B1 (en)2002-12-202011-02-15Klimenty VainsteinSecurity system with staging capabilities
US7921288B1 (en)2001-12-122011-04-05Hildebrand Hal SSystem and method for providing different levels of key security for controlling access to secured items
US7921284B1 (en)2001-12-122011-04-05Gary Mark KinghornMethod and system for protecting electronic data in enterprise environment
US7921450B1 (en)2001-12-122011-04-05Klimenty VainsteinSecurity system using indirect key generation from access rules and methods therefor
US7930756B1 (en)2001-12-122011-04-19Crocker Steven ToyeMulti-level cryptographic transformations for securing digital assets
US7949996B2 (en)2003-10-232011-05-24Microsoft CorporationPeer-to-peer identity management managed interfaces and methods
US7950066B1 (en)2001-12-212011-05-24Guardian Data Storage, LlcMethod and system for restricting use of a clipboard application
EP1547330A4 (en)*2002-09-302011-07-27Samsung Electronics Co Ltd ENCRYPTION KEY MANAGEMENT AND DISTRIBUTION IN MULTICAST SERVICE AND MULTIMEDIA BROADCASTING (MBMS)
US8006280B1 (en)2001-12-122011-08-23Hildebrand Hal SSecurity system for generating keys from access rules in a decentralized manner and methods therefor
CN101640787B (en)*2009-08-242011-10-26中兴通讯股份有限公司Method and device for hierarchical control access of multicast group
US8065713B1 (en)2001-12-122011-11-22Klimenty VainsteinSystem and method for providing multi-location access management to secured items
US8077679B2 (en)2001-03-282011-12-13Qualcomm IncorporatedMethod and apparatus for providing protocol options in a wireless communication system
US8127366B2 (en)2003-09-302012-02-28Guardian Data Storage, LlcMethod and apparatus for transitioning between states of security policies used to secure electronic documents
US8176334B2 (en)2002-09-302012-05-08Guardian Data Storage, LlcDocument security system that permits external users to gain access to secured files
WO2012092410A1 (en)*2010-12-302012-07-05Cellcrypt Inc.A method of establishing secure groups of trusted contacts with access rights in a secure communication system
US8230010B1 (en)*2000-06-292012-07-24Rockstar Bidco LpSystem, device, and method for controlling access in a multicast communication network
US8341417B1 (en)*2006-12-122012-12-25Cisco Technology, Inc.Data storage using encoded hash message authentication code
USRE43906E1 (en)2001-12-122013-01-01Guardian Data Storage LlcMethod and apparatus for securing digital assets
US8370507B1 (en)*2000-09-132013-02-05Rockstar Bidco LpSystem, device, and method for receiver access control in an internet television
US8613102B2 (en)2004-03-302013-12-17Intellectual Ventures I LlcMethod and system for providing document retention using cryptography
US8675832B2 (en)2000-08-112014-03-18The Trustees Of Columbia University In The City Of New YorkSystem and method for unified messaging in inter/intranet telephony
US8707034B1 (en)2003-05-302014-04-22Intellectual Ventures I LlcMethod and system for using remote headers to secure electronic files
US8718279B2 (en)2003-07-082014-05-06Qualcomm IncorporatedApparatus and method for a secure broadcast system
US8724803B2 (en)*2003-09-022014-05-13Qualcomm IncorporatedMethod and apparatus for providing authenticated challenges for broadcast-multicast communications in a communication system
US20140245390A1 (en)*2011-08-252014-08-28Netapp, Inc.Systems and methods for providing secure multicast intra-cluster communication
US20140281540A1 (en)*2013-01-182014-09-18Apple Inc.Keychain syncing
WO2014197836A1 (en)*2013-06-072014-12-11Huawei Technologies Co., Ltd.Extending data over cable service interface specification (docsis) provisioning of ethernet passive optical network (epon) (dpoe) to epon over coax (epoc) multicast key management
US8938796B2 (en)2012-09-202015-01-20Paul Case, SR.Case secure computer architecture
US8966100B1 (en)*2000-09-132015-02-24Rockstar Consortium Us LpSystem, device, and method for distributing access control information in a communication system
US8971790B2 (en)2003-01-022015-03-03Qualcomm IncorporatedMethod and apparatus for broadcast services in a communication system
US8983065B2 (en)2001-10-092015-03-17Qualcomm IncorporatedMethod and apparatus for security in a data processing system
US9077759B2 (en)2013-01-182015-07-07Apple Inc.Conflict resolution for keychain syncing
US9100457B2 (en)2001-03-282015-08-04Qualcomm IncorporatedMethod and apparatus for transmission framing in a wireless communication system
US20150249868A1 (en)*2014-02-282015-09-03Alcatel-Lucent Usa Inc.Internet protocol television tiered service delivery over wi-fi networks
US9361243B2 (en)1998-07-312016-06-07Kom Networks Inc.Method and system for providing restricted access to a storage medium
US9788076B2 (en)2014-02-282017-10-10Alcatel LucentInternet protocol television via public Wi-Fi network
US9888002B2 (en)*2013-02-272018-02-06Kt CorporationM2M data management
US10033700B2 (en)2001-12-122018-07-24Intellectual Ventures I LlcDynamic evaluation of access rights
CN109284617A (en)*2018-09-062019-01-29郑州云海信息技术有限公司 Method, device and storage medium for controlling multi-process access to disk file
US10360545B2 (en)2001-12-122019-07-23Guardian Data Storage, LlcMethod and apparatus for accessing secured electronic data off-line
US10771243B1 (en)2020-04-292020-09-08Ecosteer SrlMulticast encryption scheme for data-ownership platform
CN111934892A (en)*2020-07-092020-11-13北京航空航天大学Multicast-based civil aviation information efficient sharing method
US11025596B1 (en)*2017-03-022021-06-01Apple Inc.Cloud messaging system
US20220086017A1 (en)*2017-03-242022-03-17Oracle International CorporationSystem and method to provide multicast group membership defined relative to partition membership in a high performance computing environment
US11432140B2 (en)*2017-03-092022-08-30Huawei Technologies Co., Ltd.Multicast service processing method and access point
US20220360465A1 (en)*2019-09-192022-11-10Telefonaktiebolaget Lm Ericsson (Publ)Ultra-low latency atomic multicast
US11736937B2 (en)2020-05-152023-08-22Nxp B.V.UWB communication node and operating method
US20230359720A1 (en)*2019-08-272023-11-09Capital One Services, LlcTechniques for multi-voice speech recognition commands
US11968132B2 (en)2017-03-242024-04-23Oracle International CorporationSystem and method to use queue pair 1 for receiving multicast based announcements in multiple partitions in a high performance computing environment

Citations (12)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4531020A (en)*1982-07-231985-07-23Oak Industries Inc.Multi-layer encryption system for the broadcast of encrypted information
US4658292A (en)*1982-04-301987-04-14Nec CorporationEnciphering key distribution system for subscription TV broadcast or catv system
US4658093A (en)*1983-07-111987-04-14Hellman Martin ESoftware distribution system
US4736422A (en)*1983-06-301988-04-05Independent Broadcasting AuthorityEncrypted broadcast television system
US5036518A (en)*1988-11-021991-07-30Tseung Lawrence C NGuaranteed reliable broadcast network
US5309516A (en)*1990-12-071994-05-03Hitachi, Ltd.Group cipher communication method and group cipher communication system
US5400403A (en)*1993-08-161995-03-21Rsa Data Security, Inc.Abuse-resistant object distribution system and method
US5539737A (en)*1994-12-301996-07-23Advanced Micro Devices, Inc.Programmable disrupt of multicast packets for secure networks
US5548646A (en)*1994-09-151996-08-20Sun Microsystems, Inc.System for signatureless transmission and reception of data packets between computer networks
US5588060A (en)*1994-06-101996-12-24Sun Microsystems, Inc.Method and apparatus for a key-management scheme for internet protocols
US5640393A (en)*1995-06-021997-06-17Advanced Micro Devices, Inc.Multiple address security architecture
US5668877A (en)*1994-06-101997-09-16Sun Microsystems, Inc.Method and apparatus for stepping pair keys in a key-management scheme

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4658292A (en)*1982-04-301987-04-14Nec CorporationEnciphering key distribution system for subscription TV broadcast or catv system
US4531020A (en)*1982-07-231985-07-23Oak Industries Inc.Multi-layer encryption system for the broadcast of encrypted information
US4736422A (en)*1983-06-301988-04-05Independent Broadcasting AuthorityEncrypted broadcast television system
US4658093A (en)*1983-07-111987-04-14Hellman Martin ESoftware distribution system
US5036518A (en)*1988-11-021991-07-30Tseung Lawrence C NGuaranteed reliable broadcast network
US5309516A (en)*1990-12-071994-05-03Hitachi, Ltd.Group cipher communication method and group cipher communication system
US5400403A (en)*1993-08-161995-03-21Rsa Data Security, Inc.Abuse-resistant object distribution system and method
US5588060A (en)*1994-06-101996-12-24Sun Microsystems, Inc.Method and apparatus for a key-management scheme for internet protocols
US5668877A (en)*1994-06-101997-09-16Sun Microsystems, Inc.Method and apparatus for stepping pair keys in a key-management scheme
US5548646A (en)*1994-09-151996-08-20Sun Microsystems, Inc.System for signatureless transmission and reception of data packets between computer networks
US5539737A (en)*1994-12-301996-07-23Advanced Micro Devices, Inc.Programmable disrupt of multicast packets for secure networks
US5640393A (en)*1995-06-021997-06-17Advanced Micro Devices, Inc.Multiple address security architecture

Non-Patent Citations (20)

* Cited by examiner, † Cited by third party
Title
Ballardie, T. 1995!, "Scalable Multicast Key Distribution", IETF Working Draft (expired), 1995.
Ballardie, T. 1996!, "Scalable Multicast Key Distribution", RFC 1949, Network Working Group, May 1996.
Ballardie, T. 1995 , Scalable Multicast Key Distribution , IETF Working Draft (expired), 1995.*
Ballardie, T. 1996 , Scalable Multicast Key Distribution , RFC 1949, Network Working Group, May 1996.*
Berkovitz, S. 1991!, "How to Broadcast a Secret", Advances in Cryptology--Eurocrypt '91 Proceedings, Springer-Verlag, Berlin, 1991, pp. 535-541.
Berkovitz, S. 1991 , How to Broadcast a Secret , Advances in Cryptology Eurocrypt 91 Proceedings, Springer Verlag, Berlin, 1991, pp. 535 541.*
Chiou, G. C., and W. C. Chen 1989!, "Secure Broadcasting Using the Secure Lock", IEEE Transactions on Software Engineering, vol. SE-15, No. 8, Aug. 1989, pp. 929-934.
Chiou, G. C., and W. C. Chen 1989 , Secure Broadcasting Using the Secure Lock , IEEE Transactions on Software Engineering, vol. SE 15, No. 8, Aug. 1989, pp. 929 934.*
Deering, S. E. 1988!, "Multicast Routing in Internetworks and Extended LANs", Proceedings of the ACM SIGCOMM '88, Stanford, California, Aug. 1988, pp. 55-64.
Deering, S. E. 1988 , Multicast Routing in Internetworks and Extended LANs , Proceedings of the ACM SIGCOMM 88 , Stanford, California, Aug. 1988, pp. 55 64.*
Fiat, A., amd M. Naor 1994!, "Broadcast Encryption", Advances in Cryptology: Proceedings of CRYPTO '93, Lecture Notes in Computer Science, No. 773, Springer-Verlag, Berlin, 1994, pp. 480-491.
Fiat, A., amd M. Naor 1994 , Broadcast Encryption , Advances in Cryptology: Proceedings of CRYPTO 93, Lecture Notes in Computer Science, No. 773, Springer Verlag, Berlin, 1994, pp. 480 491.*
Haller, N., and R. Atkinson 1994!, "On Internet Authentication", RFC 1704, Network Working Group, 1994.
Haller, N., and R. Atkinson 1994 , On Internet Authentication , RFC 1704, Network Working Group, 1994.*
Harney, H., Muckenhirn, C., and T. Rivers 1994a!, "Group Key Management Protocol (GKMP) Architecture", IETF Working Draft (expired), 1994.
Harney, H., Muckenhirn, C., and T. Rivers 1994b!, "Group Key Management Protocol (GKMP) Specification", IETF Working Draft (expired), 1994.
Harney, H., Muckenhirn, C., and T. Rivers 1994a , Group Key Management Protocol (GKMP) Architecture , IETF Working Draft (expired), 1994.*
Harney, H., Muckenhirn, C., and T. Rivers 1994b , Group Key Management Protocol (GKMP) Specification , IETF Working Draft (expired), 1994.*
Jordan, F., and M. Medina 1994!, "Secure Multicast Communication Using A Key Distribution Center", IFIP Transactions C: Communication Systems, vol. C-23, 1994, pp. 367-380.
Jordan, F., and M. Medina 1994 , Secure Multicast Communication Using A Key Distribution Center , IFIP Transactions C: Communication Systems, vol. C 23, 1994, pp. 367 380.*

Cited By (447)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7710961B2 (en)1995-01-192010-05-04Miller C KennethSystem and method for sending packets over a computer network
US6625652B1 (en)*1995-01-192003-09-23The Fantastic CorporationSystem and method for host list pruning
US20050100016A1 (en)*1995-01-192005-05-12The Fantastic CorporationSystem and method for sending packets over a computer network
US8081629B2 (en)1995-01-192011-12-20Darby & Mohaine, L.L.C.System and method for sending packets over a computer network
US20010020250A1 (en)*1995-05-252001-09-06Campbell R. David L.Method and apparatus for automatically disseminating information over a network
US20010054099A1 (en)*1995-05-252001-12-20Punch Networks CorporationMethod and apparatus for automatically disseminating information over a network
US20050132035A1 (en)*1995-05-252005-06-16Punch Networks CorporationMethod and apparatus for automatically disseminating information over a network
US20050132059A1 (en)*1995-05-252005-06-16Punch Networks CorporationMethod and apparatus for automatically disseminating information over a network
US6052787A (en)*1996-06-052000-04-18Siemens AktiengesellschaftProcess for group-based cryptographic code management between a first computer unit and group computer units
US5905871A (en)*1996-10-101999-05-18Lucent Technologies Inc.Method of multicasting
US6530020B1 (en)*1997-06-202003-03-04Fuji Xerox Co., Ltd.Group oriented public key encryption and key management system
US6330671B1 (en)*1997-06-232001-12-11Sun Microsystems, Inc.Method and system for secure distribution of cryptographic keys on multicast networks
US6816966B1 (en)*1997-06-302004-11-09Sun Microsystems, Inc.Techniques for securing data flow in internet multicasting
US6288739B1 (en)*1997-09-052001-09-11Intelect Systems CorporationDistributed video communications system
US6671276B1 (en)*1997-11-182003-12-30Nec CorporationSwitch based network architecture for IP multicast and integrated services
US6345299B2 (en)*1997-11-262002-02-05International Business Machines CorporationDistributed security system for a communication network
US6347338B1 (en)*1997-11-262002-02-12International Business Machines CorporationPrecomputed and distributed security system for a communication network
WO1999035784A1 (en)*1998-01-081999-07-15Nokia Networks OyMethod of implementing connection security in a wireless network
US6195751B1 (en)1998-01-202001-02-27Sun Microsystems, Inc.Efficient, secure multicasting with minimal knowledge
US6049878A (en)*1998-01-202000-04-11Sun Microsystems, Inc.Efficient, secure multicasting with global knowledge
US6141678A (en)*1998-04-292000-10-31Webtv Networks, Inc.Presenting information relating to a program by recognizing text in closed captioning data
US6507562B1 (en)*1998-06-302003-01-14Sun Microsystems, Inc.Dynamic optimization for receivers using distance between a repair head and a member station in a repair group for receivers having a closely knit topological arrangement to locate repair heads near the member stations which they serve in tree based repair in reliable multicast protocol
US6295361B1 (en)*1998-06-302001-09-25Sun Microsystems, Inc.Method and apparatus for multicast indication of group key change
US6389471B1 (en)*1998-07-072002-05-14At&T Corp.Network broadcasting system for broadcasting audiovisual information to an identified audience
US20020091771A1 (en)*1998-07-072002-07-11At&T Corp.Network communications system and method for worldwide web broadcasting
US6941373B2 (en)1998-07-072005-09-06At&T Corp.Network communications system and method for worldwide web broadcasting
US8520670B1 (en)1998-07-242013-08-27Rpx CorporationAutomated operation and security system for virtual private networks
US7440452B1 (en)1998-07-242008-10-21Fieldpoint Networks, Inc.Automated operation and security system for virtual private networks
US6751729B1 (en)*1998-07-242004-06-15Spatial Adventures, Inc.Automated operation and security system for virtual private networks
US9881013B2 (en)1998-07-312018-01-30Kom Software Inc.Method and system for providing restricted access to a storage medium
US20090271586A1 (en)*1998-07-312009-10-29Kom Networks Inc.Method and system for providing restricted access to a storage medium
US9361243B2 (en)1998-07-312016-06-07Kom Networks Inc.Method and system for providing restricted access to a storage medium
US8234477B2 (en)1998-07-312012-07-31Kom Networks, Inc.Method and system for providing restricted access to a storage medium
AU746578B2 (en)*1998-08-262002-05-02Motorola Solutions, Inc.Wireless communication system incorporating multicast addressing and method for use
WO2000013356A1 (en)*1998-08-262000-03-09Motorola Inc.Wireless communication system incorporating multicast addressing and method for use
US6785809B1 (en)*1998-08-272004-08-31Nortel Networks LimitedServer group key for distributed group key management
US6584566B1 (en)*1998-08-272003-06-24Nortel Networks LimitedDistributed group key management for multicast security
US7673328B1 (en)*1998-09-282010-03-02Kojima Co., Ltd.Network authentication system using individual services providers and an authentication server
GB2344978B (en)*1998-10-072003-08-06Nds LtdSecure communications system
US6629243B1 (en)1998-10-072003-09-30Nds LimitedSecure communications system
GB2344978A (en)*1998-10-072000-06-21Nds LtdKey distribution method in a multicast communication system
US6145084A (en)*1998-10-082000-11-07Net I TrustAdaptive communication system enabling dissimilar devices to exchange information over a network
US6986044B1 (en)*1998-10-142006-01-10Fuji Xerox Co., Ltd.Method for group unit encryption/decryption, and method and apparatus for writing signature
US6366913B1 (en)*1998-10-212002-04-02Netscape Communications CorporationCentralized directory services supporting dynamic group membership
US6363154B1 (en)*1998-10-282002-03-26International Business Machines CorporationDecentralized systems methods and computer program products for sending secure messages among a group of nodes
WO2000028434A3 (en)*1998-11-122000-08-17Chris BeekmanMethod and apparatus for mixing, archiving and delivering of sound and/or video generated at remote locations
US6587943B1 (en)*1998-12-032003-07-01Nortel Networks Ltd.Apparatus and method for limiting unauthorized access to a network multicast
US6915434B1 (en)*1998-12-182005-07-05Fujitsu LimitedElectronic data storage apparatus with key management function and electronic data storage method
US8593505B2 (en)1998-12-282013-11-26At&T Intellectual Property I, LpVidecoconferencing method and system for connecting a host with a plurality of participants
US8345081B2 (en)1998-12-282013-01-01At&T Intellectual Property I, LpVidecoconferencing method and system for connecting a host with a plurality of participants
US6947068B2 (en)1998-12-282005-09-20Sbc Properties, L.P.Videoconferencing method and system for connecting a host with a plurality of participants
US20080174656A1 (en)*1998-12-282008-07-24Terry Ray ForknerVidecoconferencing Method and System for Connecting a Host with a Plurality of Participants
US20060001738A1 (en)*1998-12-282006-01-05Forkner Terry RVideoconferencing method and system for connecting a host with a plurality of participants
US7369153B2 (en)1998-12-282008-05-06At&T Knowledge Ventures LpVideoconferencing method and system for connecting a host with a plurality of participants
US6433813B1 (en)1998-12-282002-08-13Ameritech CorporationVideoconferencing method and system for connecting a host with a plurality of participants
US6801241B2 (en)1998-12-282004-10-05Sbc Properties, L.P.Videoconferencing method and system for connecting a host with a plurality of participants
US6182214B1 (en)1999-01-082001-01-30Bay Networks, Inc.Exchanging a secret over an unreliable network
WO2000041357A1 (en)*1999-01-082000-07-13Nortel Networks LimitedExchanging a secret over an unreliable network
US20070110248A1 (en)*1999-02-052007-05-17Yunzhou LiMethod for key distribution in a hierarchical multicast traffic security system for an internetwork
US7881477B2 (en)1999-02-052011-02-01Avaya Inc.Method for key distribution in a hierarchical multicast traffic security system for an internetwork
US7286665B1 (en)*1999-04-062007-10-23Contentguard Holdings, Inc.System and method for transferring the right to decode messages
WO2000062503A3 (en)*1999-04-132001-01-25Nortel Networks LtdApparatus and method for authenticating messages in a multicast
US6725276B1 (en)*1999-04-132004-04-20Nortel Networks LimitedApparatus and method for authenticating messages transmitted across different multicast domains
US6643773B1 (en)*1999-04-132003-11-04Nortel Networks LimitedApparatus and method for authenticating messages in a multicast
US6564261B1 (en)1999-05-102003-05-13Telefonaktiebolaget Lm Ericsson (Publ)Distributed system to intelligently establish sessions between anonymous users over various networks
JP2002544608A (en)*1999-05-102002-12-24テレフオンアクチーボラゲット エル エム エリクソン(パブル) A distributed system for establishing intelligent sessions between anonymous users over various networks
WO2000069140A1 (en)*1999-05-102000-11-16Telefonaktiebolaget Lm Ericsson (Publ)A distributed system to intelligently establish sessions between anonymous users over various networks
US6850987B1 (en)*1999-06-012005-02-01Fastforward Networks, Inc.System for multipoint infrastructure transport in a computer network
US7127610B1 (en)*1999-06-022006-10-24Nortel Networks LimitedApparatus and method of implementing multicast security between multicast domains
US20100002690A1 (en)*1999-06-082010-01-07Henning SchulzrinneNetwork telephony appliance and system for inter/intranet telephony
US20090290695A1 (en)*1999-06-082009-11-26Henning SchulzrinneNetwork Telephony Appliance and System for Inter/Intranet Telephony
US9413585B2 (en)1999-06-082016-08-09The Trustees Of Columbia University In The City Of New YorkNetwork telephony appliance and system for inter/intranet telephony
US8271660B2 (en)1999-06-082012-09-18The Trustees Of Columbia University In The City Of New YorkNetwork telephony appliance and system for inter/intranet telephony
WO2000079734A1 (en)*1999-06-182000-12-28The Trustees Of Columbia University In The City Of New YorkSystem and method for receiving over a network a broadcast from a broadcast source
US7296091B1 (en)1999-06-182007-11-13The Trustees Of Columbia University In The City Of New YorkSystem and method for receiving over a network a broadcast from a broadcast source
US6263435B1 (en)*1999-07-062001-07-17Matsushita Electric Industrial Co., Ltd.Dual encryption protocol for scalable secure group communication
USRE40708E1 (en)*1999-07-062009-05-05Panasonic CorporationDual encryption protocol for scalable secure group communication
WO2001003364A1 (en)*1999-07-062001-01-11Matsushita Electric Industrial Co., Ltd.Dual encryption protocol for scalable secure group communication
US6240188B1 (en)*1999-07-062001-05-29Matsushita Electric Industrial Co., Ltd.Distributed group key management scheme for secure many-to-many communication
WO2001003365A1 (en)*1999-07-062001-01-11Matsushita Electric Industrial Co., Ltd.Distributed group key management scheme for secure many-to-many communication
US7257706B1 (en)1999-08-092007-08-14Tristrata Security, Inc.Method of securing a document in a system and controlling access to the document and a seal for use in the method
US6912655B1 (en)*1999-08-092005-06-28Tristrata Security Inc.Network security architecture system utilizing seals
US7743249B1 (en)1999-08-092010-06-22Tristrata Security, Inc.Method of securing a document in a system and controlling access to the document and a seal for use in the method
US7434046B1 (en)*1999-09-102008-10-07Cisco Technology, Inc.Method and apparatus providing secure multicast group communication
US7181014B1 (en)1999-09-102007-02-20Cisco Technology, Inc.Processing method for key exchange among broadcast or multicast groups that provides a more efficient substitute for Diffie-Hellman key exchange
US6987855B1 (en)1999-09-102006-01-17Cisco Technology, Inc.Operational optimization of a shared secret Diffie-Hellman key exchange among broadcast or multicast groups
US7660983B1 (en)1999-09-292010-02-09Cisco Technology, Inc.Method and apparatus for creating a secure communication channel among multiple event service nodes
US7260716B1 (en)*1999-09-292007-08-21Cisco Technology, Inc.Method for overcoming the single point of failure of the central group controller in a binary tree group key exchange approach
US7013389B1 (en)*1999-09-292006-03-14Cisco Technology, Inc.Method and apparatus for creating a secure communication channel among multiple event service nodes
US6275859B1 (en)*1999-10-282001-08-14Sun Microsystems, Inc.Tree-based reliable multicast system where sessions are established by repair nodes that authenticate receiver nodes presenting participation certificates granted by a central authority
WO2001031470A1 (en)*1999-10-282001-05-03Sun Microsystems, Inc.Efficient member authentication and authorization for a tree-based reliable multicast data distribution setup
GB2371132B (en)*1999-10-282004-06-16Sun Microsystems IncEfficient member authentication and authorization for a tree-based reliable multicast data distribution setup
GB2371132A (en)*1999-10-282002-07-17Sun Microsystems IncEfficient member authentication and authorization for a tree-based reliable multicast data distribution setup
US6674994B1 (en)1999-12-012004-01-06Panamsat CorporationPickup and delivery of data files
US20040092251A1 (en)*1999-12-012004-05-13Fell Gail HegartyPickup and delivery of data files
US20060077977A1 (en)*1999-12-102006-04-13Sun Microsystems, Inc.System and method for separating addresses from the delivery scheme in a virtual private network
US6977929B1 (en)1999-12-102005-12-20Sun Microsystems, Inc.Method and system for facilitating relocation of devices on a network
US6970941B1 (en)1999-12-102005-11-29Sun Microsystems, Inc.System and method for separating addresses from the delivery scheme in a virtual private network
US7685309B2 (en)1999-12-102010-03-23Sun Microsystems, Inc.System and method for separating addresses from the delivery scheme in a virtual private network
US7336790B1 (en)1999-12-102008-02-26Sun Microsystems Inc.Decoupling access control from key management in a network
US7765581B1 (en)1999-12-102010-07-27Oracle America, Inc.System and method for enabling scalable security in a virtual private network
US6938169B1 (en)1999-12-102005-08-30Sun Microsystems, Inc.Channel-specific file system views in a private network using a public-network infrastructure
US7383436B2 (en)1999-12-222008-06-03Cisco Technology, Inc.Method and apparatus for distributing and updating private keys of multicast group managers using directory replication
US7103185B1 (en)1999-12-222006-09-05Cisco Technology, Inc.Method and apparatus for distributing and updating private keys of multicast group managers using directory replication
US6901510B1 (en)1999-12-222005-05-31Cisco Technology, Inc.Method and apparatus for distributing and updating group controllers over a wide area network using a tree structure
WO2001050687A1 (en)*1999-12-302001-07-12Computer Associates Think, Inc.Method and apparatus for multi-tiered data multicasting
US20070186093A1 (en)*2000-01-042007-08-09Cisco Technology, Inc.System and method for providing security in a telecommunication network
US7006494B1 (en)2000-01-042006-02-28Cisco Technology, Inc.System and method for a virtual telephony intermediary
US6804254B1 (en)2000-01-042004-10-12Cisco Technology, Inc.System and method for maintaining a communication link
US7069432B1 (en)2000-01-042006-06-27Cisco Technology, Inc.System and method for providing security in a telecommunication network
US7079495B1 (en)*2000-01-042006-07-18Cisco Technology, Inc.System and method for enabling multicast telecommunications
US7890749B2 (en)2000-01-042011-02-15Cisco Technology, Inc.System and method for providing security in a telecommunication network
US20050097317A1 (en)*2000-01-122005-05-05Jonathan TrostleDirectory enabled secure multicast group communications
US7089211B1 (en)2000-01-122006-08-08Cisco Technology, Inc.Directory enabled secure multicast group communications
US7502927B2 (en)*2000-01-122009-03-10Cisco Technology, Inc.Directory enabled secure multicast group communications
US6738900B1 (en)*2000-01-282004-05-18Nortel Networks LimitedMethod and apparatus for distributing public key certificates
WO2001055879A1 (en)*2000-01-282001-08-02Ibeam Broadcasting CorporationA system and method for determining optimal server in a distributed network for serving content streams
US6839437B1 (en)*2000-01-312005-01-04International Business Machines CorporationMethod and apparatus for managing keys for cryptographic operations
WO2001069398A1 (en)*2000-03-132001-09-20Yahoo !Transmission of multicast media between networks
US6523069B1 (en)2000-03-132003-02-18Yahoo! Inc.Transmission of multicast media between networks
US20010023487A1 (en)*2000-03-152001-09-20Akiko KawamotoMulticast system, authentication server terminal, multicast receiver terminal controlling method, and storage medium
US7076654B2 (en)*2000-03-152006-07-11Nec CorporationMulticast system, authentication server terminal, multicast receiver terminal controlling method, and storage medium
US7065643B1 (en)*2000-03-282006-06-20Motorola, Inc.Network compromise recovery methods and apparatus
KR100777906B1 (en)*2000-04-062007-11-20소니 가부시끼 가이샤 Information processing system and method
US7707410B2 (en)2000-04-062010-04-27Sony CorporationInformation processing system and method
WO2001078298A1 (en)*2000-04-062001-10-18Sony CorporationInformation processing system and method
US20060159272A1 (en)*2000-04-062006-07-20Sony CorporationInformation processing system and method
WO2001078299A1 (en)*2000-04-062001-10-18Sony CorporationInformation processing system and method
US7443984B2 (en)2000-04-062008-10-28Sony CorporationInformation processing system and method for distributing encrypted message data
US20030076958A1 (en)*2000-04-062003-04-24Ryuji IshiguroInformation processing system and method
US7505599B2 (en)2000-04-062009-03-17Sony CorporationInformation processing system and method for managing encrypted data with tag information
US20020136411A1 (en)*2000-04-062002-09-26Ryuji IshiguroInformation processing system and method
US7360084B1 (en)*2000-05-152008-04-15Nortel Networks LimitedSystem, device, and method for controlling access in a multicast communication network
US20070263875A1 (en)*2000-06-152007-11-15Sony CorporationInformation processing system and method using encryption key block
US7957537B2 (en)*2000-06-152011-06-07Sony CorporationInformation processing system and method using encryption key block
US8230010B1 (en)*2000-06-292012-07-24Rockstar Bidco LpSystem, device, and method for controlling access in a multicast communication network
US6941457B1 (en)2000-06-302005-09-06Cisco Technology, Inc.Establishing a new shared secret key over a broadcast channel for a multicast group based on an old shared secret key
US7373507B2 (en)2000-08-102008-05-13Plethora Technology, Inc.System and method for establishing secure communication
US20020056040A1 (en)*2000-08-102002-05-09Timothy J. SimmsSystem and method for establishing secure communication
US8675832B2 (en)2000-08-112014-03-18The Trustees Of Columbia University In The City Of New YorkSystem and method for unified messaging in inter/intranet telephony
US7075919B1 (en)*2000-08-222006-07-11Cisco Technology, Inc.System and method for providing integrated voice, video and data to customer premises over a single network
US7454518B1 (en)2000-09-122008-11-18Nortel Networks LimitedSystem, device, and method for receiver access control in a multicast communication network
US7573881B2 (en)*2000-09-132009-08-11Nortel Networks LimitedSystem, device, and method for receiver access control in a multicast communication system
US20060034281A1 (en)*2000-09-132006-02-16Bradley CainSystem, device, and method for receiver access control in a multicast communication system
US8370507B1 (en)*2000-09-132013-02-05Rockstar Bidco LpSystem, device, and method for receiver access control in an internet television
US20130117776A1 (en)*2000-09-132013-05-09Rockstar Consortium Us LpSystem, device, and method for receiver access control in an internet television system
US9191688B2 (en)*2000-09-132015-11-17Rpx Clearinghouse LlcTelevision delivery system
US8789087B2 (en)*2000-09-132014-07-22Rockstar Consortium Us LpSystem, device, and method for receiver access control in an internet television system
US20140331249A1 (en)*2000-09-132014-11-06Rockstar Consortium Us LpTelevision delivery system
US8966100B1 (en)*2000-09-132015-02-24Rockstar Consortium Us LpSystem, device, and method for distributing access control information in a communication system
US6993138B1 (en)2000-09-142006-01-31Nortel Networks LimitedSpatial key trees for key management in wireless environments
US20020170053A1 (en)*2000-10-262002-11-14General Instrument, Inc.ECM and EMM distribution for multimedia multicast content
US20020174366A1 (en)*2000-10-262002-11-21General Instrument, Inc.Enforcement of content rights and conditions for multimedia content
US20020172366A1 (en)*2000-10-262002-11-21General Instrument, Inc.Initial viewing period for scalable authorization of streaming multimedia content
WO2002063850A3 (en)*2000-10-262003-04-17Gen Instrument CorpEcm and emm distribution for multimedia multicast content
US20030140227A1 (en)*2000-12-262003-07-24Tomoyuki AsanoInformation processing system and method
KR100852305B1 (en)2000-12-262008-08-18소니 가부시끼 가이샤Information processing system and method
US7346170B2 (en)2000-12-262008-03-18Sony CorporationInformation processing system and method
WO2002052781A1 (en)*2000-12-262002-07-04Sony CorporationInformation processing system and method
US7405731B2 (en)2000-12-262008-07-29Sony CorporationInformation processing system and method
US20030185396A1 (en)*2000-12-262003-10-02Sony CorporationInformation processing system and method
US6911974B2 (en)2000-12-262005-06-28Sony CorporationInformation processing system and method
US7738662B2 (en)2000-12-262010-06-15Sony CorporationInformation processing system and method
US20070098177A1 (en)*2000-12-262007-05-03Sony CorporationInformation processing system and method
WO2002052779A1 (en)*2000-12-262002-07-04Sony CorporationInformation processing system and method
US20050228809A1 (en)*2000-12-262005-10-13Sony CorporationInformation processing system and method
WO2002052780A1 (en)*2000-12-262002-07-04Sony CorporationInformation processing system and method
EP1710947A1 (en)*2000-12-262006-10-11Sony CorporationHierarchical data content tree distribution information system and method
US20030142824A1 (en)*2000-12-262003-07-31Tomoyuki AsanoInformation processing system and method
KR100859622B1 (en)2000-12-262008-09-23소니 가부시끼 가이샤 Information processing system and method
KR100859623B1 (en)2000-12-262008-09-23소니 가부시끼 가이샤 Information processing system and method
US7167564B2 (en)2000-12-262007-01-23Sony CorporationInformation processing system and method
US20020087114A1 (en)*2000-12-292002-07-04Medtronic, Inc.Therapy management techniques for an implantable medical device
CN1303777C (en)*2001-01-262007-03-07国际商业机器公司 Broadcast Encryption and Key Revocation Method for Stateless Receivers
CN1976277B (en)*2001-01-262010-10-13国际商业机器公司Broadcast enciphering and cipher key canceling method of non-state receiver
US11108569B2 (en)2001-01-262021-08-31International Business Machines CorporationRenewable traitor tracing
US7925025B2 (en)2001-01-262011-04-12International Business Machines CorporationMethod for broadcast encryption and key revocation of stateless receivers
US7698551B2 (en)*2001-01-262010-04-13International Business Machines CorporationMethod for broadcast encryption and key revocation of stateless receivers
US9520993B2 (en)2001-01-262016-12-13International Business Machines CorporationRenewable traitor tracing
US20080192939A1 (en)*2001-01-262008-08-14Jeffrey Bruce LotspiechMethod for broadcast encryption and key revocation of stateless receivers
US20070067244A1 (en)*2001-01-262007-03-22Hongxia JinRenewable traitor tracing
US7039803B2 (en)*2001-01-262006-05-02International Business Machines CorporationMethod for broadcast encryption and key revocation of stateless receivers
US20020147906A1 (en)*2001-01-262002-10-10International Business Machines CorporationMethod for broadcast encryption and key revocation of stateless receivers
US7010125B2 (en)2001-01-262006-03-07Interntional Business Machines CorporationMethod for tracing traitor receivers in a broadcast encryption system
US20050195980A1 (en)*2001-01-262005-09-08International Business Machines CorporationMethod for broadcast encryption and key revocation of stateless receivers
US20020104098A1 (en)*2001-01-312002-08-01Zustak Fred J.Subscriber class television channel with class member programming
US20020133398A1 (en)*2001-01-312002-09-19Microsoft CorporationSystem and method for delivering media
US20020174354A1 (en)*2001-03-122002-11-21Bel Hendrik JanReceiving device for securely storing a content item, and playback device
US7124304B2 (en)*2001-03-122006-10-17Koninklijke Philips Electronics N.V.Receiving device for securely storing a content item, and playback device
US9100457B2 (en)2001-03-282015-08-04Qualcomm IncorporatedMethod and apparatus for transmission framing in a wireless communication system
US8077679B2 (en)2001-03-282011-12-13Qualcomm IncorporatedMethod and apparatus for providing protocol options in a wireless communication system
US20020141591A1 (en)*2001-03-282002-10-03Philip HawkesMethod and apparatus for security in a data processing system
US8121296B2 (en)2001-03-282012-02-21Qualcomm IncorporatedMethod and apparatus for security in a data processing system
US20020144112A1 (en)*2001-03-292002-10-03Steffen FriesMethod and arrangement for data communication in a cryptographic system containing a plurality of entities
US20020154780A1 (en)*2001-03-292002-10-24Steffen FriesMethod and arrangement for data communication in a cryptographic system containing a plurality of entities
US20030185399A1 (en)*2001-03-292003-10-02Ryuji IshiguroInformation processing apparatus
EP1278330A4 (en)*2001-03-292006-05-10Sony CorpInformation processing apparatus
EP1246390A3 (en)*2001-03-292003-11-05Siemens AktiengesellschaftMethod and system for data communication in a cryptographic system having plural instances
US7336791B2 (en)2001-03-292008-02-26Sony CorporationInformation processing apparatus
US7590247B1 (en)*2001-04-182009-09-15Mcafee, Inc.System and method for reusable efficient key distribution
US7043024B1 (en)*2001-04-182006-05-09Mcafee, Inc.System and method for key distribution in a hierarchical tree
US7362870B2 (en)2001-04-192008-04-22Sony CorporationMethod and apparatus for recording/playing back information
US20020154635A1 (en)*2001-04-232002-10-24Sun Microsystems, Inc.System and method for extending private networks onto public infrastructure using supernets
US20020165920A1 (en)*2001-04-242002-11-07Alcatel, Societe AnonymeFacilitating simultaneous download of a multicast file to a plurality of end user download devices
US7995603B2 (en)*2001-05-222011-08-09Nds LimitedSecure digital content delivery system and method over a broadcast network
US20040101138A1 (en)*2001-05-222004-05-27Dan RevitalSecure digital content delivery system and method over a broadcast network
US7536715B2 (en)2001-05-252009-05-19Secure Computing CorporationDistributed firewall system and method
US20030126468A1 (en)*2001-05-252003-07-03Markham Thomas R.Distributed firewall system and method
US7290135B2 (en)2001-05-292007-10-30Siemens AktiengesellschaftMethod and arrangement for data communication in a cryptographic system containing a plurality of entities
US20030056114A1 (en)*2001-06-152003-03-20Microsoft CorporationNetworked device branding for secure interaction in trust webs on open networks
US7500104B2 (en)*2001-06-152009-03-03Microsoft CorporationNetworked device branding for secure interaction in trust webs on open networks
US7096356B1 (en)*2001-06-272006-08-22Cisco Technology, Inc.Method and apparatus for negotiating Diffie-Hellman keys among multiple parties using a distributed recursion approach
US20050278524A1 (en)*2001-08-242005-12-15Eric DiehlLocal digital network, methods for installing new devices and data broadcast and reception methods in such a network
US9210137B2 (en)*2001-08-242015-12-08Thomson LicensingLocal digital network, methods for installing new devices and data broadcast and reception methods in such a network
US20030056093A1 (en)*2001-09-192003-03-20Microsoft CorporationPeer-to-peer name resolution protocol (PNRP) group security infrastructure and method
US7068789B2 (en)*2001-09-192006-06-27Microsoft CorporationPeer-to-peer name resolution protocol (PNRP) group security infrastructure and method
US7493363B2 (en)2001-09-192009-02-17Microsoft CorporationPeer-to-peer group management and method for maintaining peer-to-peer graphs
US20030061481A1 (en)*2001-09-262003-03-27David LevineSecure broadcast system and method
WO2003028284A1 (en)*2001-09-262003-04-03Synchron NetworksSecure broadcast system and method
US8983065B2 (en)2001-10-092015-03-17Qualcomm IncorporatedMethod and apparatus for security in a data processing system
US20100107041A1 (en)*2001-10-122010-04-29Qualcomm IncorporatedMethod and system for reduction of decoding complexity in a communication system
US8730999B2 (en)2001-10-122014-05-20Qualcomm IncorporatedMethod and system for reduction of decoding complexity in a communication system
US8713400B2 (en)2001-10-122014-04-29Qualcomm IncorporatedMethod and system for reduction of decoding complexity in a communication system
US8307204B2 (en)2001-10-242012-11-06Nokia Siemens Networks OyCiphering as a part of the multicast concept
WO2003036908A1 (en)*2001-10-242003-05-01Nokia CorporationCiphering as a part of the multicast concept
WO2003036907A1 (en)*2001-10-242003-05-01Nokia CorporationCiphering as a part of the multicast concept
US8549287B2 (en)2001-10-242013-10-01Nokia CorporationCiphering as a part of the multicast concept
US9520996B2 (en)2001-10-242016-12-13Nokia Technologies OyCiphering data for transmission in a network
WO2003036857A1 (en)*2001-10-242003-05-01Nokia CorporationCiphering as a part of the multicast cencept
US20050015583A1 (en)*2001-10-242005-01-20Sinikka SarkkinenCiphering as a part of the multicast concept
US20050021945A1 (en)*2001-10-242005-01-27Valtteri NiemiCiphering as a part of the multicast concept
US20030088620A1 (en)*2001-11-052003-05-08Microsoft CorporationScaleable message dissemination system and method
US7334125B1 (en)2001-11-272008-02-19Cisco Technology, Inc.Facilitating secure communications among multicast nodes in a telecommunications network
US8543827B2 (en)2001-12-122013-09-24Intellectual Ventures I LlcMethods and systems for providing access control to secured data
US10360545B2 (en)2001-12-122019-07-23Guardian Data Storage, LlcMethod and apparatus for accessing secured electronic data off-line
US9542560B2 (en)2001-12-122017-01-10Intellectual Ventures I LlcMethods and systems for providing access control to secured data
US8006280B1 (en)2001-12-122011-08-23Hildebrand Hal SSecurity system for generating keys from access rules in a decentralized manner and methods therefor
US7930756B1 (en)2001-12-122011-04-19Crocker Steven ToyeMulti-level cryptographic transformations for securing digital assets
US7478418B2 (en)2001-12-122009-01-13Guardian Data Storage, LlcGuaranteed delivery of changes to security policies in a distributed system
US7921450B1 (en)2001-12-122011-04-05Klimenty VainsteinSecurity system using indirect key generation from access rules and methods therefor
US7921284B1 (en)2001-12-122011-04-05Gary Mark KinghornMethod and system for protecting electronic data in enterprise environment
US7921288B1 (en)2001-12-122011-04-05Hildebrand Hal SSystem and method for providing different levels of key security for controlling access to secured items
US7913311B2 (en)2001-12-122011-03-22Rossmann AlainMethods and systems for providing access control to electronic data
US10033700B2 (en)2001-12-122018-07-24Intellectual Ventures I LlcDynamic evaluation of access rights
US8065713B1 (en)2001-12-122011-11-22Klimenty VainsteinSystem and method for providing multi-location access management to secured items
US10229279B2 (en)2001-12-122019-03-12Intellectual Ventures I LlcMethods and systems for providing access control to secured data
US20030110397A1 (en)*2001-12-122003-06-12Pervasive Security Systems, Inc.Guaranteed delivery of changes to security policies in a distributed system
US7783765B2 (en)2001-12-122010-08-24Hildebrand Hal SSystem and method for providing distributed access control to secured documents
USRE41546E1 (en)2001-12-122010-08-17Klimenty VainsteinMethod and system for managing security tiers
USRE43906E1 (en)2001-12-122013-01-01Guardian Data Storage LlcMethod and apparatus for securing digital assets
US9129120B2 (en)2001-12-122015-09-08Intellectual Ventures I LlcMethods and systems for providing access control to secured data
US7729995B1 (en)2001-12-122010-06-01Rossmann AlainManaging secured files in designated locations
US7681034B1 (en)2001-12-122010-03-16Chang-Ping LeeMethod and apparatus for securing electronic data
US8341406B2 (en)2001-12-122012-12-25Guardian Data Storage, LlcSystem and method for providing different levels of key security for controlling access to secured items
US8341407B2 (en)2001-12-122012-12-25Guardian Data Storage, LlcMethod and system for protecting electronic data in enterprise environment
US10769288B2 (en)2001-12-122020-09-08Intellectual Property Ventures I LlcMethods and systems for providing access control to secured data
US7562232B2 (en)2001-12-122009-07-14Patrick ZuiliSystem and method for providing manageability to security information for secured items
US7565683B1 (en)2001-12-122009-07-21Weiqing HuangMethod and system for implementing changes to security policies in a distributed security system
US7380120B1 (en)2001-12-122008-05-27Guardian Data Storage, LlcSecured data format for access control
US8266674B2 (en)2001-12-122012-09-11Guardian Data Storage, LlcMethod and system for implementing changes to security policies in a distributed security system
US8918839B2 (en)2001-12-122014-12-23Intellectual Ventures I LlcSystem and method for providing multi-location access management to secured items
US7950066B1 (en)2001-12-212011-05-24Guardian Data Storage, LlcMethod and system for restricting use of a clipboard application
US8943316B2 (en)2002-02-122015-01-27Intellectual Ventures I LlcDocument security system that permits external users to gain access to secured files
US7673136B2 (en)*2002-02-262010-03-02Stewart Ian AMethod for secure multicast repeating on the public Internet
US20030163690A1 (en)*2002-02-262003-08-28Stewart Ian A.Method for secure multicast repeating on the public Internet
EP1496438A4 (en)*2002-04-152008-09-24Sony CorpInformation processing device, method, and program
US20030218980A1 (en)*2002-04-172003-11-27Hitachi, Ltd.Device and system for multicast communication
US7443851B2 (en)*2002-04-172008-10-28Hitachi, Ltd.Device and system for multicast communication
US9286484B2 (en)2002-04-222016-03-15Intellectual Ventures I LlcMethod and system for providing document retention using cryptography
US7631184B2 (en)2002-05-142009-12-08Nicholas RyanSystem and method for imposing security on copies of secured items
US6853628B2 (en)*2002-06-282005-02-08Interdigital Technology CorporationSystem for facilitating personal communications with multiple wireless transmit/receive units
US20050025135A1 (en)*2002-06-282005-02-03Interdigital Technology CorporationSystem for facilitating personal communications with multiple wireless transmit/receive units
US7783043B1 (en)2002-08-052010-08-24Nortel Networks LimitedSecure group communications
US9071588B2 (en)2002-08-052015-06-30Rpx Clearinghouse LlcSecure group communications
US8300830B2 (en)2002-08-052012-10-30Rockstar Bidco LpSecure group communications
US20100290625A1 (en)*2002-08-052010-11-18Nortel Networks LimitedSecure group communications
US7594262B2 (en)*2002-09-042009-09-22Secure Computing CorporationSystem and method for secure group communications
US20040044891A1 (en)*2002-09-042004-03-04Secure Computing CorporationSystem and method for secure group communications
US7231664B2 (en)2002-09-042007-06-12Secure Computing CorporationSystem and method for transmitting and receiving secure data in a virtual private group
US8307067B2 (en)2002-09-112012-11-06Guardian Data Storage, LlcProtecting encrypted files transmitted over a network
US7512810B1 (en)2002-09-112009-03-31Guardian Data Storage LlcMethod and system for protecting encrypted files transmitted over a network
US7486795B2 (en)*2002-09-202009-02-03University Of MarylandMethod and apparatus for key management in distributed sensor networks
US20050140964A1 (en)*2002-09-202005-06-30Laurent EschenauerMethod and apparatus for key management in distributed sensor networks
WO2004028148A1 (en)*2002-09-232004-04-01Telia Ab (Publ)System, method and computer program product for flexible distribution of teletext information
WO2004028147A1 (en)*2002-09-232004-04-01Telia Ab (Publ)Client terminal, method and computer program product for flexible distribution of separated subtitling, teletext information and television signal
EP1547330A4 (en)*2002-09-302011-07-27Samsung Electronics Co Ltd ENCRYPTION KEY MANAGEMENT AND DISTRIBUTION IN MULTICAST SERVICE AND MULTIMEDIA BROADCASTING (MBMS)
US8176334B2 (en)2002-09-302012-05-08Guardian Data Storage, LlcDocument security system that permits external users to gain access to secured files
USRE47443E1 (en)2002-09-302019-06-18Intellectual Ventures I LlcDocument security system that permits external users to gain access to secured files
US7542438B2 (en)*2002-10-152009-06-02Samsung Electronics Co., Ltd.Reliable multicast data retransmission method by grouping wireless terminals in wireless communication medium and apparatus for the same
US20040071128A1 (en)*2002-10-152004-04-15Samsung Electronics Co., Ltd.Reliable multicast data retransmission method by grouping wireless terminals in wireless communication medium and apparatus for the same
CN1726676B (en)*2002-10-172010-04-21株式会社Ntt都科摩 Communication Systems and Transmission Equipment
AU2003269504B2 (en)*2002-10-172007-10-04Ntt Docomo, Inc.Communication system and transfer device
EP1554840A1 (en)*2002-10-172005-07-20NTT DoCoMo, Inc.Communication system and transfer device
US20060143692A1 (en)*2002-10-172006-06-29Nnt Docomo, Inc.Communication system and transfer device
US7249370B2 (en)2002-10-172007-07-24Ntt Docomo, Inc.Communication system and transfer device
US7308706B2 (en)2002-10-282007-12-11Secure Computing CorporationAssociative policy model
US20040083382A1 (en)*2002-10-282004-04-29Secure Computing CorporationAssociative policy model
US7836310B1 (en)2002-11-012010-11-16Yevgeniy GutnikSecurity system that uses indirect password-based encryption
US8010681B2 (en)2002-12-042011-08-30Microsoft CorporationCommunicating between an application process and a server process to manage peer-to-peer identities
US20100030900A1 (en)*2002-12-042010-02-04Microsoft CoporationPeer-to-Peer Identity Management Interfaces and Methods
US9021106B2 (en)2002-12-042015-04-28Microsoft Technology Licensing, LlcPeer-to-peer identity management interfaces and methods
US7613812B2 (en)2002-12-042009-11-03Microsoft CorporationPeer-to-peer identity management interfaces and methods
US8756327B2 (en)2002-12-042014-06-17Microsoft CorporationPeer-to-peer identity management interfaces and methods
US7577838B1 (en)2002-12-202009-08-18Alain RossmannHybrid systems for securing digital assets
US7890990B1 (en)2002-12-202011-02-15Klimenty VainsteinSecurity system with staging capabilities
US8971790B2 (en)2003-01-022015-03-03Qualcomm IncorporatedMethod and apparatus for broadcast services in a communication system
US7596625B2 (en)2003-01-272009-09-29Microsoft CorporationPeer-to-peer grouping interfaces and methods
US7580529B2 (en)*2003-02-122009-08-25Deutsche Post AgMethod for verifying digital franking notes
US20060190732A1 (en)*2003-02-122006-08-24Deutsche Post AgMethod of Verifying the Validity of Digital Franking Notes and Device for Carrying Out Said Method
US20070076680A1 (en)*2003-03-042007-04-05Bamboo Mediacasting LtdSegmented data delivery over non-reliable link
US7673020B2 (en)2003-05-022010-03-02Microsoft CorporationSystem and method for facilitating communication between a computing device and multiple categories of media devices
US20040221044A1 (en)*2003-05-022004-11-04Oren RosenbloomSystem and method for facilitating communication between a computing device and multiple categories of media devices
US8707034B1 (en)2003-05-302014-04-22Intellectual Ventures I LlcMethod and system for using remote headers to secure electronic files
WO2004109443A3 (en)*2003-06-022005-06-16Liquid Machines IncManaging data objects in dynamic, distributed and collaborative contexts
US7587749B2 (en)2003-06-022009-09-08Liquid Machines, Inc.Computer method and apparatus for managing data objects in a distributed context
US7489783B2 (en)*2003-06-252009-02-10Ricoh Company, Ltd.Digital certificate management system, digital certificate management apparatus, digital certificate management method, update procedure determination method and program
US20060036850A1 (en)*2003-06-252006-02-16Tomoaki EnokidaDigital certificate management system, digital certificate management apparatus, digital certificate management method, update procedure determination method and program
US20110035597A1 (en)*2003-07-032011-02-10Koninklijke Philips Electronics N.V.Secure indirect addressing
US9015488B2 (en)*2003-07-032015-04-21Koninklijke Philips N.V.Secure indirect addressing
US8098818B2 (en)2003-07-072012-01-17Qualcomm IncorporatedSecure registration for a multicast-broadcast-multimedia system (MBMS)
US20050008159A1 (en)*2003-07-072005-01-13Francesco GrilliSecure registration for a multicast-broadcast-multimedia system (MBMS)
US8718279B2 (en)2003-07-082014-05-06Qualcomm IncorporatedApparatus and method for a secure broadcast system
US7555558B1 (en)2003-08-152009-06-30Michael Frederick KenrichMethod and system for fault-tolerant transfer of files across a network
US8724803B2 (en)*2003-09-022014-05-13Qualcomm IncorporatedMethod and apparatus for providing authenticated challenges for broadcast-multicast communications in a communication system
US20070028099A1 (en)*2003-09-112007-02-01Bamboo Mediacasting Ltd.Secure multicast transmission
US7831896B2 (en)2003-09-112010-11-09Runcom Technologies, Ltd.Iterative forward error correction
US20070044005A1 (en)*2003-09-112007-02-22Bamboo Mediacastion Ltd.Iterative forward error correction
CN100359968C (en)*2003-09-192008-01-02华为技术有限公司 A Method for Updating Group Key in Cluster System
CN100344183C (en)*2003-09-192007-10-17华为技术有限公司Group system group key managing method
US7969979B2 (en)*2003-09-292011-06-28Runcom Technologies Ltd.Distribution of multicast data to users
US20070211720A1 (en)*2003-09-292007-09-13Bamboo Media Casting Ltd.Distribution Of Multicast Data To Users
US7703140B2 (en)2003-09-302010-04-20Guardian Data Storage, LlcMethod and system for securing digital assets using process-driven security policies
US8327138B2 (en)2003-09-302012-12-04Guardian Data Storage LlcMethod and system for securing digital assets using process-driven security policies
US20050071497A1 (en)*2003-09-302005-03-31Zhen LiuMethod of establishing transmission headers for stateless group communication
US8739302B2 (en)2003-09-302014-05-27Intellectual Ventures I LlcMethod and apparatus for transitioning between states of security policies used to secure electronic documents
US8127366B2 (en)2003-09-302012-02-28Guardian Data Storage, LlcMethod and apparatus for transitioning between states of security policies used to secure electronic documents
US7496648B2 (en)2003-10-232009-02-24Microsoft CorporationManaged peer name resolution protocol (PNRP) interfaces for peer to peer networking
US7949996B2 (en)2003-10-232011-05-24Microsoft CorporationPeer-to-peer identity management managed interfaces and methods
US20050108371A1 (en)*2003-10-232005-05-19Microsoft CorporationManaged peer name resolution protocol (PNRP) interfaces for peer to peer networking
US8688803B2 (en)2004-03-262014-04-01Microsoft CorporationMethod for efficient content distribution using a peer-to-peer networking infrastructure
US20050216559A1 (en)*2004-03-262005-09-29Microsoft CorporationMethod for efficient content distribution using a peer-to-peer networking infrastructure
US8613102B2 (en)2004-03-302013-12-17Intellectual Ventures I LlcMethod and system for providing document retention using cryptography
US7487349B2 (en)*2004-04-232009-02-03Nagracard S.A.Method for securing a ciphered content transmitted by a broadcaster
US20050238170A1 (en)*2004-04-232005-10-27Rached KsontiniMethod for securing a ciphered content transmitted by a broadcaster
US7421267B2 (en)*2004-05-102008-09-02Kenichiro OkaLocal public information system
US20050250515A1 (en)*2004-05-102005-11-10Mitsubishi Denki Kabushiki KaishaLocal public information system
US8175278B2 (en)2004-05-122012-05-08Telefonaktiebolaget L M Ericsson (Publ)Key management messages for secure broadcast
US20080013733A1 (en)*2004-05-122008-01-17Mattias JohanssonKey Management Messages For Secure Broadcast
CN1954538B (en)*2004-05-122012-06-20艾利森电话股份有限公司Key management messages for secure broadcast
EP1745587A1 (en)*2004-05-122007-01-24Telefonaktiebolaget LM Ericsson (publ)Key management messages for secure broadcast
WO2005109735A1 (en)*2004-05-122005-11-17Telefonaktiebolaget Lm Ericsson (Publ)Key management messages for secure broadcast
US20080165974A1 (en)*2004-06-072008-07-10National Institute Of Information And Communications TechnologyCommunication Method and Communication System Using Decentralized Key Management Scheme
US8249258B2 (en)*2004-06-072012-08-21National Institute Of Information And Communications TechnologyCommunication method and communication system using decentralized key management scheme
EP1762080A1 (en)*2004-06-242007-03-14International Business Machines CorporationAccess control over multicast
US8301896B2 (en)2004-07-192012-10-30Guardian Data Storage, LlcMulti-level file digests
US7707427B1 (en)2004-07-192010-04-27Michael Frederick KenrichMulti-level file digests
US7516326B2 (en)*2004-10-152009-04-07Hewlett-Packard Development Company, L.P.Authentication system and method
US20060085637A1 (en)*2004-10-152006-04-20Binyamin PinkasAuthentication system and method
US20080101611A1 (en)*2004-11-162008-05-01Fredrik LindholmKey Distribution in Systems for Selective Access to Information
US7949135B2 (en)2004-11-162011-05-24Telefonaktiebolaget Lm Ericsson (Publ)Key distribution in systems for selective access to information
US20060112177A1 (en)*2004-11-242006-05-25Microsoft CorporationMethod and system for controlling access to presence information on a peer-to-peer basis
KR100733699B1 (en)2004-12-312007-06-28주식회사 케이티 Network Operator Authentication Method in Integrated Network Management System and Its Authentication System
US20100205428A1 (en)*2005-04-152010-08-12Weis Brian EMethod and Apparatus for Distributing Group Data In A Tunneled Encrypted Virtual Private Network
US8250359B2 (en)2005-04-152012-08-21Cisco Technology, Inc.Method and apparatus for distributing group data in a tunneled encrypted virtual private network
WO2006113566A1 (en)2005-04-152006-10-26Cisco Technology, Inc.Method and apparatus for distributing group data in a tunneled encrypted virtual private network
US7761702B2 (en)*2005-04-152010-07-20Cisco Technology, Inc.Method and apparatus for distributing group data in a tunneled encrypted virtual private network
US20090083536A1 (en)*2005-04-152009-03-26Weis Brian EMethod and apparatus for distributing group data in a tunneled encrypted virtual private network
US8036140B2 (en)2005-04-222011-10-11Microsoft CorporationApplication programming interface for inviting participants in a serverless peer to peer network
US7814214B2 (en)2005-04-222010-10-12Microsoft CorporationContact management in a serverless peer-to-peer system
US20090248868A1 (en)*2005-04-222009-10-01Microsoft CorporationContact Management in a Serverless Peer-to-Peer System
US20060239295A1 (en)*2005-04-222006-10-26Microsoft CorporationApplication programming interface for inviting participants in a serverless peer to peer network
US20060294585A1 (en)*2005-06-242006-12-28Microsoft CorporationSystem and method for creating and managing a trusted constellation of personal digital devices
US8117342B2 (en)2005-10-042012-02-14Microsoft CorporationMedia exchange protocol supporting format conversion of media items
US20070079010A1 (en)*2005-10-042007-04-05Microsoft CorporationMedia exchange protocol and devices using the same
US20080212496A1 (en)*2005-11-112008-09-04Huawei Technologies Co., Ltd.Communication network system and signal transmission method between leaf-nodes of multicast tree and node thereof
US7568106B2 (en)2005-12-162009-07-28International Business Machines CorporationCooperative non-repudiated message exchange in a network environment
US8001386B2 (en)2005-12-162011-08-16International Business Machines CorporationCooperative non-repudiated message exchange in a network environment
US20070143619A1 (en)*2005-12-162007-06-21International Business Machines CorporationCooperative non-repudiated message exchange in a network environment
US20080172561A1 (en)*2005-12-162008-07-17International Business Machines CorporationCooperative Non-Repudiated Message Exchange in a Network Environment
US20070150720A1 (en)*2005-12-272007-06-28Samsung Electronics Co., Ltd.Method and apparatus for transmitting message to wireless devices that are classified into groups
US7984295B2 (en)*2005-12-272011-07-19Samsung Electronics Co., Ltd.Method and apparatus for transmitting message to wireless devices that are classified into groups
CN100407818C (en)*2006-02-232008-07-30华为技术有限公司 A method for selecting session members when a PoC group initiates a session
US8364947B2 (en)*2006-03-222013-01-29Nds LimitedPeriod keys
US20090144551A1 (en)*2006-03-222009-06-04Nds LimitedPeriod Keys
US8468338B2 (en)*2006-07-062013-06-18Apple, Inc.Wireless access point security for multi-hop networks
US9510190B2 (en)2006-07-062016-11-29Apple Inc.Wireless access point security for multi-hop networks
US20090307484A1 (en)*2006-07-062009-12-10Nortel Networks LimitedWireless access point security for multi-hop networks
US20080013537A1 (en)*2006-07-142008-01-17Microsoft CorporationPassword-authenticated groups
US7958368B2 (en)2006-07-142011-06-07Microsoft CorporationPassword-authenticated groups
US8341417B1 (en)*2006-12-122012-12-25Cisco Technology, Inc.Data storage using encoded hash message authentication code
US20080152148A1 (en)*2006-12-212008-06-26Sudhakar Gosukonda Naga VenkatSecure broadcasting and multicasting
US8396221B2 (en)2006-12-212013-03-12Oracle International CorporationSecure broadcasting and multicasting
US8767966B2 (en)2006-12-212014-07-01Oracle International CorporationSecure broadcasting and multicasting
US20080165956A1 (en)*2007-01-092008-07-10Microsoft CorporationContent Encryption Schema For Integrating Digital Rights Management With Encrypted Multicast
US7978848B2 (en)*2007-01-092011-07-12Microsoft CorporationContent encryption schema for integrating digital rights management with encrypted multicast
US20080175387A1 (en)*2007-01-182008-07-24Matsushita Electric Works, Ltd.Systems and methods for rejoining a second group of nodes with a first group of nodes using a shared group key
US7840810B2 (en)2007-01-182010-11-23Panasonic Electric Works Co., Ltd.Systems and methods for rejoining a second group of nodes with a first group of nodes using a shared group key
US7970935B2 (en)*2007-03-302011-06-28Brother Kogyo Kabushiki KaishaNetwork system, information processor, and information processing program recording medium
US20080273474A1 (en)*2007-03-302008-11-06Brother Kogyo Kabushiki KaishaNetwork system, information processor, and information processing program recording medium
US8429400B2 (en)2007-06-212013-04-23Cisco Technology, Inc.VPN processing via service insertion architecture
US20080320303A1 (en)*2007-06-212008-12-25Cisco Technology, Inc.Vpn processing via service insertion architecture
US20090158273A1 (en)*2007-12-182009-06-18Thanabalan Thavittupitchai PaulSystems and methods to distribute software for client receivers of a content distribution system
US20090217342A1 (en)*2008-02-252009-08-27Sima NadlerParental Control for Social Networking
JP2010161548A (en)*2009-01-072010-07-22Hitachi LtdData distribution system, key management device, and key management method
CN101640787B (en)*2009-08-242011-10-26中兴通讯股份有限公司Method and device for hierarchical control access of multicast group
WO2012092410A1 (en)*2010-12-302012-07-05Cellcrypt Inc.A method of establishing secure groups of trusted contacts with access rights in a secure communication system
US9369459B2 (en)2010-12-302016-06-14Cellcrypt Group LimitedMethod of establishing secure groups of trusted contacts with access rights in a secure communication system
US20140245390A1 (en)*2011-08-252014-08-28Netapp, Inc.Systems and methods for providing secure multicast intra-cluster communication
US9043598B2 (en)*2011-08-252015-05-26Netapp, Inc.Systems and methods for providing secure multicast intra-cluster communication
US8938796B2 (en)2012-09-202015-01-20Paul Case, SR.Case secure computer architecture
US9122633B2 (en)2012-09-202015-09-01Paul Case, SR.Case secure computer architecture
US20140281540A1 (en)*2013-01-182014-09-18Apple Inc.Keychain syncing
US10218685B2 (en)*2013-01-182019-02-26Apple Inc.Keychain syncing
US9479583B2 (en)2013-01-182016-10-25Apple Inc.Conflict resolution for keychain syncing
US9684801B2 (en)2013-01-182017-06-20Apple Inc.Data protection for keychain syncing
US9710673B2 (en)2013-01-182017-07-18Apple Inc.Conflict resolution for keychain syncing
US10771545B2 (en)*2013-01-182020-09-08Apple Inc.Keychain syncing
US20160065548A1 (en)*2013-01-182016-03-03Apple Inc.Keychain syncing
US9077759B2 (en)2013-01-182015-07-07Apple Inc.Conflict resolution for keychain syncing
US20190273729A1 (en)*2013-01-182019-09-05Apple Inc.Keychain syncing
US9124637B2 (en)2013-01-182015-09-01Apple Inc.Data protection for keychain syncing
US9197700B2 (en)*2013-01-182015-11-24Apple Inc.Keychain syncing
US9888002B2 (en)*2013-02-272018-02-06Kt CorporationM2M data management
WO2014197836A1 (en)*2013-06-072014-12-11Huawei Technologies Co., Ltd.Extending data over cable service interface specification (docsis) provisioning of ethernet passive optical network (epon) (dpoe) to epon over coax (epoc) multicast key management
US9240983B2 (en)2013-06-072016-01-19Futurewei Technologies, Inc.Extending data over cable service interface specification (DOCSIS) provisioning of ethernet passive optical network (EPON) (DPoE) to EPON over coax (EPoC) multicast key management
US9948457B2 (en)2013-06-072018-04-17Futurewei Technologies, Inc.Extending data over cable service interface specification (DOCSIS) provisioning of ethernet passive optical network (EPON) (DPoE) to EPON over coax (EPoC) multicast key management
US9674159B2 (en)2013-06-072017-06-06Futurewei Technologies, Inc.Extending data over cable service interface specification (DOCSIS) provisioning of ethernet passive optical network (EPON) (DPoE) to EPON over coax (EPoC) multicast key management
US20150249868A1 (en)*2014-02-282015-09-03Alcatel-Lucent Usa Inc.Internet protocol television tiered service delivery over wi-fi networks
US9788076B2 (en)2014-02-282017-10-10Alcatel LucentInternet protocol television via public Wi-Fi network
US12001579B1 (en)*2017-03-022024-06-04Apple Inc.Cloud messaging system
US11025596B1 (en)*2017-03-022021-06-01Apple Inc.Cloud messaging system
US11432140B2 (en)*2017-03-092022-08-30Huawei Technologies Co., Ltd.Multicast service processing method and access point
US20220086017A1 (en)*2017-03-242022-03-17Oracle International CorporationSystem and method to provide multicast group membership defined relative to partition membership in a high performance computing environment
US11949530B2 (en)*2017-03-242024-04-02Oracle International CorporationSystem and method to provide multicast group membership defined relative to partition membership in a high performance computing environment
US11968132B2 (en)2017-03-242024-04-23Oracle International CorporationSystem and method to use queue pair 1 for receiving multicast based announcements in multiple partitions in a high performance computing environment
CN109284617A (en)*2018-09-062019-01-29郑州云海信息技术有限公司 Method, device and storage medium for controlling multi-process access to disk file
US12189744B2 (en)*2019-08-272025-01-07Capital One Services, LlcTechniques for multi-voice speech recognition commands
US20230359720A1 (en)*2019-08-272023-11-09Capital One Services, LlcTechniques for multi-voice speech recognition commands
US12081357B2 (en)*2019-09-192024-09-03Telefonaktiebolaget Lm Ericsson (Publ)Ultra-low latency atomic multicast
US20220360465A1 (en)*2019-09-192022-11-10Telefonaktiebolaget Lm Ericsson (Publ)Ultra-low latency atomic multicast
EP3905583A1 (en)2020-04-292021-11-03Ecosteer SrlMulticast encryption scheme for data-ownership platform
WO2021220161A1 (en)2020-04-292021-11-04Ecosteer SrlMulticast encryption scheme for data-ownership platform
US10771243B1 (en)2020-04-292020-09-08Ecosteer SrlMulticast encryption scheme for data-ownership platform
US12149611B2 (en)2020-04-292024-11-19Ecosteer SrlMulticast encryption scheme for data-ownership platform
US11736937B2 (en)2020-05-152023-08-22Nxp B.V.UWB communication node and operating method
CN111934892B (en)*2020-07-092021-08-17北京航空航天大学 An efficient sharing method of civil aviation information based on multicast
CN111934892A (en)*2020-07-092020-11-13北京航空航天大学Multicast-based civil aviation information efficient sharing method

Similar Documents

PublicationPublication DateTitle
US5748736A (en)System and method for secure group communications via multicast or broadcast
US6584566B1 (en)Distributed group key management for multicast security
US6901510B1 (en)Method and apparatus for distributing and updating group controllers over a wide area network using a tree structure
US7103185B1 (en)Method and apparatus for distributing and updating private keys of multicast group managers using directory replication
US7434046B1 (en)Method and apparatus providing secure multicast group communication
BallardieScalable multicast key distribution
US7334125B1 (en)Facilitating secure communications among multicast nodes in a telecommunications network
US7328343B2 (en)Method and apparatus for hybrid group key management
US7957320B2 (en)Method for changing a group key in a group of network elements in a network system
US7089211B1 (en)Directory enabled secure multicast group communications
US7260716B1 (en)Method for overcoming the single point of failure of the central group controller in a binary tree group key exchange approach
US6785809B1 (en)Server group key for distributed group key management
US7013389B1 (en)Method and apparatus for creating a secure communication channel among multiple event service nodes
US6987855B1 (en)Operational optimization of a shared secret Diffie-Hellman key exchange among broadcast or multicast groups
Hardjono et al.Multicast and group security
US7181014B1 (en)Processing method for key exchange among broadcast or multicast groups that provides a more efficient substitute for Diffie-Hellman key exchange
Chan et al.Key management approaches to offer data confidentiality for secure multicast
WO2008095431A1 (en)Node, distributing system and method of group key control message
RafaeliA decentralized architecture for group key management
Mukherjee et al.SIM-KM: scalable infrastructure for multicast key management
Du et al.Towards solving multicast key management problem
WO2000038392A2 (en)Apparatus and method for distributing authentication keys to network devices in a multicast
DondetiEfficient private group communication over public networks
Thomas et al.A novel decentralized group key management using attribute based encryption
WO2004036867A1 (en)Multi-path secured network communication

Legal Events

DateCodeTitleDescription
STCFInformation on status: patent grant

Free format text:PATENTED CASE

FEPPFee payment procedure

Free format text:PAT HLDR NO LONGER CLAIMS SMALL ENT STAT AS INDIV INVENTOR (ORIGINAL EVENT CODE: LSM1); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

REMIMaintenance fee reminder mailed
FPAYFee payment

Year of fee payment:4

SULPSurcharge for late payment
REMIMaintenance fee reminder mailed
FEPPFee payment procedure

Free format text:PAT HOLDER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: LTOS); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

FPAYFee payment

Year of fee payment:8

SULPSurcharge for late payment

Year of fee payment:7

REMIMaintenance fee reminder mailed
FPAYFee payment

Year of fee payment:12

SULPSurcharge for late payment

Year of fee payment:11


[8]ページ先頭

©2009-2025 Movatter.jp