1. Statement of the Technical Field
The invention concerns cryptographic systems. More particularly, the invention concerns a high-speed cryptographic system utilizing digitally generated chaotic sequences.
2. Description of the Related Art
For many types of electronic records, such as medical records, email communications, credit cards records, and customer records, data is generally stored in unencrypted databases. Although numerous linear and non-linear cryptographic algorithms exist, such algorithms are typically not used for database encryption due to the latency issues, processing requirements, and/or security limitations.
In the case of database cryptographic systems using linear algorithms, the non-computation intensive nature of the encryption and decryption processes allow a user to quickly and efficiently decrypt one or more portions of the encrypted database. However, the linear nature of the encryption algorithm (i.e., non-complex) also means that the encryption scheme can be discovered within a reasonable time, allowing third parties access to the encrypted data. As a result, linear encryption algorithms are typically not suited for providing robust security to a determined cryptographer.
In contrast, non-linear encryption algorithms typically rely on a mathematical problem for which no efficient means of obtaining a solution is available and typically provide secure encryption. However, the complex nature of the non-linear algorithm also means that a computation intensive decryption process is typically required to decrypt even the smallest collection of data. More importantly, the nonlinear processes typically fail to permit decryption of an arbitrary portion of the data, requiring decryption of large amounts of data even when only a small portion of the plaintext is required. Accordingly, such algorithms are generally limited to low data rate transfer applications, such as text messaging or particularly high value information.
For example, multiple pseudo-random number generators can generate exceedingly complex pseudo-random sequences for encoding databases. However, such cryptographic systems generally produce complex pseudo-random number sequences that still possess statistical artifacts. Accordingly, such pseudo-random sequences typically require generation of the full sequence in order to decrypt any portion of an encrypted data store. Furthermore, the sequences are typically difficult to unravel and exploit as the mappings become more complex; the encryption process and decryption process are typically asymmetric, placing a computational burden on one side of the process. A desirable cryptographic system for large stores of data will have symmetric computational requirements as well as common processing components. As a result the latency and computing requirements for such encrypted data stores generally becomes prohibitive as the size of the data store is increased.
As a result of the limitations of linear and non-linear encryption algorithms, many data stores are typically retained using little or no amount of encryption. Therefore, there is a need for a high-speed cryptographic system with moderate security for encryption of large stores and transfers of data as present in databases, email, medical records, or internet transfers. There is also a need for such cryptographic systems to have reduced latency and computing requirements when decrypting only a portion of the data. Additionally, there is a desire that the computational requirements and/or components used in encrypting and decrypting the information be relatively symmetric.
Embodiments of the invention provide systems and methods for high-speed cryptography using chaotic sequences. In a first embodiment of the invention, a cryptographic decryption system is provided. The system includes a data stream receiving device configured for receiving a modified data stream, the modified data stream includes an input data stream representing a plurality of data entries encrypted using a chaotic sequence of digits. The system also includes a user processing device configured for receiving user access information or generating user information from user characteristics, the user access information specifying an initial value for the chaotic sequence of digits and data field location information associated with selected ones of the plurality of data entries. The system further includes a chaotic sequence generator coupled to the user processing device, the chaotic sequence generator configured for generating one or more decryption sequences based on the initial value and the data field location information specified in the user access information. The system additionally includes a decrypter coupled to the chaotic sequence generator and the data stream receiving device, the decrypter configured for generating an output data stream from the modified data stream by applying the decryption sequences to the modified data stream.
In a second embodiment of the invention, a cryptographic encryption system is also provided. The system includes a data stream receiving device configured for receiving an input data stream including a plurality of data entries. The system also includes a user processing device configured for receiving user access information or generating user information from user characteristics, the user access information specifying an initial value for generating a chaotic sequence of digits and data field location information associated with selected ones of the plurality of data entries. The system further includes a chaotic sequence generator coupled to the user processing device, the chaotic sequence generator configured for generating one or more encryption sequences based on the initial value and the data field location information specified in the user access information. The system additionally includes an encrypter coupled to the chaotic sequence generator and the data stream receiving device, the encrypter configured for generating a modified data stream from the input data stream by applying the encryption sequences to the input data stream.
In a third embodiment of the invention, a method for secure communications using a modified data stream is provided. In the method, the modified data stream is based on an input data stream representing a plurality of data entries and a chaotic sequence of digits. The method includes decrypting the modified data at a decryption device, the decrypting including the steps of receiving the modified data stream and receiving user access information, the user access information specifying an initial value for the chaotic sequence of digits and data field location information associated with selected ones of the plurality of data entries. The decrypting also includes generating one or more decryption sequences based on the initial value and the data field location information specified in the received user access information, and utilizing the decryption sequences to the modified data stream to generate an output data stream from the modified data stream. The method can also include the step of encrypting an input data stream, prior to the decrypting of the modified data stream, at an encryption device to produce the modified data stream. This encryption step to produce the modified data stream may optionally be followed by storage of the modified data in a data store, such as a database, for later retrieval or access.
Embodiments will be described with reference to the following drawing figures, in which like numerals represent like items throughout the figures, and in which:
In the various embodiments of the invention, systems and methods are provided for cryptographic systems using a digitally generated chaotic sequence. Such chaos-based cryptographic systems include chaotic encryption systems and chaotic decryption systems that include chaos generators, which are capable of producing a chaotic sequence. In particular, the various embodiments of the invention provide systems and methods in which one or more portions of the chaotically encrypted data are decrypted using a permission-based user key. The user key specifies which records in a database a particular user is allowed to decrypt and how to generate the chaotic sequence for decrypting these records.
The invention will now be described more fully hereinafter with reference to accompanying drawings, in which illustrative embodiments of the invention are shown. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. For example, the invention can be embodied as a method, a system, or a computer program product. Accordingly, the invention can take the form as an entirely hardware embodiment, an entirely software embodiment or a hardware/software embodiment.
Generation of Chaotic Sequences
One aspect of the invention provides for a digitally generated chaotic sequence that is used to modify a data stream by increasing its entropy, a process commonly called encryption. In this regard, it should be appreciated that the presence of any discernible pattern in a chaotic sequence is much more difficult to identify as compared to patterns that emerge over time with conventional pseudo-random number sequences. As such, a chaotic sequence is characterized by a greater degree of apparent randomness, more precisely measured as entropy, as compared to these conventional pseudo-random number sequences, providing a higher degree of security. The same digital chaotic sequence used in encryption of data is then capable of decrypting the data, returning it to its prior state.
Referring now to
As will be understood by one of ordinary skill in the art, each of the N polynomial equations f0(x(nT)), . . . , fN-1(x(nT)) can be solved independently to obtain a respective solution. Each solution can be expressed as a residue number system (RNS) residue value using RNS arithmetic operations, i.e. modulo operations. Modulo operations are well known to one of ordinary skill in the art. Thus, such operations will not be described in great detail herein. However, it should be appreciated that a RNS residue representation for some weighted value “a” can be defined by mathematical Equation (1).
R={a modulo m0, a modulo m1, . . . , a modulo mN-1} (1)
where R is a RNS residue N-tuple value representing a weighted value “a”. Further, R(nT) can be a representation of the RNS solution of a polynomial equation f(x(nT)) defined as R(nT)={f0(x(nT)) modulo m0, f1(x(nT)) modulo m1, . . . , fN-1(x(nT)) modulo mN-1}. m0, m1, . . . , mN-1 respectively are the moduli for RNS arithmetic operations applicable to each polynomial equation f0(x(nT)), fN-1(x(nT)).
From the foregoing, it will be appreciated that the RNS employed for solving each of the polynomial equations f0(x(nT)), . . . , fN-1(x(nT)) respectively has a selected modulus value m0, m1, . . . , mN-1. The modulus value chosen for each RNS moduli is preferably selected to be relatively prime numbers p0, p1, . . . , pN-1. The phrase “relatively prime numbers” as used herein refers to a collection of natural numbers having no common divisors except one (1). Consequently, each RNS arithmetic operation employed for expressing a solution as an RNS residue value uses a different prime number P0, p1, . . . , pN-1 as a moduli m0, m1, . . . , mN-1.
Those of ordinary skill in the art will appreciate that the RNS residue value calculated as a solution to each one of the polynomial equations f0(x(nT)), . . . , fN-1(x(nT)) will vary depending on the choice of prime numbers p0, p1, . . . pN-1 selected as a moduli m0, m1, . . . , mN-1. Moreover, the range of values will depend on the choice of relatively prime numbers p0, p1, . . . , pN-1 selected as a moduli m0, m1, . . . , mN-1. For example, if the prime number five hundred three (503) is selected as modulus m0, then an RNS solution for a first polynomial equation f0(x(nT)) will have an integer value between zero (0) and five hundred two (502). Similarly, if the prime number four hundred ninety-one (491) is selected as modulus m1, then the RNS solution for a second polynomial equation f0(x(nT)) has an integer value between zero (0) and four hundred ninety (490).
According to an embodiment of the invention, each of the N polynomial equations f0(x(nT)), . . . , fN-1(x(nT)) is selected as an irreducible cubic polynomial equation having chaotic properties in Galois field arithmetic. Each of the N polynomial equations f0(x(nT)), . . . , fN-1(x(nT)) can also be selected to be a constant or varying function of time. The irreducible cubic polynomial equation is defined by a mathematical Equation (2).
f(x(nT))=Q(k)x3(nT)+R(k)x2(nT)+S(k)x(nT)+C(k,L) (2)
where n is a sample time index value. k is a polynomial time index value. L is a constant component time index value. T is a fixed constant having a value representing a time increment. Q, R, and S are coefficients that define the polynomial equation f(x(nT)). C is a coefficient of x(nT) raised to a zero power and is therefore a constant for each polynomial characteristic. In one embodiment, a value of C is selected which empirically is determined to produce an irreducible form of the stated polynomial equation f(x(nT)) for a particular prime modulus. For a given polynomial with fixed values for Q, R, and S more than one value of C can exist, each providing a unique iterative sequence. Still, the invention is not limited in this regard.
According to another embodiment of the invention, the N polynomial equations f0(x(nT)) . . . fN-1(x(nT)) are identical exclusive of a constant value C. For example, a first polynomial equation f0(x(nT)) is selected as f0(x(nT))=3x3(nT)+3x2(nT)+x(nT)+C0. A second polynomial equation f1(x(nT)) is selected as f1(x(nT))=3x3(nT)+3x2(nT)+x(nT)+C1. A third polynomial equation f2(x(nT)) is selected as f2(x(nT))=3x3(nT)+3x2(nT)+x(nT)+C2, and so on. Each of the constant values C0, C1, . . . , CN-1 is selected to produce an irreducible form in a residue ring of the stated polynomial equation f(x(nT))=3x3(nT)+3x2(nT)+x(nT)+C. In this regard, it should be appreciated that each of the constant values C0, C1, . . . , CN-1 is associated with a particular modulus m0, m1, . . . , mN-1 value to be used for RNS arithmetic operations when solving the polynomial equation f(x(nT)). Such constant values C0, C1, . . . , CN-1 and associated modulus m0, m1, . . . , mN-1 values which produce an irreducible form of the stated polynomial equation f(x(nT)) are listed in the following Table (1).
Still, the invention is not limited in this regard.
The number of discrete magnitude states (dynamic range) that can be generated with the system shown in
Referring again to
According to an embodiment of the invention, each binary sequence representing a residue value has a bit length (BL) defined by a mathematical Equation (3).
BL=Ceiling[Log 2(m)] (3)
where m is selected as one of moduli m0, m1, . . . , mN-1. Ceiling[u] refers to a next highest integer with respect to an argument u.
In order to better understand the foregoing concepts, an example is useful. In this example, six (6) relatively prime moduli are used to solve six (6) irreducible polynomial equations f0(x(nT)), . . . , f5(x(nT)). A prime number p0 associated with a first modulus m0 is selected as five hundred three (503). A prime number p1 associated with a second modulus m1 is selected as four hundred ninety one (491). A prime number p2 associated with a third modulus m2 is selected as four hundred seventy-nine (479). A prime number p3 associated with a fourth modulus m3 is selected as four hundred sixty-seven (467). A prime number p4 associated with a fifth modulus m4 is selected as two hundred fifty-seven (257). A prime number p5 associated with a sixth modulus m5 is selected as two hundred fifty-one (251). Possible solutions for f0(x(nT)) are in the range of zero (0) and five hundred two (502) which can be represented in nine (9) binary digits. Possible solutions for f1(x(nT)) are in the range of zero (0) and four hundred ninety (490) which can be represented in nine (9) binary digits. Possible solutions for f2(x(nT)) are in the range of zero (0) and four hundred seventy eight (478) which can be represented in nine (9) binary digits. Possible solutions for f3(x(nT)) are in the range of zero (0) and four hundred sixty six (466) which can be represented in nine (9) binary digits. Possible solutions for f4(x(nT)) are in the range of zero (0) and two hundred fifty six (256) which can be represented in nine (9) binary digits. Possible solutions for f5(x(nT)) are in the range of zero (0) and two hundred fifty (250) which can be represented in eight (8) binary digits. Arithmetic for calculating the recursive solutions for polynomial equations f0(x(nT)), . . . , f4(x(nT)) requires nine (9) bit modulo arithmetic operations. The arithmetic for calculating the recursive solutions for polynomial equation f5(x(nT)) requires eight (8) bit modulo arithmetic operations. In aggregate, the recursive results f0(x(nT)), . . . , f5(x(nT)) represent values in the range from zero (0) to M−1. The value of M is calculated as follows: p0·p1·p2·p3·p4·p5=503·491·479·467·257·251=3,563,762,191,059,523. The binary number system representation of each RNS solution can be computed using Ceiling[Log 2(3,563,762,191,059,523)]=Ceiling[51.66]=52 bits. Because each polynomial is irreducible, all 3,563,762,191,059,523 possible values are computed resulting in a sequence repetition time of M times T seconds, i.e, a sequence repetition times an interval of time between the computation of each values in the sequence of generated values. Still, the invention is not limited in this regard.
Referring again to
In some embodiments of the invention, the RNS solutions Nos. 1 through N are mapped to a weighted number system representation by determining a series of digits in the weighted number system based on the RNS solutions Nos. 1 through N. The term “digit” as used herein refers to a symbol of a combination of symbols to represent a number. For example, a digit can be a particular bit of a binary sequence. In other embodiments of the invention, the RNS solutions Nos. 1 through N are mapped to a weighted number system representation by identifying a number in the weighted number system that is defined by the RNS solutions Nos. 1 through N. According to yet another embodiment of the invention, the RNS solutions Nos. 1 through N are mapped to a weighted number system representation by identifying a truncated portion of a number in the weighted number system that is defined by the RNS solutions Nos. 1 through N. The truncated portion can include any serially arranged set of digits of the number in the weighted number system. The truncated portion can also be exclusive of a most significant digit of the number in the weighted number system. The phrase “truncated portion” as used herein refers to a chaotic sequence with one or more digits removed from its beginning and/or ending. The phrase “truncated portion” also refers to a segment including a defined number of digits extracted from a chaotic sequence. The phrase “truncated portion” also refers to a result of a partial mapping of the RNS solutions Nos. 1 through N to a weighted number system representation.
In some embodiments of the invention, a mixed-radix conversion method is used for mapping RNS solutions Nos. 1 through N to a weighted number system representation. “The mixed-radix conversion procedure to be described here can be implemented in” [modulo moduli only and not modulo the product of moduli.] See Residue Arithmetic and Its Applications To Computer Technology, written by Nicholas S. Szabo & Richard I. Tanaka, McGraw-Hill Book Co., New York, 1967. [In a mixed-radix number system,] “a number x may be expressed in a mixed-radix form:
where the Ri are the radices, the ai are the mixed-radix digits, and 0≦ai<Ri. For a given set of radices, the mixed-radix representation of x is denoted by (an, an-1, . . . , a1) where the digits are listed order of decreasing significance.” See Id. “The multipliers of the digits ai are the mixed-radix weights where the weight of ai is
For conversion from the RNS to a mixed-radix system, a set of moduli are chosen so that mi=Ri. A set of moduli are also chosen so that a mixed-radix system and a RNS are said to be associated. “In this case, the associated systems have the same range of values, that is
The mixed-radix conversion process described here may then be used to convert from the [RNS] to the mixed-radix system.” See Id.
“If mi=Ri, then the mixed-radix expression is of the form:
where ai are the mixed-radix coefficients. The ai are determined sequentially in the following manner, starting with a1.” See Id.
is first taken modulo m1. “Since all terms except the last are multiples of m1, we have xm
“To obtain a2, one first forms x−a1 in its residue code. The quantity x−a1 is obviously divisible by m1. Furthermore, m1 is relatively prime to all other moduli, by definition. Hence, the division remainder zero procedure [Division where the dividend is known to be an integer multiple of the divisor and the divisor is known to be relatively prime to M] can be used to find the residue digits of order 2 through N of
Inspection of
shows then that x is a2. In this way, by successive subtracting and dividing in residue notation, all of the mixed-radix digits may be obtained.” See Id.
“It is interesting to note that
and in general for i>1
.” See Id. From the preceding description it is seen that the mixed-radix conversion process is iterative. The conversion can be modified to yield a truncated result. Still, the invention is not limited in this regard.
In some embodiments of the invention, a Chinese remainder theorem (CRT) arithmetic operation is used to map the RNS solutions Nos. 1 through N to a weighted number system representation. The CRT arithmetic operation can be defined by a mathematical Equation (12).
where Y(nT) is the result of the CRT arithmetic operation. n is a sample time index value. T is a fixed constant having a value representing a time interval or increment. x0-xN-1 are RNS solutions Nos. 1 through N. p0, p1, . . . , pN-1 are prime number moduli. M is a fixed constant defined by a product of the relatively prime numbers p0, p1, . . . pN-1. b0, b1, . . . , bN-1 are fixed constants that are chosen as the multiplicative inverses of the product of all other primes modulo p0, p1, . . . , pN-1, respectively. Equivalently,
The bj's enable an isomorphic and equal mapping between an RNS N-tuple value representing a weighted number and said weighted number. However without loss of chaotic properties, the mapping need only be unique and isomorphic. As such, a weighted number x can map into a tuple y. The tuple y can map into a weighted number z. The weighted number x is not equal to x as long as all tuples map into unique values for z in a range from zero (0) to M−1. Therefore, in some embodiments of the invention, all bj's can be set equal to one or more values without practical loss of the chaotic properties. Different values of bj apply a bijective mapping within the RNS, but do not interfere with the CRT combination process.
The chaotic sequence output Y(nT) can be expressed in a binary number system representation. As such, the chaotic sequence output Y(nT) can be represented as a binary sequence. Each bit of the binary sequence has a zero (0) value or a one (1) value. The chaotic sequence output Y(nT) can have a maximum bit length (MBL) defined by a mathematical Equation (15).
MBL=Ceiling[Log 2(M) (15)
where M is the product of the relatively prime numbers p0, p1, . . . , pN-1 selected as moduli m0, m1, . . . , mN-1. In this regard, it should be appreciated the M represents a dynamic range of a CRT arithmetic operation. The phrase “dynamic range” as used herein refers to a maximum possible range of outcome values of a CRT arithmetic operation. Accordingly, the CRT arithmetic operation generates a chaotic numerical sequence with a periodicity equal to the inverse of the dynamic range M. The dynamic range requires a Ceiling[Log 2(M)] bit precision.
In some embodiments of the invention, M equals three quadrillion five hundred sixty-three trillion seven hundred sixty-two billion one hundred ninety-one million fifty-nine thousand five hundred twenty-three (3,563,762,191,059,523). By substituting the value of M into Equation (6), the bit length (BL) for a chaotic sequence output Y expressed in a binary system representation can be calculated as follows: BL=Ceiling[Log 2(3,563,762,191,059,523)=52 bits. As such, the chaotic sequence output Y(nT) is a fifty-two (52) bit binary sequence having an integer value between zero (0) and three quadrillion five hundred sixty-three trillion seven hundred sixty-two billion one hundred ninety-one million fifty-nine thousand five hundred twenty-two (3,563,762,191,059,522), inclusive. Still, the invention is not limited in this regard. For example, the chaotic sequence output Y(nT) can be a binary sequence representing a truncated portion of a value between zero (0) and M−1. In such a scenario, the chaotic sequence output Y(nT) can have a bit length less than Ceiling[Log 2(M)]. It should be noted that while truncation affects the dynamic range of the system it has no effect on the periodicity of a generated sequence.
As one of ordinary skill in art will recognize, the above-described chaotic sequence generation can be iteratively performed. In such a scenario, a feedback mechanism (e.g., a feedback loop) can be provided so that a variable “x” of a polynomial equation can be selectively defined as a solution computed in a previous iteration. Mathematical Equation (2) can be rewritten in a general iterative form: f(x(nT)=Q(k)x3((n−1)T)+R(k)x2((n−1)T)+S(k)x((n−1)T)+C(k,L). For example, a fixed coefficient polynomial equation is selected as f(x(n·1 ms))=3x3((n−1)+1 ms)+3x2((n−1)·1 ms)+x((n−1)·1 ms)+8 modulo 503. n is a variable having a value defined by an iteration being performed. x is a variable having a value allowable in a residue ring. In a first iteration, n equals one (1) and x is selected as two (2) which is allowable in a residue ring. By substituting the value of n and x into the stated polynomial equation f(x(nT)), a first solution having a value forty-six one (46) is obtained. In a second iteration, n is incremented by one and x equals the value of the first solution, i.e., forty-six (46) resulting in the solution 298, 410 mod 503 or one hundred thirty-one (131). In a third iteration, n is again incremented by one and x equals the value of the second solution.
Referring now to
As shown in
After step 210, the method 200 continues with step 212. In step 212, a value for time increment “T” is selected. Thereafter, an initial value for “x” is selected. In this regard, it should be appreciated that the initial value for “x” can be any value allowable in a residue ring. Subsequently, step 216 is performed where RNS arithmetic operations are used to iteratively determine RNS solutions for each of the stated polynomial equations f0(x(nT)), . . . , fN-1(x(nT)). In step 218, a series of digits in a weighted number system are determined based in the RNS solutions. This step can involve performing a mixed radix arithmetic operation or a CRT arithmetic operation using the RNS solutions to obtain a chaotic sequence output.
After step 218, the method 200 continues with a decision step 220. If a chaos generator is not terminated (220: NO), then step 224 is performed where a value of “x” in each polynomial equation f0(x(nT)), . . . , fN-1(x(nT)) is set equal to the RNS solution computed for the respective polynomial equation f0(x(nT)), fN-1(x(nT)) in step 216. Subsequently, the method 200 returns to step 216. If the chaos generator is terminated (220: YES), then step 222 is performed where the method 200 ends.
One of ordinary skill in the art will appreciate that the method 200 is only one exemplary method for generating a chaotic sequence. However, the invention is not limited in this regard and any other method for generating a chaotic sequence can be used without limitation.
Referring now to
Referring again to
Each of the solutions can be expressed as a unique residue number system (RNS) N-tuple representation. In this regard, it should be appreciated that the computing processors 3020-302N-1 employ modulo operations to calculate a respective solution for each polynomial equation f0(x(nT)), . . . , fN-1(x(nT)) using modulo based arithmetic operations. Each of the computing processors 3020-302N-1 are comprised of hardware and/or software configured to utilize a different relatively prime number p0, p1, . . . , pN-1 as a moduli m0, m1, . . . , mN-1 for modulo based arithmetic operations. The computing processors 3020-302N-1 are also comprised of hardware and/or software configured to utilize modulus m0, m1, . . . , mN-1 selected for each polynomial equation f0(x(nT)), . . . , fN-1(x(nT)) so that each polynomial equation f0(x(nT)), . . . , fN-1(x(nT)) is irreducible. The computing processors 3020-302N-1 are further comprised of hardware and/or software configured to utilize moduli m0, m1, . . . , mN-1 selected for each polynomial equation f0(x(nT)), . . . , fN-1(x(nT)) so that solutions iteratively computed via a feedback mechanism 3100-310N-1 are chaotic. In this regard, it should be appreciated that the feedback mechanisms 3100-310N-1 are provided so that the solutions for each polynomial equation f0(x(nT)), . . . , fN-1(x(nT)) can be iteratively computed. Accordingly, the feedback mechanisms 3100-310N-1 are comprised of hardware and/or software configured to selectively define a variable “x” of a polynomial equation as a solution computed in a previous iteration.
Referring again to
According to an embodiment of the invention, the computing processors 3020-302N-1 are further comprised of memory based tables (not shown) containing pre-computed residue values in a binary number system representation. The address space of each memory table is at least from zero (0) to mm for all m, m0 through mN-1. On each iteration, the table address is used to initiate the sequence. Still, the invention is not limited in this regard.
Referring again to
In the various embodiments of the invention, the mapping processor 304 can be comprised of hardware and/or software configured to identify a truncated portion of a number in the weighted number system that is defined by the moduli solutions Nos. 1 through N. For example, the mapping processor 304 can also be comprised of hardware and/or software configured to select the truncated portion to include any serially arranged set of digits of the number in the weighted number system. Further, the mapping processor 304 can include hardware and/or software configured to select the truncated portion to be exclusive of a most significant digit when all possible weighted numbers represented by P bits are not mapped, i.e., when M−1<2P. P is a fewest number of bits required to achieve a binary representation of the weighted numbers. Still, the invention is not limited in this regard.
Referring again to
One of ordinary skill in the art will appreciate that the chaotic generator 300 shown in
High-Speed Cryptography Using Chaotic Sequences
As, previously described, one aspect of the invention is to provide a permission-based user key for decrypting one or more portions of a large collection of data, such as a database, using chaotic encryption without requiring intense computation. A key, as used herein, refers to any piece of information that determines the functional output of a cryptographic algorithm. That is, a key provides information that allows the cryptographic algorithm to generate a resulting encryption data sequence or decryption data sequence used for encrypting or decrypting data. Although the various embodiments of the invention will be described with respect to exemplary key management techniques, transmission methods, and handling precautions, the various embodiments of the invention are not limited in this regard. Any mechanism for allocating and distributing keys to users, in a fashion that ensures distinct users or user groups have distinct keys that are protected from dissemination to unintended users, can be used with the various embodiments of the invention.
Because each of the entries A1-D4 is associated with a particular range of digits 406, the properties of the digital chaos generator, as described above, allow particular ones of entries A1-D4 to be selectively decrypted. That is, if the initial value for the chaotic sequence 404 is provided or calculated from the user key and the time interval associated with the particular ones of the entries A1-D4, the associated digits 406 of the chaotic sequence 404 can be directly calculated and used to selectively decrypt the particular entries. For example, to decrypt the data corresponding to entry A3, the decryption sequence need only calculate the digits 406 corresponding to the time interval between t8 and t9, based on the initial conditions used by the encryption system. In another example, to decrypt all entries for a particular field Dx, the decryption sequence need only calculate the digits 406 corresponding to the time intervals between t3 and t4, t7 and t8, t11 and t12, and t15 and t16, based on the initial conditions used by the encryption system. Thus, decryption of particular entries would not require calculation of the entire sequence, as in most non-linear encryption algorithms, but the chaotic nature of the encryption algorithm provides sufficient security, similar to non-linear cryptosystems.
Accordingly, in the various embodiments of the invention, a cryptographic system can be configured to operate with a user key that provides the necessary information for performing a selective decryption of the encrypted database. Such a user key can be generated prior to encryption of the data and can identify which entries a user is permitted to access. In particular, the generated user key specifies the initial value for the chaotic sequence and the particular portions of the chaotic sequence associated with the particular entries the user is allowed to access. Note that the “key” may consist of multiple subsidiary keys or related algorithm keying parameters as are used to define a distinct cryptonet within the cryptosystem. Such keys can be transmitted using any available secure transmission methods or can have security features to prevent third parties from using the user key. As described previously, any key management mechanism may be used without limitation. Afterwards, during decryption, the decryption system accesses the user key to selectively decrypt the data stream by generating the one or more sequences needed to decrypt the selected portions of the database based on the information specified in the user key. The components and operation of an exemplary system operating with user keys is illustrated in
Referring now to
Referring again to
The user access/identity information source 503 can be comprised of hardware and/or software configured to generate data representing a user's access/identity information and permissions. The user data can include any type of user authentication data, such as user code data, user key(s), user signature data, user biometric data, and/or the like. The user access data can also include user access level data, user permission data, and/or any other type of data that specifies which fields of a particular data store that the user is allowed to access. In addition, the user access information may include metadata defining which fields a user wishes to access. In the various embodiments of the invention, such access can be specified directly or indirectly according to a key management/access rules. That is, the user data can identify specific entries the user is allowed to access or the user data can identify categories or properties of entries the user is allowed to access. The generated user data can also be protected from the user in some cases, generating the user access information as used in the encryption device 504, yet without direct access or knowledge of the actual user access information by the user. The user data source 502 is also comprised of hardware and/or software configured to communicate the user data to the encryption device 504.
The encryption device 504 is comprised of hardware and/or software configured to generate an encryption sequence. The encryption sequence is a configurable chaotic sequence. Although the chaotic sequence is a sampled data sequence having a time varying value expressed in a digital form that has no discernable regularity or order, this sequence is configurable based on the combination of user access information provided by the user access/identity information source 503. The encryption device 504 is also comprised of hardware and/or software configured to perform actions to encrypt (or modify) the data stream using the encryption sequence. The encryption device 504 is further comprised of hardware and/or software configured to communicate a modified ciphertext data stream directly to the decryption device 506. However, in some embodiments, the ciphertext data stream can be stored in a database or data repository 507 for decryption and/or access by the user at a later time. The encryption device 504 will be described in greater detail below in relation to
The decryption device 506 is comprised of hardware and/or software configured to generate one or more decryption sequences for selected portions of the data. The decryption sequences are generated based on the information contained in the user access information generated by the user access/identity information source 505. The description of user access/identity information source 503 is sufficient to understand the operation of user access/identity information source 505. However, it should be noted that the user access information used in the decryption of a set of data is substantially similar to that used in the decryption of the same set of data. The user access/identity information source 505 is configured to provide user access information to the decryption device 506. The decryption device 506 is configured to accept user access information from the user access/identity information source 505. The decryption sequences are configurable chaotic sequences chosen based on the corresponding encryption sequence and encryption method. The chaotic sequences are sampled data sequences having a time varying value expressed in a digital form that has no discernable regularity or order. The decryption sequences can be one or more portions of the encryption sequence generated by the encryption device 504. In some embodiments of the invention, these sequences can be generated at decryption device 506. However, the invention is not limited in this regard. In other embodiments, the decryption sequences can be stored, such as in an external data store or data repository 507. The decryption device 506 is also comprised of hardware and/or software configured to perform actions to interpreting the user access information/keys and extracting information from the user access information/keys. The decryption device 506 is further comprised of hardware and/or software configured to perform actions to decrypt the received modified data stream. The decryption device 506 is also comprised of hardware and/or software configured to communicate the partially or completely decrypted data to an external device (not shown). The decryption device 506 will be described in greater detail below in relation to
In some embodiments the various components in
Referring now to
As shown in
Referring again to
The CSG 300 is configured to receive state synchronization information, key(s), or other user access information from an external device (such as user access/identity information source 503 of
The CSG 300 is electronically coupled to the encrypter 604. The encrypter 604 is configured to generate a modified data stream by incorporating or combining the encryption sequence with the input data stream. More particularly, the encrypter 604 is configured to perform a combination method for masking one or more portions of the data stream. That is, even though the encrypter 604 can be configured to encrypt the data, as received, in its entirety, one of ordinary skill in the art will recognize that in some cases, only a partial encryption is necessary or desired. For example, it may be desired to only encrypt actual entry data. Such an embodiment can be necessary when the data stream contains both data and database structure information. In particular, the encrypter 604 is configured to receive data field location information from the UPG 608, which is used to synchronize the encryption operations of either a plurality of partial data subsets or the entirety of the data stream received by the encrypter 604 with the associated digital chaotic sequence.
The encrypter 604 can utilize any combination method, including, but not limited to, multiplication within a Galois extension field, addition modulo q, subtraction modulo q, bitwise logic operations, or any other standard combination method. In this regard, it should be appreciated that the encrypter 604 can include a multiplier, an adder, a digital logic device, a feedback mechanism or a similar combining function device. In additional embodiments of the invention, the encryption device 504 may be utilized multiple times to provide multiple levels of encryption with unique keys. The encrypter 604 is configured to provide its encrypted or modified ciphertext data stream to an external device (not shown), such as a data store (e.g. database or hard drive) or a decrypter (such as decryption device 506 discussed in relation to
A person skilled in the art will appreciate that
Referring now to
As shown in
The UDRD 706 is comprised of hardware and/or software configured to receive user access information from an external device (not shown), such as the encryption device 504 described above in relation to
The CSG 300 is configured to receive state synchronization information or a chaotic sequence parameter set from the processed user access information. The CSG 300 is also configured to receive data field location information specified in the user key from the UPG 708. The CSG 300 in decryption device 506 is further configured to generate one or more decryption sequences based on the information within the user key. Accordingly, the CSG 300 only generates the portions of the decryption sequence associated with fields the user is allowed to decrypt. The decryption sequences are generated based on the chaotic encryption sequence and the combination method used in the encryption device 504. The decryption sequences may be chaotic sequences having a time varying value expressed in a digital form that has no discernable regularity or order, where each of the sequences is associated with a particular portion of the modified data stream. In this regard, it should be appreciated that the CSG 300 is comprised of a plurality of computing processors 3020, . . . , 302N-1 and a mapping processor 304. The discussion provided above in relation to
The UPG 708 and the CSG 300 are electronically coupled to the decrypter 704. Using the data field location information extracted from the user key by the UPG 708 and the corresponding digital chaotic decryption sequences, the decrypter 704 is configured to decrypt at least a portion of the modified input data stream by performing a decryption method in which the data field decryption sequences are applied to the portions of the modified data stream to be decrypted. Decryption methods are well known to persons skilled in the art, and therefore will not be described in great detail herein. One of ordinary skill in the art will recognize that in some cases, only a partial decryption is necessary or desired. For example, it may be desired to only decrypt actual entry data. Such an embodiment can be necessary when the data stream contains both data and database structure information. In particular, the decrypter 704 is configured to receive data field location information from the UPG 708, which is used to synchronize the decryption operations of either a plurality of partial data subsets or the entirety of the data stream received by the decrypter 704 with the associated digital chaotic sequence.
A person skilled in the art will appreciate that
Referring now to
Subsequently, or in combination with step 810, method 800 proceeds by assembling at least one user access parameter in step 812. In the various embodiments, the user access parameters are translated into the initial value “x” used for generating the chaotic sequence with user data and data field location information associated with the chaotic sequence, as previously described with respect to
After the modified data (and the user access information) is transmitted to the user system in step 814, the user decryption system can access the modified data and the user access information in step 816. In some embodiments, the receipt of data can trigger an automatic decryption of the received data. However, in other embodiments, the user decryption system can be configured to await user instructions before proceeding. In such embodiments, the modified data is transmitted to a storage device, such as data repository 507 in
Once the information in the user key has been extracted, the digits of the portions of the chaotic sequence needed for decryption can be generated in step 820. That is, the data field location information is used to identify the portion of the modified input data to be decrypted and the portion of the encryption sequence used to encrypt particular portions of the modified ciphertext data, as previously described. The sequences for these portions can be generated, based on the initial value “x” stored in the user access information and using the data field location information to specify the time interval values “T”, as described in reference to
In light of the foregoing description of the invention, it should be recognized that the invention can be realized in hardware, software, or a combination of hardware and software. A method of generating a chaotic sequence according to the invention can be realized in a centralized fashion in one processing system, or in a distributed fashion where different elements are spread across several interconnected processing systems. Any kind of computer system, or other apparatus adapted for carrying out the methods described herein, is suited. A typical combination of hardware and software could be a general purpose computer processor, with a computer program that, when being loaded and executed, controls the computer processor such that it carries out the methods described herein. Of course, an application specific integrated circuit (ASIC), and/or a field programmable gate array (FPGA) could also be used to achieve a similar result.
The invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods described herein, and which, when loaded in a computer system, is able to carry out these methods. Computer program or application in the present context means any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following a) conversion to another language, code or notation; b) reproduction in a different material form. Additionally, the description above is intended by way of example only and is not intended to limit the invention in any way, except as set forth in the following claims.
All of the apparatus, methods and algorithms disclosed and claimed herein can be made and executed without undue experimentation in light of the present disclosure. While the invention has been described in terms of preferred embodiments, it will be apparent to those of skill in the art that variations may be applied to the apparatus, methods and sequence of steps of the method without departing from the concept, spirit and scope of the invention. More specifically, it will be apparent that certain components may be added to, combined with, or substituted for the components described herein while the same or similar results would be achieved. All such similar substitutes and modifications apparent to those skilled in the art are deemed to be within the spirit, scope and concept of the invention as defined.
Number | Name | Date | Kind |
---|---|---|---|
3564223 | Harris et al. | Feb 1971 | A |
4095778 | Wing | Jun 1978 | A |
4646326 | Backof, Jr. et al. | Feb 1987 | A |
4703507 | Holden | Oct 1987 | A |
4893316 | Janc et al. | Jan 1990 | A |
5007087 | Bernstein et al. | Apr 1991 | A |
5048086 | Bianco et al. | Sep 1991 | A |
5077793 | Falk et al. | Dec 1991 | A |
5210770 | Rice | May 1993 | A |
5276633 | Fox et al. | Jan 1994 | A |
5297153 | Baggen et al. | Mar 1994 | A |
5297206 | Orton | Mar 1994 | A |
5319735 | Preuss et al. | Jun 1994 | A |
5412687 | Sutton et al. | May 1995 | A |
5596600 | Dimos et al. | Jan 1997 | A |
5598476 | LaBarre et al. | Jan 1997 | A |
5646997 | Barton | Jul 1997 | A |
5677927 | Fullerton et al. | Oct 1997 | A |
5680462 | Miller et al. | Oct 1997 | A |
5757923 | Koopman, Jr. | May 1998 | A |
5811998 | Lundberg et al. | Sep 1998 | A |
5852630 | Langberg et al. | Dec 1998 | A |
5900835 | Stein | May 1999 | A |
5923760 | Abarbanel et al. | Jul 1999 | A |
5924980 | Coetzee | Jul 1999 | A |
5937000 | Lee et al. | Aug 1999 | A |
6014446 | Finkelstein | Jan 2000 | A |
6023612 | Harris et al. | Feb 2000 | A |
6038317 | Magliveras et al. | Mar 2000 | A |
6078611 | La Rosa et al. | Jun 2000 | A |
6141786 | Cox et al. | Oct 2000 | A |
6212239 | Hayes | Apr 2001 | B1 |
6304216 | Gronemeyer | Oct 2001 | B1 |
6304556 | Haas | Oct 2001 | B1 |
6310906 | Abarbanel et al. | Oct 2001 | B1 |
6314187 | Menkhoff et al. | Nov 2001 | B1 |
6331974 | Yang et al. | Dec 2001 | B1 |
6377782 | Bishop et al. | Apr 2002 | B1 |
6473448 | Shono et al. | Oct 2002 | B1 |
6570909 | Kansakoski et al. | May 2003 | B1 |
6614914 | Rhoads et al. | Sep 2003 | B1 |
6665692 | Nieminen | Dec 2003 | B1 |
6732127 | Karp | May 2004 | B2 |
6744893 | Fleming-Dahl | Jun 2004 | B1 |
6754251 | Sriram et al. | Jun 2004 | B1 |
6766345 | Stein et al. | Jul 2004 | B2 |
6842479 | Bottomley | Jan 2005 | B2 |
6842745 | Occhipinti et al. | Jan 2005 | B2 |
6864827 | Tise et al. | Mar 2005 | B1 |
6865218 | Sourour | Mar 2005 | B1 |
6888813 | Kishi | May 2005 | B1 |
6901104 | Du et al. | May 2005 | B1 |
6937568 | Nicholl et al. | Aug 2005 | B1 |
6980656 | Hinton, Sr. et al. | Dec 2005 | B1 |
6980657 | Hinton, Sr. et al. | Dec 2005 | B1 |
6986054 | Kaminaga et al. | Jan 2006 | B2 |
6993016 | Liva et al. | Jan 2006 | B1 |
6999445 | Dmitriev et al. | Feb 2006 | B1 |
7023323 | Nysen | Apr 2006 | B1 |
7027598 | Stojancic et al. | Apr 2006 | B1 |
7035220 | Simcoe | Apr 2006 | B1 |
7069492 | Piret et al. | Jun 2006 | B2 |
7076065 | Sherman et al. | Jul 2006 | B2 |
7078981 | Farag | Jul 2006 | B2 |
7079651 | Den Boer et al. | Jul 2006 | B2 |
7095778 | Okubo et al. | Aug 2006 | B2 |
7133522 | Lambert | Nov 2006 | B2 |
7170997 | Petersen et al. | Jan 2007 | B2 |
7190681 | Wu | Mar 2007 | B1 |
7200225 | Schroeppel | Apr 2007 | B1 |
7233969 | Rawlins et al. | Jun 2007 | B2 |
7233970 | North et al. | Jun 2007 | B2 |
7245723 | Hinton, Sr. et al. | Jul 2007 | B2 |
7269198 | Elliott et al. | Sep 2007 | B1 |
7269258 | Ishihara et al. | Sep 2007 | B2 |
7272168 | Akopian | Sep 2007 | B2 |
7277540 | Shiba et al. | Oct 2007 | B1 |
7286802 | Beyme et al. | Oct 2007 | B2 |
7310309 | Xu | Dec 2007 | B1 |
7349381 | Clark et al. | Mar 2008 | B1 |
7423972 | Shaham et al. | Sep 2008 | B2 |
7529292 | Bultan et al. | May 2009 | B2 |
7643537 | Giallorenzi et al. | Jan 2010 | B1 |
7725114 | Feher | May 2010 | B2 |
7779060 | Kocarev et al. | Aug 2010 | B2 |
7830214 | Han et al. | Nov 2010 | B2 |
7853014 | Blakley et al. | Dec 2010 | B2 |
7929498 | Ozluturk et al. | Apr 2011 | B2 |
7974146 | Barkley | Jul 2011 | B2 |
20010017883 | Tiirola et al. | Aug 2001 | A1 |
20020012403 | McGowan et al. | Jan 2002 | A1 |
20020034191 | Shattil | Mar 2002 | A1 |
20020034215 | Inoue et al. | Mar 2002 | A1 |
20020041623 | Umeno | Apr 2002 | A1 |
20020054682 | Di Bernardo et al. | May 2002 | A1 |
20020099746 | Tie et al. | Jul 2002 | A1 |
20020110182 | Kawai | Aug 2002 | A1 |
20020115461 | Shiraki et al. | Aug 2002 | A1 |
20020122465 | Agee et al. | Sep 2002 | A1 |
20020128007 | Miyatani | Sep 2002 | A1 |
20020172291 | Maggio et al. | Nov 2002 | A1 |
20020174152 | Terasawa et al. | Nov 2002 | A1 |
20020176511 | Fullerton et al. | Nov 2002 | A1 |
20020186750 | Callaway et al. | Dec 2002 | A1 |
20030007639 | Lambert | Jan 2003 | A1 |
20030016691 | Cho | Jan 2003 | A1 |
20030044004 | Blakley et al. | Mar 2003 | A1 |
20030156603 | Rakib et al. | Aug 2003 | A1 |
20030182246 | Johnson et al. | Sep 2003 | A1 |
20030198184 | Huang et al. | Oct 2003 | A1 |
20040001556 | Harrison et al. | Jan 2004 | A1 |
20040059767 | Liardet | Mar 2004 | A1 |
20040092291 | Legnain et al. | May 2004 | A1 |
20040100588 | Hartson et al. | May 2004 | A1 |
20040146095 | Umeno et al. | Jul 2004 | A1 |
20040156427 | Gilhousen et al. | Aug 2004 | A1 |
20040161022 | Glazko et al. | Aug 2004 | A1 |
20040165681 | Mohan | Aug 2004 | A1 |
20040184416 | Woo | Sep 2004 | A1 |
20040196212 | Shimizu | Oct 2004 | A1 |
20040196933 | Shan et al. | Oct 2004 | A1 |
20050004748 | Pinto et al. | Jan 2005 | A1 |
20050021308 | Tse et al. | Jan 2005 | A1 |
20050031120 | Samid | Feb 2005 | A1 |
20050050121 | Klein et al. | Mar 2005 | A1 |
20050075995 | Stewart et al. | Apr 2005 | A1 |
20050089169 | Kim et al. | Apr 2005 | A1 |
20050129096 | Zhengdi et al. | Jun 2005 | A1 |
20050207574 | Pitz et al. | Sep 2005 | A1 |
20050249271 | Lau et al. | Nov 2005 | A1 |
20050259723 | Blanchard | Nov 2005 | A1 |
20050265430 | Ozluturk et al. | Dec 2005 | A1 |
20050274807 | Barrus et al. | Dec 2005 | A1 |
20060072754 | Hinton et al. | Apr 2006 | A1 |
20060088081 | Withington et al. | Apr 2006 | A1 |
20060093136 | Zhang et al. | May 2006 | A1 |
20060123325 | Wilson et al. | Jun 2006 | A1 |
20060209926 | Umeno et al. | Sep 2006 | A1 |
20060209932 | Khandekar et al. | Sep 2006 | A1 |
20060239334 | Kwon et al. | Oct 2006 | A1 |
20060251250 | Ruggiero et al. | Nov 2006 | A1 |
20060264183 | Chen et al. | Nov 2006 | A1 |
20070098054 | Umeno | May 2007 | A1 |
20070121945 | Han et al. | May 2007 | A1 |
20070133495 | Lee et al. | Jun 2007 | A1 |
20070149232 | Koslar | Jun 2007 | A1 |
20070195860 | Yang et al. | Aug 2007 | A1 |
20070201535 | Ahmed | Aug 2007 | A1 |
20070230701 | Park et al. | Oct 2007 | A1 |
20070253464 | Hori et al. | Nov 2007 | A1 |
20070291833 | Shimanskiy | Dec 2007 | A1 |
20080008320 | Hinton et al. | Jan 2008 | A1 |
20080016431 | Lablans | Jan 2008 | A1 |
20080075195 | Pajukoski et al. | Mar 2008 | A1 |
20080080439 | Aziz et al. | Apr 2008 | A1 |
20080084919 | Kleveland et al. | Apr 2008 | A1 |
20080095215 | McDermott et al. | Apr 2008 | A1 |
20080107268 | Rohde et al. | May 2008 | A1 |
20080198832 | Chester | Aug 2008 | A1 |
20080204306 | Shirakawa | Aug 2008 | A1 |
20080263119 | Chester et al. | Oct 2008 | A1 |
20080294707 | Suzuki et al. | Nov 2008 | A1 |
20080294710 | Michaels | Nov 2008 | A1 |
20080294956 | Chester et al. | Nov 2008 | A1 |
20080304553 | Zhao et al. | Dec 2008 | A1 |
20080304666 | Chester et al. | Dec 2008 | A1 |
20080307022 | Michaels et al. | Dec 2008 | A1 |
20080307024 | Michaels et al. | Dec 2008 | A1 |
20090022212 | Ito et al. | Jan 2009 | A1 |
20090034727 | Chester et al. | Feb 2009 | A1 |
20090044080 | Michaels et al. | Feb 2009 | A1 |
20090059882 | Hwang et al. | Mar 2009 | A1 |
20090110197 | Michaels | Apr 2009 | A1 |
20090122926 | Azenkot et al. | May 2009 | A1 |
20090196420 | Chester et al. | Aug 2009 | A1 |
20090202067 | Michaels et al. | Aug 2009 | A1 |
20090245327 | Michaels | Oct 2009 | A1 |
20090279688 | Michaels et al. | Nov 2009 | A1 |
20090279690 | Michaels et al. | Nov 2009 | A1 |
20090285395 | Hu et al. | Nov 2009 | A1 |
20090296860 | Chester et al. | Dec 2009 | A1 |
20090300088 | Michaels et al. | Dec 2009 | A1 |
20090309984 | Bourgain et al. | Dec 2009 | A1 |
20090310650 | Chester et al. | Dec 2009 | A1 |
20090316679 | Van Der Wateren | Dec 2009 | A1 |
20090323766 | Wang et al. | Dec 2009 | A1 |
20090327387 | Michaels et al. | Dec 2009 | A1 |
20100030832 | Mellott | Feb 2010 | A1 |
20100054225 | Hadef et al. | Mar 2010 | A1 |
20100073210 | Bardsley et al. | Mar 2010 | A1 |
20100111296 | Brown et al. | May 2010 | A1 |
20100142593 | Schmid | Jun 2010 | A1 |
20100254430 | Lee et al. | Oct 2010 | A1 |
20100260276 | Orlik et al. | Oct 2010 | A1 |
20110222393 | Kwak et al. | Sep 2011 | A1 |
Number | Date | Country |
---|---|---|
0 849 664 | Jun 1998 | EP |
0 949 563 | Oct 1999 | EP |
2 000 900 | Dec 2008 | EP |
2 000 902 | Dec 2008 | EP |
1167272 | Oct 1969 | GB |
7140983 | Jun 1995 | JP |
2001255817 | Sep 2001 | JP |
2004279784 | Oct 2004 | JP |
2005017612 | Jan 2005 | JP |
WO-0135572 | May 2001 | WO |
WO-2006 110954 | Oct 2006 | WO |
WO 2008 065191 | Jun 2008 | WO |
WO-2008099367 | Aug 2008 | WO |
WO-2008130973 | Oct 2008 | WO |
WO 2009 146283 | Dec 2009 | WO |
Number | Date | Country | |
---|---|---|---|
20110002460 A1 | Jan 2011 | US |