US20120159645A1 - Techniques for validating and sharing secrets - Google Patents
Techniques for validating and sharing secrets Download PDFInfo
- Publication number
- US20120159645A1 US20120159645A1 US13/406,821 US201213406821A US2012159645A1 US 20120159645 A1 US20120159645 A1 US 20120159645A1 US 201213406821 A US201213406821 A US 201213406821A US 2012159645 A1 US2012159645 A1 US 2012159645A1
- Authority
- US
- United States
- Prior art keywords
- key
- secret
- user
- processor
- share
- 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.)
- Abandoned
Links
- 238000000034 method Methods 0.000 title claims abstract description 60
- 238000011156 evaluation Methods 0.000 claims description 5
- 238000012795 verification Methods 0.000 claims 1
- 238000010200 validation analysis Methods 0.000 description 46
- 239000013256 coordination polymer Substances 0.000 description 21
- 238000010586 diagram Methods 0.000 description 8
- 230000007246 mechanism Effects 0.000 description 3
- 230000004044 response Effects 0.000 description 3
- 230000002708 enhancing effect Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000000717 retained effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0816—Key establishment, i.e. cryptographic processes or cryptographic protocols whereby a shared secret becomes available to two or more parties, for subsequent use
- H04L9/085—Secret sharing or secret splitting, e.g. threshold schemes
Definitions
- Key splitting is particularly useful for a user when the user forgets his/her key.
- the original key can be split into pieces and then escrowed with multiple parties, such that each of the pieces from each escrow agent is needed to reassemble the key.
- escrow agents supply their pieces and the key is reassembled for the user.
- Key splitting is also useful in other scenarios as well, such as when multiple parties are needed to access a secure asset, where each party includes a piece of an overall key needed to access that asset.
- a method for dividing a shared secret A decision is made to divide a secret among a number of users ‘n’ and a minimum number of shares ‘k’ needed to reassemble the secret. A single value is calculated for each share, the single value permits each share to be independently validated from remaining shares and permits each share to be re-assembled with any ‘k ⁇ 1’ remaining shares to reform the secret. Finally, each single value for each share is delivered to a particular one of the users. The users share the secret via each user's single value.
- FIG. 1 is a diagram of a method for dividing a shared secret, according to an example embodiment.
- FIG. 2 is a diagram of a method for validating and recreating a shared secret, according to an example embodiment.
- FIG. 3 is a diagram of a secret validation and sharing system, according to an example embodiment.
- FIG. 4 is a diagram of another secret validation and sharing system, according to an example embodiment.
- a “resource” as used herein refers to a service, an application, a processing environment, a user, a group of users, a role associated with a user or groups of users, a policy, a website, a proxy, a device, data or content, or various combinations of these things.
- a “secure resource” is one that requires authentication to permit access to it.
- the terms “instructions,” “application,” and “service” may be used interchangeably herein as a form of a resource that executes on a machine (processing device, such as a computer, etc.).
- Novelle network and proxy server products can be implemented in existing network architectures.
- the techniques presented herein are implemented in whole or in part in the Novelle network and proxy server products, directory products, operating system (OS) products, and/or identity based products, distributed by Novelle, Inc., of Provo, Utah.
- OS operating system
- FIG. 1 is a diagram of a method 100 for dividing a shared secret, according to an example embodiment.
- the method 100 (hereinafter “secret dividing service”) is implemented in a machine-accessible and readable medium.
- the secret dividing service is operational over and processes within a network.
- the network may be wired, wireless, or a combination of wired and wireless.
- the secret dividing service decides to divide a secret among a first total number of users. This can be done for a variety of reasons. For example, at 111 , the secret dividing service may evaluate policy to determine when to divide the secret. That is, policy decides when a secret is to be divided among the users. In other cases, an administrator may specifically and manually issue an instruction to divide the secret among the first total number of users (hereinafter referred to as “N”).
- the secret dividing service separates the secret into shares or portions. Each share represents a different piece of the secret and a total number of the shares equals to N.
- the secret dividing service produces an intermediate value for each share as a remainder that is obtained when the secret is divided by the share's pairwise co-prime number. Each intermediate value is then retained for subsequent independent validation of each share when the pieces of the key are presented for re-assembling and validation at some later point in time.
- the secret dividing service processes a Chinese Remainder Theorem (CRT) algorithm for partial set of intermediate value set, and partial set of shared set of pairwise co-prime numbers and a control value for validation using the user's pairwise co-prime set. That is, a single CRT value for each share and each user is produced in response to processing the CRT algorithm.
- the single value when divided by different pairwise co-prime numbers produce a user's particular intermediate value set, partial set of the shared pairwise co-prime number set and a control value used for validation and discussed in greater detail below.
- the secret dividing service generates three equations where the first and second sets have ‘m’ equations and the third set has one equation.
- the first equation generated via the CRT algorithm produces as a first remainder set, the partial set of intermediate value set when the CRT value is divided by the user's partial set of pairwise co-prime numbers set.
- the second equation generated via the CRT algorithm produces as a second remainder a partial set of shared pairwise co-prime numbers set when the CRT value is divided by the users other partial set of pairwise co-prime numbers set.
- the third equation generated via the CRT algorithm produces as a third remainder a control value when the CRT value is divided by the remaining single pairwise co-prime number.
- the secret dividing service calculates for each share a single value the permits each share to be independently validated from remaining shares and that permits each share to be re-assembled with the remaining shares to reform the secret.
- the secret dividing service subsequently validates a particular share from a particular user when that particular user presents a particular single value (previously generated CRT value).
- the secret dividing service uses the particular single value to process the first set of equations and the second set of equations, this renders as remainder values the particular share's intermediate value set and the partial set of shared pairwise co-prime numbers set.
- the secret is then divided by the derived pairwise co-prime number set and that remainder set is compared against the derived intermediate value set. This recreates a partial set of the shares of the secret.
- the secret dividing service invalidates a particular share when the resulting remainder does not equal the intermediate value.
- the secret is delivered and recreated for a requestor when each of the remaining shares of the secret are presented and similarly validated in the manner discussed herein and above for the particular share that was presented at 131 .
- the secret dividing service delivers each single value for each share to a particular one of the users.
- the users share the secret via each user's single value that each user has and maintains for subsequent presentment and processing when the users desire to recreate the secret.
- the CRT algorithm is implemented in a computer-readable storage medium as instructions that process on a machine of the network to produce values that are used to divide a secret, such as a key, and subsequently validate and reform that key.
- n 1 , n 2 , . . . , n k are integers which are pairwise co-prime. Then, for any given integers a 1 , a 2 , . . . , a k , there exists an integer x solving the system of simultaneous congruencies:
- D is the data that needs to be divided among ‘n’ users U 1 , U 2 , . . . U n .
- Step 1 Generate ‘n’ co-primes ⁇ P 1 , P 2 , . . . P n ⁇ randomly where none of them belongs to CP (defined above).
- Step 2 Find D 1 , D 2 , . . . D n such that,
- CP i ⁇ CP (i,1) , CP (i,2) , . . . CP (i,2m) ⁇
- SD i is obtained and this is the shared data that is given to the user U i .
- the last equation in the above set of equations allows the algorithm to find out if user U i has manipulated his/her shared piece of the secret at the time of rebuilding the secret. Thus, this permits validation (as discussed more completely below with reference to the FIG. 2 ).
- a shared secret can be divided in a novel manner and represented as a single CRT value that is then given to each user.
- the user can subsequently represent the single value for purposes of having that user's share of the secret validated, recreated, and used to reform the entire secret (when every remaining user also presents his/her single value for the secret).
- FIG. 2 is a diagram of a method 200 for validating and recreating a shared secret, according to an example embodiment.
- the method 200 (hereinafter “key validation and sharing service” is implemented in a machine-accessible and readable medium and is operational over a network.
- the network may be wired, wireless, or a combination of wired and wireless.
- the key validation and sharing service represents processing that takes place after a key or secret has been divided and distributed to users in accordance with the process of the secret dividing service represented by the method 100 of the FIG. 1 .
- the key validation and sharing service receives a request to re-assemble a shared secret.
- the shared secret is divided among a first number of users (N).
- the key validation and sharing service acquires from each user a specific single value.
- the significance and creation of the single numeric value that represents a particular user's portion of the secret was discussed in detail above with reference to the method 100 of the FIG. 1 and the following illustration using a CRT algorithm.
- the specific single value can be acquired in a variety of manners.
- the key validation and sharing service receives each specific single value in an unsolicited fashion from each of the users that hold a piece of the shared secret.
- the key validation and sharing service proactively requests that each of the users supply each user's specific single value when policy dictates that the secret be validated and reformulated.
- the key validation and sharing service can passively acquire each user's specific single value on demand or can proactively and dynamically acquire each user's specific single value in accordance with policy evaluation.
- the key validation and sharing service validates each specific single value independent of remaining ones of the specific single values. So, unlike convention key splitting techniques, the key validation and sharing service validates each individual portion of the secret (e.g., key, etc.) before the secret is reformulated from the individual pieces held by different users.
- the key validation and sharing service validates each individual portion of the secret (e.g., key, etc.) before the secret is reformulated from the individual pieces held by different users.
- the key validation and sharing service divides each specific single value by a control pairwise co-prime number to obtain a result value that is compared to an expected validation value. When the comparison is equal, the key validation and sharing service determines that the validation for each specific single value was a success.
- the key validation and sharing service uses each specific single value to reproduce a portion of the shared secret. That is, each specific value is used to recreate a specific portion of the shared secret.
- the key validation and sharing service divides each specific single value by a particular pairwise co-prime number associated with a particular user that supplies the specific single value. This is done to obtain a remainder. Next, each specific single value is divided by another pairwise co-prime number to obtain a calculated pairwise co-prime number. The key validation and sharing service then determines that the particular user has a valid portion of the shared secret when the remainder is equal to a calculated remainder that results from dividing the shared secret by the calculated pairwise co-prime number. An example illustration of this processing is discussed more completely below at the end of the discussion for the FIG. 2 .
- the key validation and sharing service processes a CRT algorithm to reproduce each of the portions of the shared secret.
- the key validation and sharing service re-assembles the secret to satisfy the request when each portion of the shared secret is reproduced successfully and each specific value presented by each user is independently validated.
- the key validation and sharing service delivers the secret from secure storage to a resource in response to policy evaluation once each portion of the secret was re-created and each specific single value was successfully validated.
- SD i mod CP validate is not equal to E i , then the share is not valid, otherwise, it is valid.
- Step 1 The shared data received from any ‘k’ users ⁇ U 1 , U 2 , . . . U k ⁇ is represented as ⁇ RD 1 , RD 2 , . . . RD k ⁇ .
- Step 3 On obtaining the P i and D i , each of size n, form the set of equations as follows:
- FIG. 3 is a diagram of a secret validation and sharing system 300 , according to an example embodiment.
- the secret validation and sharing system 300 is implemented in a machine-accessible and readable medium as instructions that process on one or more machines.
- the secret validation and sharing system 300 is operational over a network.
- the network may be wired, wireless, or a combination of wired and wireless.
- the secret validation and sharing system 300 implements, among other things, the methods 100 and 200 of the FIGS. 1 and 2 , respectively.
- the secret validation and sharing system 300 includes a key dividing service 301 and a key validation service 302 . Each of these will now be discussed in turn.
- the key dividing service 301 is implemented in a computer-readable storage medium as instructions that process on a machine (processor and memory enabled device, such as a computer). Example processing associated with the key dividing service 301 was presented in detail above with reference to the method 100 of the FIG. 1 .
- the key dividing service 301 splits a shared key into shares. Each share corresponds to a particular user and a total number of shares is equal to a total number of users.
- the key dividing service 301 supplies a unique value to each of the users to represent each user's share of the shared key. So, the users hold a token representation of a piece of the key and it is really not a subset of the key, such that the users could not get together and collaborate in an attempt to reformulate the key, since all the users possess just a representative value that is meaningless outside the context of the key dividing service 301 and the key validation service 302 .
- the key dividing service 301 processes a CRT algorithm to produce each unique value for each user.
- the CRT algorithm produces three equations.
- the first equation provides a particular share of the shared key for a particular user.
- the second equation provides a pairwise co-prime that when used as a divisor to the shared key produces the particular share of the shared key that is associated with the particular user.
- the third equation provides a control value that validates each unique value supplied to each user to ensure that no changes have occurred to the unique value. The details of these equations were presented in detail above with reference to the method 100 and the FIG. 1 .
- the key validation service 302 is implemented in a computer-readable storage medium as instructions that process on the same machine as the key dividing service 301 or that process on a different machine of the network. Example processing associated with the key validation service 302 was presented in detail above with reference to the method 200 and the FIG. 2 .
- the key validation service 302 validates each unique value presented by each user and reconstructs each share of the shared key from each unique value. Also, the key validation service 302 reproduces the shared key when a configurable number of shares (K) is successfully reconstructed and validated.
- the key validation service 302 processes a CRT algorithm to validate each unique value and to reconstruct each share of the shared key. Again, the details of this were presented above with reference to the method 200 of the FIG. 2 .
- the key validation service 302 is configured such that it is unable to reconstruct the shared key when less than the total number of shares is received for processing. So, each share of the shared key has to be validated and presented to the key validation service 302 before the shared key is reproduced and delivered.
- the key validation service 302 completely reconstructs the shared secret for each unique value but that shared secret is not supplied to a requestor unless the total number of unique values are received representing the total number of shares and that shared secret is not supplied to the requestor unless each and every share is validated via its unique value supplied by its user.
- FIG. 4 is a diagram of another secret validation and sharing system 400 , according to an example embodiment.
- the secret validation and sharing system 400 is implemented in a machine-accessible and computer-readable storage medium and is processed on machines by services of a network.
- the network may be wired, wireless, or a combination of wired and wireless.
- the secret validation and sharing system 400 includes a secret divider 401 and a secret builder 402 . Each of these and their interactions with one another will now be discussed in turn.
- the secret divider 401 is implemented as instructions on a computer-readable storage medium and the instructions are processed on a machine, such as a computer.
- the processing associated with the secret divider 401 was presented above with reference to the method 100 of the FIG. 1 and with reference to the system 300 of the FIG. 3 .
- the secret divider 401 divides a secret into portions. Each portion corresponds to a user and each portion is represented by the secret divider 401 as a unique value. Each unique value is supplied to a particular one of the users.
- the secret builder 402 is implemented as instructions on a computer-readable storage medium and processes on the same machine as the secret divider 401 or on an entirely different machine of the network from that which is associated with the secret divider 401 . Processing associated with the secret builder 402 was presented in detail above with reference to the method 200 of the FIG. 2 and with reference to the system 300 of the FIG. 3 .
- the secret builder 402 receives each unique value (distributed by the secret divider 401 to particular users) and recreates each portion of the shared secret that corresponds to that particular unique value. When the secret builder 402 receives all portions of the shared secret (via the unique values from the users) and when all portions are validated, the secret builder 402 reproduces the secret.
- both the secret divider 401 and the secret builder 402 process a CRT algorithm to divide, validate, and reproduce/redeliver the shared secret.
- the secret divider 401 and the secret builder 402 maintain and manage two sets of pairwise co-prime numbers with the CRT algorithm for use in dividing, validating, and reproducing/redelivering the shared secret.
- At least one of the two sets of pairwise co-prime numbers are randomly generated as part of a configuration associated with configuring the secret divider 401 and the secret builder 402 .
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Storage Device Security (AREA)
Abstract
Techniques for validating and sharing secrets are presented. A secret is divided into a plurality of parts. Each part is represented by a unique value. Each value is distributed to a unique user that shares in the secret. The secret is recreated when each user presents each user's unique value. Each unique value is then used to recreate its corresponding part of the key and when all parts are present and validated, the secret is reproduced.
Description
- The present application is a continuation of, claims priority to, and is co-pending with U.S. Ser. No. 12/141,286, entitled: “Techniques for Validating and Sharing Secrets,” filed on Jun. 18, 2008, and which presently stands allowed and the disclosure of which is incorporated in its entirety herein.
- Increasingly, the affairs of individuals and enterprises are being conducted over the Internet and via the World-Wide Web (WWW). This has provided for a geographically dispersed world economy and created many opportunities, which previously did not exist.
- One major issue associated with conducting affairs over the WWW is security. Just as the WWW has grown, so too has the sophistication of the criminals that lurk on the Internet attempting to acquire passwords and other sensitive data of users as that data becomes exposed on the Internet during network transactions.
- To address these concerns a variety of security mechanisms are typically used, such as a Public and Private Key Infrastructure (PKI) transactions, Virtual Private Networks (VPN's), and other key distribution and encryption techniques. Still, even these mechanisms are not full proof and each mechanism has its own security issues that have to be addressed because of the increasing sophistication of today's Internet hackers.
- One particular approach, which is used for enhancing security, is to split a key into multiple pieces. Key splitting is particularly useful for a user when the user forgets his/her key. The original key can be split into pieces and then escrowed with multiple parties, such that each of the pieces from each escrow agent is needed to reassemble the key. Should the user ever forget the key and want to reacquire it, escrow agents supply their pieces and the key is reassembled for the user. Key splitting is also useful in other scenarios as well, such as when multiple parties are needed to access a secure asset, where each party includes a piece of an overall key needed to access that asset. Sometimes key splitting should also be done in such a way that if the key is divided into ‘n’ pieces and escrowed with multiple parties, then the original key should be able to be reassembled by using any ‘k’ escrow agents pieces, where k=n and should not be able to be reassembled into the original key by any number of pieces less than k.
- However, conventional key splitting techniques do not validate the individual key pieces; rather, the entire re-assembled key having all the pieces is validated. The problem with this approach is that it is not efficient and cannot detect a problem before all the key pieces are acquired and reassembled; so, any issue with a key is only noted once a final version of the key is reassembled from all the individual pieces.
- For these and other reasons, it can be seen that improved and automated techniques are desirable for validating and sharing secrets, such as keys.
- In various embodiments, techniques for validating and sharing secrets are presented. More specifically and in an embodiment, a method is provided for dividing a shared secret. A decision is made to divide a secret among a number of users ‘n’ and a minimum number of shares ‘k’ needed to reassemble the secret. A single value is calculated for each share, the single value permits each share to be independently validated from remaining shares and permits each share to be re-assembled with any ‘k−1’ remaining shares to reform the secret. Finally, each single value for each share is delivered to a particular one of the users. The users share the secret via each user's single value.
-
FIG. 1 is a diagram of a method for dividing a shared secret, according to an example embodiment. -
FIG. 2 is a diagram of a method for validating and recreating a shared secret, according to an example embodiment. -
FIG. 3 is a diagram of a secret validation and sharing system, according to an example embodiment. -
FIG. 4 is a diagram of another secret validation and sharing system, according to an example embodiment. - A “resource” as used herein refers to a service, an application, a processing environment, a user, a group of users, a role associated with a user or groups of users, a policy, a website, a proxy, a device, data or content, or various combinations of these things. A “secure resource” is one that requires authentication to permit access to it. The terms “instructions,” “application,” and “service” may be used interchangeably herein as a form of a resource that executes on a machine (processing device, such as a computer, etc.).
- Various embodiments of this invention can be implemented in existing network architectures. For example, in some embodiments, the techniques presented herein are implemented in whole or in part in the Novelle network and proxy server products, directory products, operating system (OS) products, and/or identity based products, distributed by Novelle, Inc., of Provo, Utah.
- Of course, the embodiments of the invention can be implemented in a variety of architectural platforms, OS and server systems, or applications. Any particular architectural layout or implementation presented herein is provided for purposes of illustration and comprehension only and is not intended to limit aspects of the invention.
-
FIG. 1 is a diagram of amethod 100 for dividing a shared secret, according to an example embodiment. The method 100 (hereinafter “secret dividing service”) is implemented in a machine-accessible and readable medium. The secret dividing service is operational over and processes within a network. The network may be wired, wireless, or a combination of wired and wireless. - At 110, the secret dividing service decides to divide a secret among a first total number of users. This can be done for a variety of reasons. For example, at 111, the secret dividing service may evaluate policy to determine when to divide the secret. That is, policy decides when a secret is to be divided among the users. In other cases, an administrator may specifically and manually issue an instruction to divide the secret among the first total number of users (hereinafter referred to as “N”).
- At 120, the secret dividing service separates the secret into shares or portions. Each share represents a different piece of the secret and a total number of the shares equals to N.
- According to an embodiment, at 121, the secret dividing service generates a share of ‘n’ pairwise co-prime numbers. There is one unique set of 2*m+1 where m=(n−k+1) pairwise co-prime numbers per share of the secret and per user. A number is pairwise co-prime with another number when the only common divisor between the numbers is 1. So, as an example 7 and 10 are pairwise co-prime because the only common divisor for 7 and 10 is 1. Next, the secret dividing service produces an intermediate value for each share as a remainder that is obtained when the secret is divided by the share's pairwise co-prime number. Each intermediate value is then retained for subsequent independent validation of each share when the pieces of the key are presented for re-assembling and validation at some later point in time.
- Continuing with the embodiment at 121, and at 122, the secret dividing service processes a Chinese Remainder Theorem (CRT) algorithm for partial set of intermediate value set, and partial set of shared set of pairwise co-prime numbers and a control value for validation using the user's pairwise co-prime set. That is, a single CRT value for each share and each user is produced in response to processing the CRT algorithm. The single value when divided by different pairwise co-prime numbers produce a user's particular intermediate value set, partial set of the shared pairwise co-prime number set and a control value used for validation and discussed in greater detail below.
- To do this, at 123, the secret dividing service generates three equations where the first and second sets have ‘m’ equations and the third set has one equation. The first equation generated via the CRT algorithm produces as a first remainder set, the partial set of intermediate value set when the CRT value is divided by the user's partial set of pairwise co-prime numbers set. The second equation generated via the CRT algorithm produces as a second remainder a partial set of shared pairwise co-prime numbers set when the CRT value is divided by the users other partial set of pairwise co-prime numbers set. The third equation generated via the CRT algorithm produces as a third remainder a control value when the CRT value is divided by the remaining single pairwise co-prime number.
- At 130, the secret dividing service calculates for each share a single value the permits each share to be independently validated from remaining shares and that permits each share to be re-assembled with the remaining shares to reform the secret.
- According to an embodiment, at 131 that extends the embodiment discussed at 123, the secret dividing service subsequently validates a particular share from a particular user when that particular user presents a particular single value (previously generated CRT value). The secret dividing service uses the particular single value to process the first set of equations and the second set of equations, this renders as remainder values the particular share's intermediate value set and the partial set of shared pairwise co-prime numbers set. The secret is then divided by the derived pairwise co-prime number set and that remainder set is compared against the derived intermediate value set. This recreates a partial set of the shares of the secret.
- In some cases, at 132, the secret dividing service invalidates a particular share when the resulting remainder does not equal the intermediate value. When the resulting remainder does equal the intermediate value then the secret is delivered and recreated for a requestor when each of the remaining shares of the secret are presented and similarly validated in the manner discussed herein and above for the particular share that was presented at 131.
- At 140, the secret dividing service delivers each single value for each share to a particular one of the users. The users share the secret via each user's single value that each user has and maintains for subsequent presentment and processing when the users desire to recreate the secret.
- An example embodiment of the techniques presented above are now presented for further illustration and comprehension of how a CRT algorithm can be used to generate divide a secret and distribute it as shares representing a single value to multiple users. The techniques for validating and reconstructing the shared secret are more completely discussed with reference to the
FIG. 2 discussed below. - The CRT algorithm is implemented in a computer-readable storage medium as instructions that process on a machine of the network to produce values that are used to divide a secret, such as a key, and subsequently validate and reform that key.
- Suppose n1, n2, . . . , nk are integers which are pairwise co-prime. Then, for any given integers a1, a2, . . . , ak, there exists an integer x solving the system of simultaneous congruencies:
-
- Furthermore, all solutions x to this system are congruent modulo with the product N=n1 n2 . . . nk.
- The secret dividing service uses a co-prime set which is fixed for the entire system and is used to share the secret data/keys that need to be shared; so, assume that set as being defined as CP={C1, C2, . . . } and that the set is sufficiently large enough.
- Technique to Divide Secret ‘D ‘into’ N Shares:
- Say that D is the data that needs to be divided among ‘n’ users U1, U2, . . . Un.
- Step 1: Generate ‘n’ co-primes {P1, P2, . . . Pn} randomly where none of them belongs to CP (defined above).
- Step 2: Find D1, D2, . . . Dn such that,
-
D 1 =D mod P i. - Step 3: This step is done for every user, i.e., for every U, such that 1<=i<=n.
- Consider a co-prime set CPi for user Ui, such that CPi is subset of CP and 2 m=|CPi|=2*(n−k+1) and say it is represented as CPi={CP(i,1), CP(i,2), . . . CP(i,2m)}
- Form a set of equations as below:
-
SD i ≡D [(i+j−2)modn+1](mod CP (i,j)) - SDi ≡P [(i+j−2)modn+1](mod CP (i,j+m))
-
SD i ≡E i(mod CP validate) - where j takes values from 1 to m.
- After applying the CRT algorithm on the above set of equations, SDi is obtained and this is the shared data that is given to the user Ui. The last equation in the above set of equations allows the algorithm to find out if user Ui has manipulated his/her shared piece of the secret at the time of rebuilding the secret. Thus, this permits validation (as discussed more completely below with reference to the
FIG. 2 ). - It is now appreciate how a shared secret can be divided in a novel manner and represented as a single CRT value that is then given to each user. The user can subsequently represent the single value for purposes of having that user's share of the secret validated, recreated, and used to reform the entire secret (when every remaining user also presents his/her single value for the secret).
-
FIG. 2 is a diagram of amethod 200 for validating and recreating a shared secret, according to an example embodiment. The method 200 (hereinafter “key validation and sharing service” is implemented in a machine-accessible and readable medium and is operational over a network. The network may be wired, wireless, or a combination of wired and wireless. - In an embodiment, the key validation and sharing service represents processing that takes place after a key or secret has been divided and distributed to users in accordance with the process of the secret dividing service represented by the
method 100 of theFIG. 1 . - At 210, the key validation and sharing service receives a request to re-assemble a shared secret. The shared secret is divided among a first number of users (N).
- At 220, the key validation and sharing service acquires from each user a specific single value. The significance and creation of the single numeric value that represents a particular user's portion of the secret was discussed in detail above with reference to the
method 100 of theFIG. 1 and the following illustration using a CRT algorithm. The specific single value can be acquired in a variety of manners. - For example, at 221, the key validation and sharing service receives each specific single value in an unsolicited fashion from each of the users that hold a piece of the shared secret.
- In another case, at 222, the key validation and sharing service proactively requests that each of the users supply each user's specific single value when policy dictates that the secret be validated and reformulated.
- So, the key validation and sharing service can passively acquire each user's specific single value on demand or can proactively and dynamically acquire each user's specific single value in accordance with policy evaluation.
- At 230, the key validation and sharing service validates each specific single value independent of remaining ones of the specific single values. So, unlike convention key splitting techniques, the key validation and sharing service validates each individual portion of the secret (e.g., key, etc.) before the secret is reformulated from the individual pieces held by different users.
- In an embodiment, at 231, the key validation and sharing service divides each specific single value by a control pairwise co-prime number to obtain a result value that is compared to an expected validation value. When the comparison is equal, the key validation and sharing service determines that the validation for each specific single value was a success.
- At 240, the key validation and sharing service uses each specific single value to reproduce a portion of the shared secret. That is, each specific value is used to recreate a specific portion of the shared secret.
- In an embodiment, at 241, the key validation and sharing service divides each specific single value by a particular pairwise co-prime number associated with a particular user that supplies the specific single value. This is done to obtain a remainder. Next, each specific single value is divided by another pairwise co-prime number to obtain a calculated pairwise co-prime number. The key validation and sharing service then determines that the particular user has a valid portion of the shared secret when the remainder is equal to a calculated remainder that results from dividing the shared secret by the calculated pairwise co-prime number. An example illustration of this processing is discussed more completely below at the end of the discussion for the
FIG. 2 . - According to an embodiment, at 242, the key validation and sharing service processes a CRT algorithm to reproduce each of the portions of the shared secret.
- At 250, the key validation and sharing service re-assembles the secret to satisfy the request when each portion of the shared secret is reproduced successfully and each specific value presented by each user is independently validated.
- In an embodiment, at 251, the key validation and sharing service delivers the secret from secure storage to a resource in response to policy evaluation once each portion of the secret was re-created and each specific single value was successfully validated.
- Again, and example illustration of the secret validation processing and the secret reformulation processing is presented within the context of a CRT algorithm.
- When user Ui comes with his/her piece of shared data SDi, the share is validated against the fixed prime or control prime as follows:
- If SDi mod CPvalidate is not equal to Ei, then the share is not valid, otherwise, it is valid.
- Technique to Build the Secret Data D from the Provided ‘k’ Shared Pieces
- Step 1: The shared data received from any ‘k’ users {U1, U2, . . . Uk} is represented as {RD1, RD2, . . . RDk}.
- Step 2: This step is applied for every user, i.e., for every Ui of the above users set such that 1<=i<=k. Say CP, is the co-prime set used for the user Ui and CPi={CP(i,1), CP(i,2), . . . CP(i,2m)} where 2 m=2*(n−k+1). (There is no need to remember that this is the set used for a particular user. This can actually be incorporated into the set of CRT equations in the same way as it is done to find the validity of a response.)
- Find the set of primes Pi that are generated randomly in the Step 1 and the set Di that are generated in the Step 2 of the previous algorithm as follows:
-
D [(i+j−2)modn+1] =RD i mod CP (i,j) -
P [(i+j−2)modn+1] =RD i mod CP (i,j+m) - where j takes values from 1 to m.
- After applying this step for all the users, the complete set of primes P, and the set Di that are used in previous algorithm are obtained.
- If the number of shares provided to this algorithm is less than ‘k’, it does not provide the complete set of primes P, and the set D. If the number of shares provided to this algorithm is ‘r’ which is less than ‘n’, then, only a partial set of primes P, and the set Di of size (r+n−k) are obtained. So, knowledge of any (k−1) or less shares does not allow one to compute the secret ‘D’ and so one cannot proceed with the step 3.
- Step 3: On obtaining the Pi and Di, each of size n, form the set of equations as follows:
-
D≡D i mod P i for 1<=i<=n - Solve the above set of equations using CRT for the secret ‘D’, and thus, the desired shared secret data obtained.
-
FIG. 3 is a diagram of a secret validation andsharing system 300, according to an example embodiment. The secret validation andsharing system 300 is implemented in a machine-accessible and readable medium as instructions that process on one or more machines. Moreover, the secret validation andsharing system 300 is operational over a network. The network may be wired, wireless, or a combination of wired and wireless. In an embodiment, the secret validation andsharing system 300 implements, among other things, the 100 and 200 of themethods FIGS. 1 and 2 , respectively. - The secret validation and
sharing system 300 includes akey dividing service 301 and akey validation service 302. Each of these will now be discussed in turn. - The
key dividing service 301 is implemented in a computer-readable storage medium as instructions that process on a machine (processor and memory enabled device, such as a computer). Example processing associated with thekey dividing service 301 was presented in detail above with reference to themethod 100 of theFIG. 1 . - The
key dividing service 301 splits a shared key into shares. Each share corresponds to a particular user and a total number of shares is equal to a total number of users. Thekey dividing service 301 supplies a unique value to each of the users to represent each user's share of the shared key. So, the users hold a token representation of a piece of the key and it is really not a subset of the key, such that the users could not get together and collaborate in an attempt to reformulate the key, since all the users possess just a representative value that is meaningless outside the context of thekey dividing service 301 and thekey validation service 302. - In an embodiment, the
key dividing service 301 processes a CRT algorithm to produce each unique value for each user. The CRT algorithm produces three equations. The first equation provides a particular share of the shared key for a particular user. The second equation provides a pairwise co-prime that when used as a divisor to the shared key produces the particular share of the shared key that is associated with the particular user. The third equation provides a control value that validates each unique value supplied to each user to ensure that no changes have occurred to the unique value. The details of these equations were presented in detail above with reference to themethod 100 and theFIG. 1 . - The
key validation service 302 is implemented in a computer-readable storage medium as instructions that process on the same machine as thekey dividing service 301 or that process on a different machine of the network. Example processing associated with thekey validation service 302 was presented in detail above with reference to themethod 200 and theFIG. 2 . - The
key validation service 302 validates each unique value presented by each user and reconstructs each share of the shared key from each unique value. Also, thekey validation service 302 reproduces the shared key when a configurable number of shares (K) is successfully reconstructed and validated. - According to an embodiment, the
key validation service 302 processes a CRT algorithm to validate each unique value and to reconstruct each share of the shared key. Again, the details of this were presented above with reference to themethod 200 of theFIG. 2 . - Moreover, the
key validation service 302 is configured such that it is unable to reconstruct the shared key when less than the total number of shares is received for processing. So, each share of the shared key has to be validated and presented to thekey validation service 302 before the shared key is reproduced and delivered. - In an embodiment, the
key validation service 302 completely reconstructs the shared secret for each unique value but that shared secret is not supplied to a requestor unless the total number of unique values are received representing the total number of shares and that shared secret is not supplied to the requestor unless each and every share is validated via its unique value supplied by its user. -
FIG. 4 is a diagram of another secret validation andsharing system 400, according to an example embodiment. The secret validation andsharing system 400 is implemented in a machine-accessible and computer-readable storage medium and is processed on machines by services of a network. The network may be wired, wireless, or a combination of wired and wireless. - The secret validation and
sharing system 400 includes asecret divider 401 and asecret builder 402. Each of these and their interactions with one another will now be discussed in turn. - The
secret divider 401 is implemented as instructions on a computer-readable storage medium and the instructions are processed on a machine, such as a computer. The processing associated with thesecret divider 401 was presented above with reference to themethod 100 of theFIG. 1 and with reference to thesystem 300 of theFIG. 3 . - The
secret divider 401 divides a secret into portions. Each portion corresponds to a user and each portion is represented by thesecret divider 401 as a unique value. Each unique value is supplied to a particular one of the users. - The
secret builder 402 is implemented as instructions on a computer-readable storage medium and processes on the same machine as thesecret divider 401 or on an entirely different machine of the network from that which is associated with thesecret divider 401. Processing associated with thesecret builder 402 was presented in detail above with reference to themethod 200 of theFIG. 2 and with reference to thesystem 300 of theFIG. 3 . - The
secret builder 402 receives each unique value (distributed by thesecret divider 401 to particular users) and recreates each portion of the shared secret that corresponds to that particular unique value. When thesecret builder 402 receives all portions of the shared secret (via the unique values from the users) and when all portions are validated, thesecret builder 402 reproduces the secret. - According to an embodiment, both the
secret divider 401 and thesecret builder 402 process a CRT algorithm to divide, validate, and reproduce/redeliver the shared secret. To do this, thesecret divider 401 and thesecret builder 402 maintain and manage two sets of pairwise co-prime numbers with the CRT algorithm for use in dividing, validating, and reproducing/redelivering the shared secret. These sets of pairwise co-primes were described and presented in detail above with reference to the illustrations that followed the discussions of theFIGS. 1 and 2 . - In some cases, at least one of the two sets of pairwise co-prime numbers are randomly generated as part of a configuration associated with configuring the
secret divider 401 and thesecret builder 402. - It is now appreciated how key splitting can occur in a more secure manner using single distributed values that can be used to perform validation and reformation of the key pieces and can be used to reform the shared key. In some specific cases this is beneficially achieved using CRT-based algorithms.
- The above description is illustrative, and not restrictive. Many other embodiments will be apparent to those of skill in the art upon reviewing the above description. The scope of embodiments should therefore be determined with reference to the appended claims, along with the full scope of equivalents to which such claims are entitled.
- The Abstract is provided to comply with 37 C.F.R. §1.72(b) and will allow the reader to quickly ascertain the nature and gist of the technical disclosure. It is submitted with the understanding that it will not be used to interpret or limit the scope or meaning of the claims.
- In the foregoing description of the embodiments, various features are grouped together in a single embodiment for the purpose of streamlining the disclosure. This method of disclosure is not to be interpreted as reflecting that the claimed embodiments have more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive subject matter lies in less than all features of a single disclosed embodiment. Thus the following claims are hereby incorporated into the Description of the Embodiments, with each claim standing on its own as a separate exemplary embodiment.
Claims (20)
1. A machine-implemented method residing in a non-transitory computer-readable storage medium for execution on a processing device, comprising:
dividing, by the processor, a secret into shares, each share representing a different portion of the secret;
assigning, by the processor, each share to a unique user associated with a group of users;
calculating, by the processor, a share value for each share, each share value represented as a particular remainder obtained by dividing the secret by a particular pairwise co-prime number associated with a particular user;
executing, by the processor, a Chinese Remainder Theorem (CRT) algorithm for each share value and its pairwise co-prime to produce a single value for each share that permits each share, via that share's single value to be independently verified; and
sending, by the processor, each single value to the user associated with that single value.
2. The method of claim 1 further comprising, receiving, by the processor, at different intervals each single value from each of the users.
3. The method of claim 2 further comprising, validating, by the processor, each single value.
4. The method of claim 3 further comprising, reproducing, by the processor, each share value from each received single value to re-assemble the secret.
5. The method of claim 4 further comprising, acquiring, by the processor, a key from secure storage using the re-assembled secret.
6. The method of claim 5 further comprising, delivering, by the processor, the key to a resource for use in accordance with evaluation of a policy.
7. The method of claim 1 further comprising, requesting, by the processor, each user to deliver that user's single value for verification and for re-assembling of the secret.
8. The method of claim 1 , wherein dividing further includes receiving an administrator instruction to divide the secret.
9. The method of claim 1 , wherein assigning further includes identifying the group of user based on evaluation of a policy.
10. A machine-implemented method residing in a non-transitory computer-readable storage medium for execution on a processing device, comprising:
acquiring, by the processor, numeric values from users, each use supplying a particular unique one of the numeric values;
processing, by the processor, a Chinese Remainder Theorem (CRT) algorithm against each numeric value to produce a portion of a secret;
validating, by the processor, each portion of the secret;
assembling, by the processor, the portions into the secret; and
using, by the processor, the secret to deliver a key to a resource.
11. The method of claim 10 , wherein acquiring further includes requesting that each user deliver that user's numeric value based on evaluation of a policy.
12. The method of claim 10 , wherein acquiring further includes requesting that each user deliver that user's numeric value based on an administrator instruction.
13. The method of claim 10 , wherein acquiring further includes obtaining each user's numeric value based on actions of the users that are unsolicited.
14. The method of claim 10 , wherein processing further includes using a specific pairwise co-prime number associated with a particular user and that particular user's numeric value as input to the CRT algorithm.
15. The method of claim 10 , wherein using further includes accessing a secure storage with the secret to obtain the key.
16. The method of claim 10 , wherein using further includes using, by the resource, the key to access another secure resource that requires the key for access.
17. A machine-implemented system, comprising:
a machine having a key dividing service implemented in a non-transitory computer-readable storage medium, the key dividing service executing on the machine; and
the machine having a key re-assembling service implemented in a non-transitory computer-readable storage medium, the key re-assembling service executing on the machine;
wherein the key dividing service is configured to divide a key into portions and derive a single value representing each portion and then deliver each single value to a particular user from a group of users; the key re-assembling service is configured to reproduce each portion after validating each received single value from each user and re-produce the key.
18. The system of claim 17 , wherein the key re-assembling service is also configured to evaluate policy to deliver the re-produced key to a particular resource.
19. The system of claim 17 , wherein the key re-assembling service is also configured to use the re-produced key to access a secure storage for a different key accessible via the re-produced key and then deliver the different key to a particular resource in accordance with a policy.
20. The system of claim 17 , wherein the key is divided and re-produced by processing a Chinese Remainder Theorem (CRT) algorithm.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/406,821 US20120159645A1 (en) | 2008-06-18 | 2012-02-28 | Techniques for validating and sharing secrets |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/141,286 US8170216B2 (en) | 2008-06-18 | 2008-06-18 | Techniques for validating and sharing secrets |
| US13/406,821 US20120159645A1 (en) | 2008-06-18 | 2012-02-28 | Techniques for validating and sharing secrets |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/141,286 Continuation US8170216B2 (en) | 2008-06-18 | 2008-06-18 | Techniques for validating and sharing secrets |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20120159645A1 true US20120159645A1 (en) | 2012-06-21 |
Family
ID=41465261
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/141,286 Expired - Fee Related US8170216B2 (en) | 2008-06-18 | 2008-06-18 | Techniques for validating and sharing secrets |
| US13/406,821 Abandoned US20120159645A1 (en) | 2008-06-18 | 2012-02-28 | Techniques for validating and sharing secrets |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/141,286 Expired - Fee Related US8170216B2 (en) | 2008-06-18 | 2008-06-18 | Techniques for validating and sharing secrets |
Country Status (1)
| Country | Link |
|---|---|
| US (2) | US8170216B2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2016148281A1 (en) * | 2015-03-19 | 2016-09-22 | 日本電気株式会社 | Secret character string calculation system and method, device, and program |
Families Citing this family (25)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120070002A1 (en) * | 2009-07-19 | 2012-03-22 | Angel Secure Networks, Inc. | Protecting information in an untethered asset |
| US11080695B2 (en) * | 2009-07-30 | 2021-08-03 | Gabriel Johann Petrovici | Fraud prevention trading and payment system for business and consumer transactions |
| US8607355B2 (en) * | 2011-02-21 | 2013-12-10 | International Business Machines Corporation | Social network privacy using morphed communities |
| US9369433B1 (en) * | 2011-03-18 | 2016-06-14 | Zscaler, Inc. | Cloud based social networking policy and compliance systems and methods |
| EP2989742B1 (en) * | 2013-04-24 | 2018-08-29 | NEC Corporation | Method and system for enforcing access control policies on data |
| US9813244B1 (en) * | 2015-12-30 | 2017-11-07 | EMC IP Holding Company LLC | Distributed proactive password-based secret sharing |
| KR102861293B1 (en) | 2016-02-23 | 2025-09-18 | 엔체인 라이센싱 아게 | Agent-based Turing-complete transactions that integrate feedback within blockchain systems. |
| CN109155035B (en) | 2016-02-23 | 2023-07-04 | 区块链控股有限公司 | Method and system for efficiently transferring entities on a peer-to-peer distributed ledger using blockchain |
| GB2561465B (en) | 2016-02-23 | 2021-12-08 | Nchain Holdings Ltd | A method and system for securing computer software using a distributed hash table and a blockchain |
| WO2017145002A1 (en) | 2016-02-23 | 2017-08-31 | nChain Holdings Limited | Personal device security using elliptic curve cryptography for secret sharing |
| US11625694B2 (en) | 2016-02-23 | 2023-04-11 | Nchain Licensing Ag | Blockchain-based exchange with tokenisation |
| EP4383643A3 (en) | 2016-02-23 | 2024-09-11 | nChain Licensing AG | Secure multiparty loss resistant storage and transfer of cryptographic keys for blockchain based systems in conjunction with a wallet management system |
| EA201891832A1 (en) | 2016-02-23 | 2019-02-28 | Нчейн Холдингс Лимитед | UNIVERSAL TOKENIZATION SYSTEM FOR CREATING CRYPTOLOGY BASED ON BLOCKCHAIN |
| CN115641131A (en) | 2016-02-23 | 2023-01-24 | 区块链控股有限公司 | Method and system for secure transfer of entities over a blockchain |
| KR102799781B1 (en) | 2016-02-23 | 2025-04-23 | 엔체인 홀딩스 리미티드 | Common secret decision for secure information exchange and hierarchical and deterministic encryption keys |
| CA3014737A1 (en) | 2016-02-23 | 2017-08-31 | nChain Holdings Limited | Blockchain-implemented method for control and distribution of digital content |
| HK1259177A1 (en) | 2016-02-23 | 2019-11-29 | nChain Holdings Limited | Tokenisation method and system for implementing exchanges on a blockchain |
| IL278834B2 (en) | 2016-02-23 | 2023-09-01 | Nchain Holdings Ltd | Registry and automated management method for blockchain-enforced smart contracts |
| KR20180115766A (en) | 2016-02-23 | 2018-10-23 | 엔체인 홀딩스 리미티드 | METHOD AND SYSTEM FOR EFFICIENTLY TRANSMITTING CURRENCY COUNTS CONTAINED TO PAYROL ON BLOCK CHAIN, WHICH CAUSES AUTOMATIC PAYROL METHOD AND SYSTEM BASED ON SMART CONTRACT |
| JP7128111B2 (en) | 2016-02-23 | 2022-08-30 | エヌチェーン ホールディングス リミテッド | Systems and methods for controlling asset-related activities via blockchain |
| US11727501B2 (en) | 2016-02-23 | 2023-08-15 | Nchain Licensing Ag | Cryptographic method and system for secure extraction of data from a blockchain |
| US11297058B2 (en) | 2016-03-28 | 2022-04-05 | Zscaler, Inc. | Systems and methods using a cloud proxy for mobile device management and policy |
| SG11202113362XA (en) * | 2019-06-10 | 2021-12-30 | Tzero Ip Llc | Key recovery using encrypted secret shares |
| JP7318490B2 (en) * | 2019-11-01 | 2023-08-01 | 富士通株式会社 | Cryptographic processing system and cryptographic processing method |
| WO2024003916A1 (en) * | 2022-06-29 | 2024-01-04 | B.G. Negev Technologies And Applications Ltd., At Ben Gurion University | Method for performing polynomial communication-less perfect information theoretical smpc, based on crt and coordinated randomness |
Family Cites Families (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4218582A (en) | 1977-10-06 | 1980-08-19 | The Board Of Trustees Of The Leland Stanford Junior University | Public key cryptographic apparatus and method |
| NZ329891A (en) * | 1994-01-13 | 2000-01-28 | Certco Llc | Method of upgrading firmware of trusted device using embedded key |
| US20050123131A1 (en) | 1997-02-19 | 2005-06-09 | Gemplus | Cryptographic system comprising an encryption and decryption system and a key escrow system, and the associated equipment and devices |
| US6307936B1 (en) | 1997-09-16 | 2001-10-23 | Safenet, Inc. | Cryptographic key management scheme |
| FR2788650B1 (en) | 1999-01-14 | 2001-02-16 | Gemplus Card Int | PUBLIC AND PRIVATE KEY CRYPTOGRAPHIC PROCESS |
| US20020041684A1 (en) | 1999-01-29 | 2002-04-11 | Mototsugu Nishioka | Public-key encryption and key-sharing methods |
| DE10061697A1 (en) | 2000-12-12 | 2002-06-27 | Infineon Technologies Ag | Method and device for determining a key pair and for generating RSA keys |
| US7016494B2 (en) | 2001-03-26 | 2006-03-21 | Hewlett-Packard Development Company, L.P. | Multiple cryptographic key precompute and store |
| FR2841411B1 (en) | 2002-06-19 | 2004-10-29 | Gemplus Card Int | ELECTRONIC KEY GENERATION METHOD FOR PUBLIC KEY CRYTOGRAPHY AND SECURE PORTABLE OBJECT IMPLEMENTING THE METHOD |
| US8132006B2 (en) | 2005-05-03 | 2012-03-06 | Ntt Docomo, Inc. | Cryptographic authentication and/or establishment of shared cryptographic keys, including, but not limited to, password authenticated key exchange (PAKE) |
| US8280041B2 (en) * | 2007-03-12 | 2012-10-02 | Inside Secure | Chinese remainder theorem-based computation method for cryptosystems |
-
2008
- 2008-06-18 US US12/141,286 patent/US8170216B2/en not_active Expired - Fee Related
-
2012
- 2012-02-28 US US13/406,821 patent/US20120159645A1/en not_active Abandoned
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2016148281A1 (en) * | 2015-03-19 | 2016-09-22 | 日本電気株式会社 | Secret character string calculation system and method, device, and program |
| US10511577B2 (en) | 2015-03-19 | 2019-12-17 | Nec Corporation | Secret character string calculation system, method and apparatus, and non-transitory recording medium |
Also Published As
| Publication number | Publication date |
|---|---|
| US20100005302A1 (en) | 2010-01-07 |
| US8170216B2 (en) | 2012-05-01 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8170216B2 (en) | Techniques for validating and sharing secrets | |
| JP6865850B2 (en) | Obtaining access data to the blockchain network using a highly available and reliable execution environment | |
| EP3850786B1 (en) | System and method for secure multi-party computation based blockchain transactions | |
| US10977362B2 (en) | Program execution and data proof scheme using multiple key pair signatures | |
| US10673626B2 (en) | Threshold secret share authentication proof and secure blockchain voting with hardware security modules | |
| Wang et al. | Identity-based data outsourcing with comprehensive auditing in clouds | |
| US8627424B1 (en) | Device bound OTP generation | |
| CN103270516B (en) | Systems and methods for securing a virtual machine computing environment | |
| CN110519046B (en) | Quantum communication service station key negotiation method and system based on one-time asymmetric key pair and QKD | |
| US11784819B2 (en) | Dynamic segmentation of network traffic by use of pre-shared keys | |
| WO2018211446A1 (en) | Cryptographic key-generation with application to data deduplication | |
| CN116743377B (en) | Data processing method, device, equipment and storage medium based on blockchain key | |
| CN115208656B (en) | A supply chain data sharing method and system based on blockchain and authority management | |
| CN109547199A (en) | A kind of method that multi-party joint generates SM2 digital signature | |
| WO2024139083A1 (en) | Threshold identity authentication method and apparatus based on zero knowledge, and cloud computing system | |
| CN115037436A (en) | Method and system for secure multiparty calculation of data mean | |
| CN115017458B (en) | Method and system for secure multi-party computation of data median | |
| CN115037434A (en) | Multi-party data security calculation method and system based on privacy calculation | |
| CN114168922A (en) | User CA certificate generation method and system based on digital certificate | |
| Frederiksen et al. | Attribute-based single sign-on: Secure, private, and efficient | |
| CN112926983A (en) | Block chain-based deposit certificate transaction encryption system and method | |
| CN113545004A (en) | Authentication system with reduced attack surface | |
| CN117424694A (en) | Block chain-based company certificate management method and device and electronic equipment | |
| CN115022012A (en) | Data transmission method, device, system, equipment and storage medium | |
| CN114401125B (en) | Consensus method, device and system for meeting factor infinitesimal and computer storage medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: CPTN HOLDINGS LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NOVELL, INC.;REEL/FRAME:028841/0047 Effective date: 20110427 |
|
| AS | Assignment |
Owner name: APPLE INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CPTN HOLDINGS LLC;REEL/FRAME:028856/0230 Effective date: 20120614 |
|
| STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |