The present disclosure relates to providing a secure cloud based collaboration system.
Online collaboration systems allow participants from around the world to communicate and share ideas. To enable scalable solutions, a collaboration system may transition away from on-premise deployed infrastructure, signaling, and media control to cloud hosted services. However, customers may be hesitant to switch to cloud-hosted services due to perceived loss of control around security and privacy of the collaboration data. This perception may be exacerbated by the fact that collaboration products may carry highly confidential customer information in an easily digestible format (e.g., text, voice, video, electronic documents).
The embodiments presented herein provide for a method for a key management service (KMS) to provide a conversation key over individually established secure channels. The KMS establishes, with a first device, a first ephemerally secure communication channel over an unsecure network. The KMS receives, over the first ephemerally secure communication channel, a first request for a conversation key. After obtaining the conversation key, the KMS transmits the conversation key to the first device over the first ephemerally secure communication channel. The KMS establishes, with a second device, a second ephemerally secure communication channel over the unsecure network. The KMS receives, over the second ephemerally secure communication channel, a second request for the conversation key. The conversation key is transmitted to the second device over the second ephemerally secure communication channel.
With the inherently remote nature of cloud hosted services, customers may be concerned about the privacy and security of data, such as data generated by cloud-based collaboration services. One example of a solution to ensure privacy and security in a cloud-hosted collaboration system may be to give customers on-premise control of the cryptographic keys used in establishing secure end-to-end communication session between client devices. In this way, the customer can maintain control over the security and privacy of the communications, while allowing the cloud-hosted system to handle the large scale issues of distribution, high availability, message delivery, and archiving. Additionally, the cloud-based service may allow for search indexing of a collaboration session, also called a conversation hereinafter, maintaining a scalable search index encrypted in the cloud.
Referring to
The online conference session may comprise voice, video, chat, desktop sharing, application sharing, and/or other types of data communication. Only two client devices are shown in
Referring now to
Referring now to
Referring now to
In one example, the KMS 140 is responsible for generating, distributing, and maintaining records of all cryptographic keys issued to any clients within a single trust boundary, such as a corporation. In some examples, the trust boundary may be pushed out to the service provider level. In another example, the KMS 140 acts as a client to the CHCS 110, so that it is able to receive messages from and send messages to client devices 120 and 122. The KMS 140 may authenticate itself to client devices 120 and/or 122 by signing its messages using a public certificate that has been issued by a mutually trusted certificate authority. The client devices 120 and 122 are aware of KMS 140, and may display details of the key management system involved in a conversation to the user, such as the common name (CN) from the KMS's public certificate.
In one example, client device 120 will establish a secure communication channel with the KMS 140 when it starts up a collaboration session by performing a signed Diffie-Hellman ephemeral key exchange in which messages are relayed through the CHCS 110. Alternatively, an ephemerally secure channel may be created for each request in the conversation. The Diffie-Hellman exchange can be standard or elliptic curve based, or use any other method for securely exchanging a shared secret over an insecure communication channel. In order to prevent a man-in-the-middle attack, the signing of these exchange messages may include encrypting and signing all client-to-KMS messages with the public key of the KMS 140 and encrypting and signing all KMS-to-client messages with the private key of the KMS 140. Once the ephemerally secure messaging channels 310 and 312 are established, clients 120 and 122 may each use their respective channel for subsequent requests. Each request may include an authorization token that can be validated by the KMS 140, and which is different from any authorization tokens used for communications with the CHCS 110 in order to prevent the CHCS 110 from being able to replay authorization tokens to the KMS 140 and retrieve cryptographic keys.
Referring now to
In one example, when client device 120 starts a collaboration session with an invitation to client 122, it notifies CHCS 110 of the invitation that is going to be sent. The CHCS 110 notifies the KMS 140, which generates a cryptographic key, associates it with the soon-to-be-established CHCS conversation, stores a copy of the key for subsequent use along with a list of authorized participants, and relays the conversation key through the ephemerally secured channels. According to one example, the conversation key is also associated with a conversation identifier. Once each client has received the conversation key, it can send symmetrically encrypted messages through the CHCS 110 to other conversation participants without concern that the message may be decrypted by the CHCS 110. Conversely, when client 122 receives the invitation to join a conversation, it sends a request 430 over its ephemerally secured CHCS channel to the KMS 140, along with its authorization token. Assuming the authorization token is valid for the requested conversation (i.e., client device 122 is an authorized participant), then the KMS 140 responds over the ephemerally secure channel with message 432 comprising the conversation key.
If a conversation member is added or removed after a conversation is established, the KMS 140 is notified of the change in participants. The KMS 140 can either add or revoke the authorization of the new or removed members in its database and rely on the CHCS to start or stop delivering messages to the new or removed members. Alternatively, the KMS 140 may generate a new conversation key, store the key and participant authorizations in its database, and distribute the new conversation key to the modified list of participants. Generating a new conversation key when a participant is removed from a conversation ensures that a malicious participant is unable to collude with the CHCS to continue to passively participate in a conversation after being removed.
Referring now to
Referring now to
In one example, the requests for a conversation key comprise a conversation identifier. The KMS may maintain a record of authorized users for each conversation identifier. Additionally, the KMS may generate a new cryptographic key each when a request with a new conversation identifier is received, and subsequently store the newly generated conversation key associated with the conversation identifier in a keys database. When another client device requests the conversation key associated with a conversation identifier, the KMS may determine whether the new client device is an authorized participant. If the new device is authorized, then the KMS may retrieve the conversation key from the keys database and transmit the conversation key back to the new device.
In some examples, the timing of the steps in process 600 may be altered. For example, the KMS may wait for each client device to set up an ephemerally secure communication channel and submit a request before obtaining the conversation key. This may alleviate the need for the KMS to retrieve the conversation key from the keys database each time a request is received.
Referring now to
In one example, participating in the secure conversation may comprise encrypting outgoing messages with the conversation key, and transmitting the encrypted outgoing messages to the other participants in the secure conversation. The client device may also receive encrypted incoming messages from the other participants, which may be decrypted with the conversation key. The decrypted incoming messages may be displayed or presented on the client device.
In another example, the encrypted incoming and outgoing messages may be mediated by the CHCS. The encrypted messages may be accompanied by an unencrypted conversation identifier, allowing the CHCS to route the encrypted messages to the appropriate client devices without having access to the encrypted content of the messages.
Referring now to
In summary, the techniques presented herein provide for hybrid cloud/on-premise end-to-end secure cloud hosted collaboration solution. This approach involves on-premise key management, while relying on the cloud for persistent storage and handling of message traffic. The end-to-end encryption maintains the confidentiality of the conversations, and the on-premise key management maintains the control over the encryption keys.
In one example, the techniques presented herein provide for a method for a key management service to provide a conversation key over individually established secure channels. The key management service establishes, with a first device, a first ephemerally secure communication channel over an unsecure network. The key management service receives, over the first ephemerally secure communication channel, a first request for a conversation key. After obtaining the conversation key, the key management service transmits the conversation key to the first device over the first ephemerally secure communication channel. The key management service establishes, with a second device, a second ephemerally secure communication channel over the unsecure network. The key management service receives, over the second ephemerally secure communication channel, a second request for the conversation key. The conversation key is transmitted to the second device over the second ephemerally secure communication channel.
In another example, the techniques presented herein provide for an apparatus configured to provide a conversation key over individually established secure channels. The apparatus comprises a network interface unit configured to enable communications with a first device and a second device over an insecure network. The apparatus also comprises a processor configured to establish, via the network interface unit, a first ephemerally secure communication channel with the first device. The processor is further configured to obtain, over the first ephemerally secure communication channel, a first request for a conversation key via the network interface unit. The processor is configured to obtain the conversation key and cause the conversation key to be transmitted via the network interface unit over the first ephemerally secure communication channel. The processor is further configured to establish, via the network interface unit, a second ephemerally secure communication channel with the second device. The processor is configured to obtain, over the second ephemerally secure communication channel, a second request for the conversation key received via the network interface unit. The processor is further configured to cause the conversation key to be transmitted via the network interface unit over the second ephemerally secure communication channel.
In a further example, the techniques presented herein provide for a method for a client device to participate in an end-to-end encrypted conversation. The client device establishes an ephemerally secure communication channel with a first device over an unsecure network, and requests a conversation key over the ephemerally secure communication channel. The client device receives the conversation key over the ephemerally secure communication channel. Using the conversation key, the client device participates in a secure conversation with a second device over the unsecure network.
In yet another example, the techniques presented herein provide for a method for a cloud hosted collaboration service (CHCS) to support an end-to-end encrypted conversation. The CHCS establishes a plurality of ephemerally secure communication channels between a key management server and a plurality of devices. Each of the plurality of ephemerally secure communication channels corresponds to only one of the plurality of devices. The CHCS distributes a conversation key obtained by the key management server to the plurality of devices over the plurality of ephemerally secure communication channels. The CHCS receives a plurality of encrypted conversation messages from the plurality of devices, and forwards the plurality of encrypted messages to the plurality of devices. The CHCS forwards the plurality of encrypted messages such that each of the plurality of devices obtains each of the plurality of encrypted messages.
The above description is intended by way of example only. Various modifications and structural changes may be made therein without departing from the scope of the concepts described herein and within the scope and range of equivalents of the claims.