Users of electronic devices increasingly desire to communicate privately and securely with one another. Unfortunately, existing approaches to securing communications can be difficult and/or cumbersome to use. As one example, some approaches to data security make use of digital certificates or keys, or pre-shared passwords, which can be tedious to manage. Further, existing approaches are often susceptible to interception (e.g., eavesdropping and man-in-the middle attacks), forensic analysis, and impersonation.
Various embodiments of the invention are disclosed in the following detailed description and the accompanying drawings.
The invention can be implemented in numerous ways, including as a process; an apparatus; a system; a composition of matter; a computer program product embodied on a computer readable storage medium; and/or a processor, such as a processor configured to execute instructions stored on and/or provided by a memory coupled to the processor. In this specification, these implementations, or any other form that the invention may take, may be referred to as techniques. In general, the order of the steps of disclosed processes may be altered within the scope of the invention. Unless stated otherwise, a component such as a processor or a memory described as being configured to perform a task may be implemented as a general component that is temporarily configured to perform the task at a given time or a specific component that is manufactured to perform the task. As used herein, the term ‘processor’ refers to one or more devices, circuits, and/or processing cores configured to process data, such as computer program instructions.
A detailed description of one or more embodiments of the invention is provided below along with accompanying figures that illustrate the principles of the invention. The invention is described in connection with such embodiments, but the invention is not limited to any embodiment. The scope of the invention is limited only by the claims and the invention encompasses numerous alternatives, modifications and equivalents. Numerous specific details are set forth in the following description in order to provide a thorough understanding of the invention. These details are provided for the purpose of example and the invention may be practiced according to the claims without some or all of these specific details. For the purpose of clarity, technical material that is known in the technical fields related to the invention has not been described in detail so that the invention is not unnecessarily obscured.
Users of client devices, such as client devices 106-114 communicate securely with one another using techniques described herein. As shown in
Communications are exchanged via one or more networks (depicted collectively in
A. Installation/Initialization/Registration
Suppose a user of client device 106 (hereinafter referred to as “Alice”) would like to send a secure message to her friend, Bob (a user of client device 114) in accordance with techniques described herein. In some embodiments, in order to send a message Bob, Alice first obtains a copy of a messaging application suitable for her device. For example, if Alice's tablet device runs iOS, she could obtain an “app” for her tablet from the Apple App Store (an example of software distribution server 106). Bob similarly obtains an appropriate application suitable for his client device 114 (e.g., an Android-based smartphone) from an appropriate location (e.g., the Google Play store). In some embodiments, client devices make use of a web-based application (e.g., made available by platform 102 through interface 118), instead of, or in addition to, a dedicated installed application.
Once Alice's tablet 106 has obtained a copy of the messaging app, the app is installed, and Alice is able to register for an account. An instance of a messaging app usable in conjunction with the techniques described herein is depicted in
In some embodiments, process 200 is performed on a client device, such as Alice's client device 106. The process begins at 202 when a pool of public/private keypairs for the application is generated, on client device 106 (e.g., using RSA, ECDH, or any other appropriate asymmetric encryption algorithms). As one example, the keypairs can be generated using Eliptic Curve Algorithm with Diffie Helman Key Exchange (ECDH). Other cryptographic standards can also be used, such as RSA. In some embodiments, the keypairs are randomly seeded. As will be described in more detail below, each message Alice sends (whether to Bob or anyone else) can be encrypted with a unique, random key that is used only once then destroyed forensically by Alice (the sender's) device. The forensic destruction ensures that the deleted keys cannot be recovered from Alice's device, even via digital forensics methods.
At 254, a pool of keys (i.e., a number of keypairs equal to the size initialized at 252) is generated on client device 106. As mentioned above, the keypairs can be generated using Eliptic Curve Algorithm with Diffie Helman Key Exchange (ECDH). Other cryptographic standards can also be used, such as RSA.
At 256, a reference value is assigned for each of the respective keypairs. As one example, suppose fifty keypairs are generated at portion 254 of process 250. At 256, fifty respective reference values are assigned to each of the respective keypairs. The reference values will be used to distinguish the various keys in the pool of keys from one another and can be assigned to the keypairs in a variety of ways. As one example, a six digit random number can be generated by device 106 as the first reference value for the first keypair, and each subsequent reference value can be selected as an increment of the first reference value. As another example, every reference value can be randomly selected. Other schemes for selecting/assigning reference values can be employed at 256 as applicable.
At 258, the private keys and reference values are stored (e.g., in a secure database residing on device 106). As will be described in more detail below, the corresponding public keys will be transmitted to platform 102 (along with the associated reference values) and platform 102 will designate one of the public keys in the pool as a reserve key.
Returning to
At 208, a device identifier (“deviceID”) is created from captured hardware information. Examples of captured hardware information include: hard drive identifiers, motherboard identifiers, CPU identifiers, and MAC addresses for wireless, LAN, Bluetooth, and optical cards. Combinations of information pertaining to device characteristics, such as RAM, CACHE, controller cards, etc., can also be used to uniquely identify the device. Some, or all, of the captured hardware information is run through a cryptographic hash algorithm such as SHA-256, to create a unique deviceID for the device. The captured hardware information can also be used for other purposes, such as to seed cryptographic functions.
At 210, Alice is asked, via an interface provided by app 116, to supply a desired username. Alice enters “Alice” into the interface. A determination is made as to whether the username is available. As one example, app 116 can supply a cryptographic hash of “Alice” to platform 102 for checking. If platform 102 does not already have a record for that hash, the username “Alice” is available for Alice to use. If platform 102 already has a record of that hash, Alice is instructed by the interface to pick an alternate username. Once Alice has selected an available username, she is asked to supply a password.
At 212, an application identifier (“appID”) is created. The appID is a unique identifier for the particular installation of the messaging app. If Alice installs the messaging app on multiple devices, each of her devices will have its own unique appID. (And, each of her devices will also have its own unique deviceID.) In some embodiments, the appID is created by hashing Alice's selected password and other information such as device information.
Finally, at 214 Alice's public keys (and reference values), deviceID, and appID are sent to platform 102 in a secure manner. As one example, in some embodiments app 116 is configured to communicate with platform 102 via TLS.
At the conclusion of process 200, Alice is ready to send and receive secure communications, described in Sections C and E below, respectively.
As mentioned above, alternate versions of processes 200 and/or 250 can be used in accordance with the techniques described herein. As one example, username/password selection (210) can be performed prior to other portions of process 200. As another example, the random server seed generation (204) and random local seed generation (206) can be performed prior to the keypair generation (202), e.g., with the local seed being used in conjunction with the generating of the keypairs. As yet another example, portions of processes 200 and/or 250 can be combined and/or omitted as applicable. For example, instead of generating a pool of fifty key pairs (254), assigning reference values to the pool as a batch operation (256) and storing the keys/values as a batch operation (258), fifty iterations of a process that generates a key pair, assigns a reference value, and stores the information can be performed.
B. Security Platform
As mentioned above, security platform 102 is configured to facilitate the exchange of communications (e.g., among any/all of client devices 106-114). Additional detail regarding various aspects of platform 102 will now be provided.
Security platform 102 includes one or more interface(s) 118 for communicating with client devices, such as client devices 106-114. As one example, platform 102 provides an application programming interface (API) configured to communicate with apps installed on client devices, such as app 116 and app 138. Platform 102 can also provide other types of interfaces, such as a web interface, or stand alone software programs for desktops and laptops, running on various Operating Systems (OSes). The web interface can allow users of client devices such as client devices 108 and 110 to exchange messages securely (whether with one another or other users), without the need for a separately installed messaging application. The stand alone software program allows users to exchange secure messages via software that is downloaded by each user.
Security platform 102 also includes a database 120. Included in database 120 is a record for each user of platform 102. Each record has associated with it information such as the user's public key pool and associated reference values, deviceID(s), appID(s), and messages. As shown in
Finally, security platform 102 includes a processing engine 134 which performs a variety of tasks, including interacting with database 120 on behalf of interface(s) 118. As will be described in more detail below, one task performed by platform 102 (e.g., by processing engine 134) is to designate one of the keys in the pool of public keys (e.g., received from Alice at the conclusion of portion 214 of process 200) as a “reserve” key. Another task performed by platform 102 (e.g., processing engine 134) is to facilitate the addition of new keys to a user's key pool as the keys are used. Yet another task performed by platform 102 (e.g., processing engine 134) is to dynamically adjust the size of a user's key pool as needed.
The embodiment of platform 102 depicted in
Whenever platform 102 is described as performing a task, either a single component or a subset of components or all components of platform 102 may cooperate to perform the task. Similarly, whenever a component of platform 102 is described as performing a task, a subcomponent may perform the task and/or the component may perform the task in conjunction with other components.
C. Sending DSB Secured Messages
Returning back to Alice's desire to send a message to Bob: at the conclusion of Section A above, Alice has successfully registered her username (“Alice”) with security platform 102. And, Bob is also a user of platform 102. Suppose Alice would like to send a message to Bob. She starts app 116 and is presented with an interface that includes a “compose” option. Alice selects the compose option and is presented with a message composition interface.
An example message composition interface is shown in
If Alice is satisfied with her message, she can send it to Bob by clicking the send button (314). If she wishes to cancel out of composing the message, she can click the cancel button (312). Suppose Alice clicks send button (314) after composing the message shown in interface 300. An example of the events that occur, in some embodiments, in conjunction with Alice sending a message is illustrated as process 400 in
At 404, a random symmetric encryption key is generated (e.g., by app 116 on device 106). As one example, the symmetric key is an AES 256 bit key. At 406, the symmetric encryption key is used to encrypt the message body, any attachments, and any message control options. In some embodiments, Alice's own information (e.g., public key(s) and associated reference value(s), deviceID(s), and appID(s) are included in the DSB as well. Finally, at 408, the symmetric key is encrypted with the particular public key of each recipient (obtained from the pool of public keys). A DSB encapsulation is then generated, and contains the aforementioned components and reference values of the public keys used to encrypt the symmetric key. Examples of the DSB format are provided in Section D below.
In some cases, a user may own multiple devices. For example, Bob may be the owner of device 114 and 112, both of which are configured with secure messaging apps. Each of Bob's installations will have its own deviceID and appID. When the DSB is created, each of Bob's devices will be considered a separate device under the same username account.
The generated DSB is securely transmitted to platform 102 (e.g., by being encrypted with a symmetric key shared by the app and platform 102, and also encapsulated by TLS as an additional security layer). Irrespective of how many recipients Alice designates for her message (and, e.g., how many recipients there are or how many devices Bob has), only one DSB will be created and transmitted to platform 102. Upon receipt of the DSB, processing engine 134 opens the DSB and determines the recipients of the message. Specifically, the processing engine 134 performs a match against the deviceIDs (in a cryptographic hash and camouflaged representation) included in the DSB and the deviceIDs stored in database 120 as well as the username (in a cryptographic hash and camouflaged representation) in the DSB and the ones stored in the database 120. A cryptographic hash and camouflaged representation means that the hash algorithm (i.e. SHA256) that is used for the deviceID, username, and appID values, is further camouflaged, in some embodiments, by taking multiple hashes of the result values (i.e. multiple rounds of SHA256 of the previous SHA256 value—i.e. SHA(SHA(SHA(SHA . . . ))). Processing engine 134 also creates an entry for the received DSB in message table 132 and notifies the recipient(s) that a new message is available. In various embodiments, other actions are also performed by platform 102 with respect to the DSB. As one example, platform 102 can be configured to remove the DSB as soon as the recipient successfully downloads it. As another example, platform 102 can enforce an expiration time (e.g., seven days) by which, if the DSB has not been accessed by the recipient, the DSB is deleted. Where multiple recipients are included in a DSB, platform 102 can be configured to keep track of which recipients have downloaded a copy of the DSB, and remove it once all recipients have successfully downloaded it (or an expiration event has occurred).
D. DSB Examples
DSB 500 also includes, for each message recipient 1-n, the key Ek1,1 encrypted by each of the recipient's respective particular public keys (as shown in region 508). Further, DSB 500 includes a combination of each recipient's respective deviceID, hashed username, appID, and the reference value associated with the particular public key (collectively denoted HWk1-n) in region 510. These constituent parts are also referred to herein as “parameters.” Additional detail regarding the parameters is shown in
In some embodiments (e.g., as is shown in
E. Receiving DSB Secured Messages
As mentioned above, Bob is also a user of platform 102. When Bob loads his copy of the messaging app on his smartphone (i.e., app 138 on device 114), the app communicates with platform 102 (e.g., via interface 118) to determine whether Bob has any new messages. As will be described in more detail below, platform 102 will also determine how many additional keypairs Bob's device should generate to replenish his pool, and facilitate the generation of those keypairs. Since Alice has sent a message to Bob since he last used app 138, a flag is set in database 120, indicating to app 138 that one or messages are available for download.
At 1004 (i.e., assuming the decryption was successful), hardware binding parameters are checked. As one example, a determination is made as to whether device information (i.e., collected from device 114) can be used to construct an identical hash to the one included in the received DSB. If the hardware binding parameters fail the check (i.e., an attempt is being made to access Alice's message using Bob's keys on a device that is not Bob's), contents of the DSB will be inaccessible, preventing the decryption of Alice's message. If the hardware binding parameter check is successful, the device is authorized to decrypt the symmetric key (i.e., using Bob's private key generated at 202) which can in turn be used to decrypt Alice's message.
F. Additional Example Processes
The following are examples of processes that can be performed by various entities present in environment 100, such as platform 102 and devices 106 and 114 in various embodiments (whether as alternate versions of or additional processes to those described above). The processes can also be performed outside of environment 100, e.g., by other types of platforms and/or devices.
At 1104, a number of keypairs is generated. In this example, a number of asymmetric keypairs equal to the initialization value received at 1102 (e.g., fifty) is generated. In some embodiments, the keypairs are randomly seeded.
At 1106, reference values (e.g., usable to uniquely identify each of the key pairs and described in more detail above) are assigned for each of the keypairs generated at 1104.
At 1108, the private key portion of the key pairs (i.e., the fifty private keys) and associated reference values are securely stored locally (e.g., on device 106). As one example, the private keys are inserted into a database resident on device 106 and secured using an AES key derived from the password selected by Alice at portion 210 in process 200.
Finally, at 1110, the public key portion of the key pairs (i.e., the fifty public keys) and associated reference values are securely transmitted to platform 102. As mentioned above, platform 102 will designate one of the fifty keys as a reserve key (e.g., by setting a flag associated with that particular key).
At 1204, a public key is received (e.g., by device 114 from platform 102) along with the reference value associated with the key.
At 1206, the received public key is used to encrypt information, such as a message, or other information (e.g., a symmetric key which in turn is used to encrypt the message). The key reference value associated with the received public key is included in the message metadata or otherwise incorporated into the message payload.
Finally, at 1208, device 114 sends the message (e.g., to platform 102 for retrieval by Alice). Note that using techniques described, Alice's device(s) need not be online (e.g., connected to platform 102) at the time Bob composes and/or sends messages to her.
For each retrieved message (at 1304), read the respective key reference value (e.g., included in the respective message as metadata), retrieve the appropriate private key (i.e., having the key reference value) from local storage on device 106, and decrypt the message(s).
At 1306, device 106 generates additional keypairs (i.e., to replenish public keys used from the pool on platform 102 by Bob). The number of keys to be generated can be determined in a variety of ways. As one example, device 106 can generate a number of new keypairs equal to the number of messages she received at 1302. As another example, device 106 can be instructed (whether by platform 102 or local instructions) to generate the lesser of: A: (the number of messages downloaded at 1302 * V), where (V) is a variable impacting the desired expansion rate of the server cache size (e.g. 0.9); or B: the initialization value (e.g., 50 keys, as discussed at 1102 in process 1100).
At 1308 (similar to 1106), reference values (e.g., usable to uniquely identify each of the key pairs and described in more detail above) are assigned for each of the keypairs generated at 1308.
At 1310 (similar to 1108), the private key portion of the key pairs (i.e., the new private keys) and associated reference values are securely stored locally (e.g., on device 106). As one example, the private keys are inserted into a database resident on device 106 and secured using the password selected by Alice at 210 in process 200.
Finally, at 1312 (similar to 1110), the public key portion of the key pairs (i.e., the new public keys) and associated reference values are securely transmitted to platform 102. In this example, suppose Alice's reserve key was not depleted. The key originally designated as her reserve key remains present on platform 102 and remains designated as the reserve key. Now suppose Alice's reserve key was depleted (e.g., because Bob and/or other users of platform 102 sent Alice more than fifty messages prior to her connecting to platform 102). The first 49 messages addressed to Alice would make use of those public keys in her pool not designated as the reserve key. Any additional messages sent to Alice before she can replenish her pool will all make use of her reserve public key (i.e., messages 50, 51, and 52—whether from Bob or others, will all make use of the same public key for Alice—her reserve key). As will be explained below, when Alice's pool has been deleted (i.e., her reserve key is being used), a flag will be set on platform 102 indicating that, in conjunction with her next execution of process 1300 (or portions thereof, as applicable), a new key should be designated as the reserve key, and the existing reserve key be destroyed. Additional actions can also be taken (e.g., by platform 102) in response to Alice depleting her key pool, such as by increasing the size of her pool.
At 1404, the device receives the current server key cache count (i.e., the number of keys presently in the platform's pool for the user). At 1406, the device generates an appropriate number of keypairs (and reference values) and stores/transmits them in accordance with the techniques described above. Further, in the event the server key cache count is zero (i.e., the reserve key is being used by platform 102 due to key pool depletion), one of the newly generated keys will be designated by the server as a replacement reserve key and the old reserve key will be destroyed.
Although the foregoing embodiments have been described in some detail for purposes of clarity of understanding, the invention is not limited to the details provided. There are many alternative ways of implementing the invention. The disclosed embodiments are illustrative and not restrictive.
This application is a continuation of co-pending U.S. patent application Ser. No. 14/213,736, entitled KEY MANAGEMENT AND DYNAMIC PERFECT FORWARD SECRECY filed Mar. 14, 2014 which is incorporated herein by reference for all purposes, which claims priority to U.S. Provisional Patent Application No. 61/943,826 entitled ENHANCED PERFECT FORWARD SECRECY FOR MULTI-SYNCHRONOUS COMMUNICATION filed Feb. 24, 2014 which is also incorporated herein by reference for all purposes.
Number | Name | Date | Kind |
---|---|---|---|
5850443 | Van | Dec 1998 | A |
5953419 | Lohstroh | Sep 1999 | A |
6009173 | Sumner | Dec 1999 | A |
6091820 | Aziz | Jul 2000 | A |
6112227 | Heiner | Aug 2000 | A |
6145079 | Mitty | Nov 2000 | A |
6263435 | Dondeti | Jul 2001 | B1 |
6266420 | Langford | Jul 2001 | B1 |
6314190 | Zimmermann | Nov 2001 | B1 |
6324569 | Ogilivie | Nov 2001 | B1 |
6393464 | Dieterman | May 2002 | B1 |
6405315 | Burns | Jun 2002 | B1 |
6457134 | Lemke | Sep 2002 | B1 |
6463155 | Akiyama | Oct 2002 | B1 |
6463460 | Simonoff | Oct 2002 | B1 |
6463463 | Godfrey | Oct 2002 | B1 |
6711608 | Ogilvie | Mar 2004 | B1 |
6721784 | Leonard | Apr 2004 | B1 |
6742116 | Matsui | May 2004 | B1 |
6801998 | Hanna | Oct 2004 | B1 |
6804257 | Benayoun | Oct 2004 | B1 |
6851049 | Price | Feb 2005 | B1 |
6904521 | Jivsov | Jun 2005 | B1 |
6912656 | Perlman | Jun 2005 | B1 |
6947556 | Matyas | Sep 2005 | B1 |
6978284 | McBrearty | Dec 2005 | B2 |
7024456 | Simonoff | Apr 2006 | B1 |
7043529 | Simonoff | May 2006 | B1 |
7139399 | Zimmermann | Nov 2006 | B1 |
7149893 | Leonard | Dec 2006 | B1 |
7178021 | Hanna | Feb 2007 | B1 |
7197537 | Koch | Mar 2007 | B2 |
7243231 | Ellison | Jul 2007 | B2 |
7263619 | Kim | Aug 2007 | B1 |
7308477 | Gress | Dec 2007 | B1 |
7356564 | Hartselle | Apr 2008 | B2 |
7366894 | Kalimuthu | Apr 2008 | B1 |
7383439 | Price, III | Jun 2008 | B2 |
7421079 | Freeman | Sep 2008 | B2 |
7526620 | McGovern | Apr 2009 | B1 |
7548621 | Smith | Jun 2009 | B1 |
7584505 | Mondri | Sep 2009 | B2 |
7640427 | Callas | Dec 2009 | B2 |
7657037 | Callas | Feb 2010 | B2 |
7711120 | Kimmel | May 2010 | B2 |
7715565 | Kimmel | May 2010 | B2 |
7730309 | Zimmermann | Jun 2010 | B2 |
7739501 | Kimmel | Jun 2010 | B2 |
7802099 | Mitchell | Sep 2010 | B2 |
8036221 | Fluhrer | Oct 2011 | B2 |
8156536 | Polk | Apr 2012 | B2 |
8175277 | Bell | May 2012 | B2 |
8291031 | Kirkham | Oct 2012 | B1 |
8347083 | Scudder | Jan 2013 | B1 |
8356177 | McGrew | Jan 2013 | B2 |
8364764 | Hartselle | Jan 2013 | B2 |
8364984 | Jeffries | Jan 2013 | B2 |
8379857 | Zheng | Feb 2013 | B1 |
8380868 | Hiie | Feb 2013 | B2 |
8407471 | Sobel | Mar 2013 | B1 |
8412934 | De Atley | Apr 2013 | B2 |
8429420 | Melvin | Apr 2013 | B1 |
8433901 | De Atley | Apr 2013 | B2 |
8392699 | Jones | May 2013 | B2 |
8447970 | Klein | May 2013 | B2 |
8478893 | Hiie | Jul 2013 | B2 |
8489889 | Moscaritolo | Jul 2013 | B1 |
8503621 | Patel | Aug 2013 | B2 |
8503681 | McGrew | Aug 2013 | B1 |
8510552 | De Atley | Aug 2013 | B2 |
8527769 | Kotla | Sep 2013 | B2 |
8560843 | Moscaritolo | Oct 2013 | B1 |
8566350 | Chow | Oct 2013 | B2 |
8572757 | Stamos | Oct 2013 | B1 |
8588425 | Harwood | Nov 2013 | B1 |
8589673 | Ackerly | Nov 2013 | B2 |
8589680 | De Atley | Nov 2013 | B2 |
8601114 | Blair | Dec 2013 | B1 |
8601263 | Shankar | Dec 2013 | B1 |
8625805 | Statica | Jan 2014 | B1 |
8631227 | Olechowski | Jan 2014 | B2 |
8667271 | Shkolnikov | Mar 2014 | B2 |
8677136 | Brokenshire | Mar 2014 | B2 |
8682893 | Summerlin | Mar 2014 | B2 |
8689015 | Jeffries | Apr 2014 | B2 |
8705565 | Kutt | Apr 2014 | B2 |
8713311 | Roskind | Apr 2014 | B1 |
8782409 | Murphy | Apr 2014 | B2 |
8719233 | Gandhi | May 2014 | B2 |
8726009 | Cook | May 2014 | B1 |
8726369 | Emigh | May 2014 | B1 |
8732452 | Byrum | May 2014 | B2 |
8756419 | De Atley | Jun 2014 | B2 |
8762712 | Kwan | Jun 2014 | B1 |
8788842 | Brouwer | Jul 2014 | B2 |
8788899 | Hiie | Jul 2014 | B2 |
8798614 | Bellovin | Aug 2014 | B2 |
8824664 | Ristock | Sep 2014 | B1 |
8837739 | Sexton | Sep 2014 | B1 |
8862129 | Moshir | Oct 2014 | B2 |
8863226 | Bailey | Oct 2014 | B1 |
8874902 | Ackerly | Oct 2014 | B2 |
8913994 | Edwards | Dec 2014 | B2 |
8918896 | Murphy | Dec 2014 | B2 |
8925109 | Agrawal | Dec 2014 | B2 |
8938810 | Richardson | Jan 2015 | B2 |
8948382 | Hassan | Feb 2015 | B2 |
8948391 | Kritt | Feb 2015 | B2 |
8954740 | Moscaritolo | Feb 2015 | B1 |
8958559 | Medina | Feb 2015 | B2 |
8996861 | Cummings | Mar 2015 | B1 |
9027114 | Akhter | May 2015 | B2 |
9037796 | Nagpal | May 2015 | B2 |
9059840 | Connelly | Jun 2015 | B2 |
9071597 | Lord | Jun 2015 | B2 |
9075638 | Barnett | Jul 2015 | B2 |
9077525 | Chandran | Jul 2015 | B2 |
9078127 | Kritt | Jul 2015 | B2 |
9094405 | Buck | Jul 2015 | B2 |
9100373 | Deluca | Aug 2015 | B2 |
9124559 | Deluca | Sep 2015 | B2 |
9130822 | Cooper | Sep 2015 | B2 |
9137191 | Firstenberg | Sep 2015 | B2 |
9154612 | Moshir | Oct 2015 | B2 |
9197616 | Sinha | Nov 2015 | B2 |
9210143 | Ozzie | Dec 2015 | B2 |
9224014 | Rios | Dec 2015 | B2 |
9225709 | Ackerly | Dec 2015 | B2 |
9237016 | De Atley | Jan 2016 | B2 |
9264406 | Kipnis | Feb 2016 | B2 |
9282192 | Laasik | Mar 2016 | B2 |
9288047 | Brouwer | Mar 2016 | B2 |
9326135 | Rodrigues | Apr 2016 | B2 |
9380044 | Zhang | Jun 2016 | B2 |
20010044901 | Grawrock | Nov 2001 | A1 |
20020002468 | Spagna | Jan 2002 | A1 |
20020026487 | Ogilvie | Feb 2002 | A1 |
20020037736 | Kawaguchi | Mar 2002 | A1 |
20020038296 | Margolus | Mar 2002 | A1 |
20020038421 | Hamada | Mar 2002 | A1 |
20020078380 | Lin | Jun 2002 | A1 |
20020094085 | Roberts | Jul 2002 | A1 |
20020095465 | Banks | Jul 2002 | A1 |
20020154776 | Sowa | Oct 2002 | A1 |
20020166053 | Wilson | Nov 2002 | A1 |
20020186703 | West | Dec 2002 | A1 |
20030021416 | Brown | Jan 2003 | A1 |
20030028597 | Salmi | Feb 2003 | A1 |
20030037114 | Nishio | Feb 2003 | A1 |
20030037250 | Walker | Feb 2003 | A1 |
20030046533 | Olkin | Mar 2003 | A1 |
20030084050 | Hall | May 2003 | A1 |
20030084347 | Luzzatto | May 2003 | A1 |
20030097561 | Wheeler | May 2003 | A1 |
20030126215 | Udell | Jul 2003 | A1 |
20030131060 | Hartselle | Jul 2003 | A1 |
20030147536 | Andivahis et al. | Aug 2003 | A1 |
20030163701 | Ochi et al. | Aug 2003 | A1 |
20030191937 | Balissat | Oct 2003 | A1 |
20030204720 | Schoen | Oct 2003 | A1 |
20030204738 | Morgan | Oct 2003 | A1 |
20030208686 | Thummalapally | Nov 2003 | A1 |
20030217266 | Epp | Nov 2003 | A1 |
20030229668 | Malik | Dec 2003 | A1 |
20040013113 | Singh | Jan 2004 | A1 |
20040025057 | Cook | Feb 2004 | A1 |
20040054891 | Hengeveld | Mar 2004 | A1 |
20040064512 | Arora | Apr 2004 | A1 |
20040068647 | Hariharan | Apr 2004 | A1 |
20040078568 | Pham | Apr 2004 | A1 |
20040107349 | Sasselli | Jun 2004 | A1 |
20040111612 | Choi | Jun 2004 | A1 |
20040133520 | Callas | Jul 2004 | A1 |
20040133775 | Callas | Jul 2004 | A1 |
20040168055 | Lord | Aug 2004 | A1 |
20040205248 | Little | Oct 2004 | A1 |
20040210772 | Hooker | Oct 2004 | A1 |
20050005106 | Chen | Jan 2005 | A1 |
20050044059 | Samar | Feb 2005 | A1 |
20050053232 | Bace | Mar 2005 | A1 |
20050076061 | Cox | Apr 2005 | A1 |
20050086527 | Jackson | Apr 2005 | A1 |
20050102528 | Tan | May 2005 | A1 |
20050125659 | Sarfati | Jun 2005 | A1 |
20050149732 | Freeman | Jul 2005 | A1 |
20050156708 | Puranik | Jul 2005 | A1 |
20050160292 | Batthish | Jul 2005 | A1 |
20050187966 | Iino | Aug 2005 | A1 |
20050193199 | Asokan | Sep 2005 | A1 |
20050198170 | LeMay | Sep 2005 | A1 |
20050229257 | Kim | Oct 2005 | A1 |
20050262338 | Irwin | Nov 2005 | A1 |
20050273592 | Pryor | Dec 2005 | A1 |
20060018473 | Hori | Jan 2006 | A1 |
20060020796 | Aura | Jan 2006 | A1 |
20060031670 | Price | Feb 2006 | A1 |
20060036739 | Hagale | Feb 2006 | A1 |
20060075234 | You | Apr 2006 | A1 |
20060090073 | Steinberg | Apr 2006 | A1 |
20060133346 | Cheeda | Jun 2006 | A1 |
20060147000 | Novi | Jul 2006 | A1 |
20060149822 | Henry | Jul 2006 | A1 |
20060212928 | Maino | Sep 2006 | A1 |
20060288209 | Vogler | Dec 2006 | A1 |
20070003065 | Schwartz | Jan 2007 | A1 |
20070003066 | Schwartz | Jan 2007 | A1 |
20070005713 | LeVasseur | Jan 2007 | A1 |
20070011469 | Allison | Jan 2007 | A1 |
20070016771 | Allison | Jan 2007 | A1 |
20070022469 | Cooper | Jan 2007 | A1 |
20070050624 | Lord | Mar 2007 | A1 |
20070073823 | Cohen | Mar 2007 | A1 |
20070116269 | Nochta | May 2007 | A1 |
20070199071 | Callas | Aug 2007 | A1 |
20070233832 | Narayanan | Oct 2007 | A1 |
20070276836 | Chatterjee | Nov 2007 | A1 |
20070277240 | Durfee | Nov 2007 | A1 |
20080019530 | Eldridge | Jan 2008 | A1 |
20080022061 | Ito | Jan 2008 | A1 |
20080091780 | Balan | Jan 2008 | A1 |
20080049941 | Kim | Feb 2008 | A1 |
20080065878 | Hutson | Mar 2008 | A1 |
20080077686 | Subhraveti | Mar 2008 | A1 |
20080095371 | Vataja | Apr 2008 | A1 |
20080098038 | Motoyama | Apr 2008 | A1 |
20080162647 | Liang | Jul 2008 | A1 |
20080165952 | Smith | Jul 2008 | A1 |
20080235336 | Stern | Sep 2008 | A1 |
20080281930 | Hartselle | Nov 2008 | A1 |
20090052660 | Chen | Feb 2009 | A1 |
20090069033 | Karstens | Mar 2009 | A1 |
20090070466 | Elbring | Mar 2009 | A1 |
20090083112 | Bhogal | Mar 2009 | A1 |
20090097662 | Olechowski | Apr 2009 | A1 |
20090100268 | Garcia | Apr 2009 | A1 |
20090132822 | Chen | May 2009 | A1 |
20090154705 | Price | Jun 2009 | A1 |
20090198997 | Yeap | Aug 2009 | A1 |
20090222668 | Zaccone | Sep 2009 | A1 |
20090265552 | Moshir | Oct 2009 | A1 |
20090281829 | Hansen | Nov 2009 | A1 |
20090299200 | Eggenberger | Dec 2009 | A1 |
20090316897 | Kambayashi | Dec 2009 | A1 |
20100002882 | Rieger | Jan 2010 | A1 |
20100017602 | Bussard | Jan 2010 | A1 |
20100031038 | Kruegel | Feb 2010 | A1 |
20100100967 | Douglas | Apr 2010 | A1 |
20100138619 | Benavid | Jun 2010 | A1 |
20100138934 | Minoshima | Jun 2010 | A1 |
20100161817 | Xiao | Jun 2010 | A1 |
20100174911 | Isshiki | Jul 2010 | A1 |
20100199340 | Jonas | Aug 2010 | A1 |
20100211541 | Deetz | Aug 2010 | A1 |
20100217984 | Hill | Aug 2010 | A1 |
20100223470 | Lord | Sep 2010 | A1 |
20100239087 | Chaisson | Sep 2010 | A1 |
20100250939 | Adams | Sep 2010 | A1 |
20100250946 | Korte | Sep 2010 | A1 |
20100262714 | Hiie | Oct 2010 | A1 |
20100275007 | Kutt | Oct 2010 | A1 |
20100296655 | Solow | Nov 2010 | A1 |
20100304766 | Goyal | Dec 2010 | A1 |
20110035591 | Dudziak | Feb 2011 | A1 |
20110131406 | Jones | Jun 2011 | A1 |
20110145564 | Moshir | Jun 2011 | A1 |
20110145571 | Schmidt-Karaca | Jun 2011 | A1 |
20110151903 | Moshir | Jun 2011 | A1 |
20110173272 | Carvalho Neto | Jul 2011 | A1 |
20110202598 | Evans | Aug 2011 | A1 |
20110235806 | Fukuda | Sep 2011 | A1 |
20110246942 | Misawa | Oct 2011 | A1 |
20110307707 | Fielder | Dec 2011 | A1 |
20120030183 | Deetz | Feb 2012 | A1 |
20120030743 | Semba | Feb 2012 | A1 |
20120045064 | Rembarz | Feb 2012 | A1 |
20120096035 | Spector | Apr 2012 | A1 |
20120098639 | Ijas | Apr 2012 | A1 |
20120102326 | Palekar | Apr 2012 | A1 |
20120117568 | Plotkin | May 2012 | A1 |
20120150921 | Yamakawa | Jun 2012 | A1 |
20120159164 | Brown | Jun 2012 | A1 |
20120173353 | Rausch | Jul 2012 | A1 |
20120173880 | Swaminathan | Jul 2012 | A1 |
20120179905 | Ackerly | Jul 2012 | A1 |
20120184309 | Cohen | Jul 2012 | A1 |
20120209924 | Evans | Aug 2012 | A1 |
20120231770 | Clarke | Sep 2012 | A1 |
20120240037 | Migos | Sep 2012 | A1 |
20120030331 | Deetz | Nov 2012 | A1 |
20120284805 | Katsikas | Nov 2012 | A1 |
20120297451 | Ozzie | Nov 2012 | A1 |
20120300331 | Deetz | Nov 2012 | A1 |
20120311329 | Medina | Dec 2012 | A1 |
20120331073 | Williams | Dec 2012 | A1 |
20130034229 | Sauerwald | Feb 2013 | A1 |
20130036302 | Lord | Feb 2013 | A1 |
20130046828 | Grewal | Feb 2013 | A1 |
20130070045 | Meek | Mar 2013 | A1 |
20130073850 | Zaverucha | Mar 2013 | A1 |
20130077774 | Lynch, III | Mar 2013 | A1 |
20130091298 | Ozzie | Apr 2013 | A1 |
20130097688 | Charles | Apr 2013 | A1 |
20130136255 | Brown | May 2013 | A1 |
20130159436 | Hartselle | Jun 2013 | A1 |
20130194301 | Robbins | Aug 2013 | A1 |
20130198522 | Kohno | Aug 2013 | A1 |
20130208725 | Wakumoto | Aug 2013 | A1 |
20130219035 | Detienne | Aug 2013 | A1 |
20130232209 | Fernandez | Sep 2013 | A1 |
20130252585 | Moshir | Sep 2013 | A1 |
20130254537 | Bogorad | Sep 2013 | A1 |
20130275842 | Peach | Oct 2013 | A1 |
20130290416 | Nelson | Oct 2013 | A1 |
20130304833 | St. Clair | Nov 2013 | A1 |
20130305049 | Krakowski | Nov 2013 | A1 |
20130305057 | Greco | Nov 2013 | A1 |
20130308628 | Marueli | Nov 2013 | A1 |
20130326220 | Connelly | Dec 2013 | A1 |
20130332724 | Walters | Dec 2013 | A1 |
20130339465 | Zhang | Dec 2013 | A1 |
20140033286 | Zhang | Jan 2014 | A1 |
20140052982 | Ackerly | Feb 2014 | A1 |
20140053150 | Barnett | Feb 2014 | A1 |
20140068254 | Scharf | Mar 2014 | A1 |
20140090042 | Short | Mar 2014 | A1 |
20140129785 | Deetz | May 2014 | A1 |
20140129838 | Kim | May 2014 | A1 |
20140136842 | Kitze | May 2014 | A1 |
20140157435 | Stamos | Jun 2014 | A1 |
20140162601 | Kim | Jun 2014 | A1 |
20140164776 | Hook | Jun 2014 | A1 |
20140169554 | Scarisbrick | Jun 2014 | A1 |
20140169564 | Gautama et al. | Jun 2014 | A1 |
20140181221 | Kushtagi | Jun 2014 | A1 |
20140196140 | Gong | Jul 2014 | A1 |
20140206285 | Jance | Jul 2014 | A1 |
20140207887 | Hartselle | Jul 2014 | A1 |
20140207900 | Liu | Jul 2014 | A1 |
20140233736 | Zhang | Aug 2014 | A1 |
20140258719 | Cidon | Sep 2014 | A1 |
20140304508 | Murphy | Oct 2014 | A1 |
20140304515 | Feuerman | Oct 2014 | A1 |
20140307543 | Marueli | Oct 2014 | A1 |
20140325622 | Luk | Oct 2014 | A1 |
20140325667 | Sun | Oct 2014 | A1 |
20140351586 | Hook | Nov 2014 | A1 |
20150006884 | Ackerly | Jan 2015 | A1 |
20150039882 | Watanabe | Feb 2015 | A1 |
20150082391 | Lerman | Mar 2015 | A1 |
20150121549 | Baessler | Apr 2015 | A1 |
20150143546 | Charles | May 2015 | A1 |
20150154206 | Kumar | Jun 2015 | A1 |
20150156177 | Murphy | Jun 2015 | A1 |
20150169615 | Batchu | Jun 2015 | A1 |
20150169893 | Desai | Jun 2015 | A1 |
20150195239 | Firstenberg | Jul 2015 | A1 |
20150215291 | Abdunabi | Jul 2015 | A1 |
20150227761 | Cohen | Aug 2015 | A1 |
20150229612 | Hassan | Aug 2015 | A1 |
20150244658 | Speyer | Aug 2015 | A1 |
20150244684 | Ng | Aug 2015 | A1 |
20150264005 | Brooks | Sep 2015 | A1 |
20150264042 | Lord | Sep 2015 | A1 |
20150264540 | Brooks | Sep 2015 | A1 |
20150271653 | Brooks | Sep 2015 | A1 |
20150281185 | Cooley | Oct 2015 | A1 |
20150282117 | Pozuelo | Oct 2015 | A1 |
20150304849 | Moom | Oct 2015 | A1 |
20150312260 | Kim | Oct 2015 | A1 |
20150326731 | Laasik | Nov 2015 | A1 |
20150332332 | Darmaki | Nov 2015 | A1 |
20150347770 | Whalley | Dec 2015 | A1 |
20150350036 | Cooper | Dec 2015 | A1 |
20150350119 | Thirumalai | Dec 2015 | A1 |
20150350247 | Adler | Dec 2015 | A1 |
20150350895 | Brander | Dec 2015 | A1 |
20150365395 | Enriquez | Dec 2015 | A1 |
20150370918 | Patterson | Dec 2015 | A1 |
20150373021 | Tussy | Dec 2015 | A1 |
20160013939 | Jun | Jan 2016 | A1 |
20160034692 | Singler | Feb 2016 | A1 |
20160036791 | Sauerwald | Feb 2016 | A1 |
20160055325 | Ozzie | Feb 2016 | A1 |
20160057156 | Lin | Feb 2016 | A1 |
20160063258 | Ackerly | Mar 2016 | A1 |
20160065530 | Prado | Mar 2016 | A1 |
20160072781 | Zhang | Mar 2016 | A1 |
20160191513 | Tomlinson | Jun 2016 | A1 |
20160265005 | Brooks | Sep 2016 | A1 |
Number | Date | Country |
---|---|---|
2018015 | Jan 2009 | EP |
2011101784 | Aug 2011 | WO |
2014140736 | Sep 2014 | WO |
Entry |
---|
Oikonomidis et al. “Identity Based Protocols for Secure Electronic Content Distribution and Licensing Proceedings of the Fourth International Conference on Web Delivering of Music”, WEDELMUSIC 2004. http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber= 1358105. |
Pei et al. “An Intelligent Digital Content Protection Framework between Home Network Receiver Devices”, 2006 Interational Conference on Computational Intelligence and Security. http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=4076116. |
Yampolskiy, Roman V. “Mimicry Attack on Strategy-Based Behavioral Biometric”, Fifth International Conference on Information Technology: New Generations, 2008. ITNG 2008. http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=4492601. |
Author Unknown, ‘myENIGMA: Whitepaper’, Qnective AG, 2013. |
Author Unknown, ‘Perfect Forward Secrecy’, IBM Security SiteProtector System, http://pic.dhe.ibm.com/infocenter/sprotect/v2r8m0/index.jsp?topic=%2Fcom.ibm.siteprotector.doc%2Freferences%2Fsp_agenthelp_perfect_forward_secrecy.htm, Aug. 27, 2013. |
Author Unknown, ‘Threema Cyrptography Whitepaper’ Threema., Mar. 9, 2015. |
B Kaliski, ‘PKCS #7: Cryptographic Message Syntax’, Version 1.5, Mar. 1998, http://tools.ietf.org/html/rfc2315. |
Callas et al., ‘OpenPGP Message Format’, RFC 4880, Nov. 2007. |
Cremers et al., ‘One-round strongly secure key exchange with perfect forward secrecy and deniability’, IACR Cryptology ePrint Archive, version 3, 2011. |
Diffie et al., “Authentication and authenticated key exchanges”, Designs, Codes and Cryptography, vol. 2, Issue 2, pp. 107-125, Jun. 1992. |
Green et al., ‘Dancing on the Lip of the Volcano—Chosen Ciphertext Attacks on Apple iMessage’ Mar. 21, 2016. |
Leach et al.‘A Universally Unique Identifier (UUID) URN Namespace’, Standards Track, Jul. 2005. |
Lin et al., “An Improvement on Secure E-mail Protocols Providing Perfect Forward Secrecy”, JCIS, 2006. |
Moscaritolo et al., ‘Silent Circle Instant Messaging Protocol Protocol Specification’, Silent Circle Engineering, Dec. 5, 2012, Version 1.0. |
Ms. Smith, ‘How to easily encrypt email with Virtru for free: Gmail, Hotmail, Outlook, Yahoo’, Network World, Jan. 28, 2014. |
Pomian & Corella, LLC, ‘Submission of Prior Art under 37 CFR 1.501 for U.S. Pat. No. 8,625,805’, Apr. 18, 2014. |
S. Kent, ‘Privacy Enhancement for Internet Electronic Mail: Part 2: Certificate-Based Key Managment’, Feb. 1993, http://tools.ieff.org/html/rfc1422. |
Stedman et al., ‘A User Study of Off-the-Record Messaging’, Symposium on Unstable Privacy and Security (SOUPS), Jul. 2008. |
Sui et al., ‘An Improved Authenticated Key Agreement Protocol with Perfect Forward Secrecy for Wireless Mobile Communication’, WCNC, pp. 2088-2093, 2005. |
Sun et al., Password-based authentication and key distribution protocols with perfect forward secrecy, Journal of Computer and System Sciences 72, pp. 1002-1011,2006. |
Toorani et al.,‘SSMS—A Secure SMS Messaging Protocol for the M-Payment Systems’, Proceedings of the 13th IEEE Symposium on Computers and Communications, IEEE, Jul. 2008. |
Wong et al., “Email Protocols with Perfect Forward Secrecy”, Int. J. Security and Networks, vol. 7, No. 1, 2012. |
Number | Date | Country | |
---|---|---|---|
61943826 | Feb 2014 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 14213736 | Mar 2014 | US |
Child | 15240989 | US |