US8045708B2 - Discrete key generation method and apparatus - Google Patents
Discrete key generation method and apparatus Download PDFInfo
- Publication number
- US8045708B2 US8045708B2 US12/124,905 US12490508A US8045708B2 US 8045708 B2 US8045708 B2 US 8045708B2 US 12490508 A US12490508 A US 12490508A US 8045708 B2 US8045708 B2 US 8045708B2
- Authority
- US
- United States
- Prior art keywords
- key
- variable input
- polynomial function
- function
- computed
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related, expires
Links
- 238000000034 method Methods 0.000 title claims abstract description 55
- 238000012360 testing method Methods 0.000 claims description 15
- 238000003860 storage Methods 0.000 claims description 6
- 238000009826 distribution Methods 0.000 abstract description 4
- 230000006870 function Effects 0.000 description 29
- 238000011156 evaluation Methods 0.000 description 7
- 238000013459 approach Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 3
- 238000004519 manufacturing process Methods 0.000 description 2
- 230000000295 complement effect Effects 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000002708 enhancing effect Effects 0.000 description 1
- 230000000873 masking effect Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification 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/12—Transmitting and receiving encryption devices synchronised or initially set up in a particular manner
-
- 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/0861—Generation of secret information including derivation or calculation of cryptographic keys or passwords
-
- 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/30—Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy
- H04L9/3066—Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy involving algebraic varieties, e.g. elliptic or hyper-elliptic curves
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2209/00—Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
- H04L2209/16—Obfuscation or hiding, e.g. involving white box
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2209/00—Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
- H04L2209/60—Digital content management, e.g. content distribution
Definitions
- This disclosure relates to data security and cryptography and key generation.
- branch protection For open computing platforms (such as personal computers) the problem is more difficult. In this case, a known solution is called branch protection.
- the idea is to modify the program execution flow to complicate it such that it is hard for an attacker to understand when a test is conducted, how many tests are applied, what kind of tests are done, where the tests are processed, and what is the right configuration to force the acceptation of the test.
- These techniques of modifying the execution flow of a program and thereby protecting the tests are part of the field of code obfuscation and code enforcement, but have the drawback of requiring many patches (at different locations) to redirect/modify the execution path.
- the above relates to conditional access, but another practical need identified by the present inventors is to limit access to a cryptographic key in terms of a variable such as time; the goal is that access to the key is granted for instance only for a given period of time. More generally, according to a variable input (such as time) some operations are processed to re-compute a given key, instead of using a test.
- a variable input such as time
- Some operations are processed to re-compute a given key, instead of using a test.
- An example is digital audio or video content that is distributed via the Internet and rented by a user for, e.g., a month, and which is distributed in encrypted form. The user's decryption key should be valid only during that month.
- Existing methods test if the time is in the authorized range period, and if so then the access to the key is granted.
- a goal of the present method is to avoid this test so as to improve the security of the distribution system, by using the principle of derivative functions.
- the present method also has the advantage of avoiding a simple branch in the software (if, then, else, etc.) since branch protected software code may be too complex for certain applications.
- the key access is usually not done directly but embedded inside a more complex cryptographic process including an unpacking key process, and various conventional software code obfuscation techniques are also used.
- a method is disclosed here such that according to a value tested, the locally generated (at the user device typically) key is correct, or is bad and thus unusable. (This can be used with both symmetric key cryptography and private key cryptography.)
- This disclosure illustrates this method with various solutions related to testing time as the value.
- the present methods and associated apparatus allow protecting access to cryptographic keys without making conditional tests. This provides flexibility with the possibility of managing the timing at any level of granularity.
- the key does not need to be manipulated directly.
- the key may be itself stored in an encrypted form and the decrypted key is computed “on the fly” locally at the user's device (dynamically), using available information.
- the present approach can be combined with existing solutions to improve the overall security of a content distribution system such as a DRM (Digital Rights Management) system. Indeed, one can still for instance make the check (test) using classical obfuscation techniques and combine this with the present approach. Then an attacker would have to reverse engineer two levels of security and bypass both of them to break the overall DRM security.
- DRM Digital Rights Management
- FIG. 1 shows the present method.
- FIG. 2 shows detail of an example of the present method.
- FIG. 3 shows an apparatus to carry out the present method.
- Cryptographic key has been generated to decrypt previously encrypted data such as audio or video content (the decryption being of internal or external content to a system), or the data being a result obtained previously in the same application or a previous one, or to digitally sign a document or data or to authenticate a message.
- Cryptographic keys are well known for all these applications. Also, suppose this key is such that it only is to be used during a given time period.
- the prior method of protecting such a key involves checking if the current time is correct as regards key access, then unpacking the key if the time is correct and finally using the key.
- this is replaced by a set of solutions that proceed on evaluation functions (and that also may be protected using conventional code obfuscation techniques) for generating the correct key only if the input variable value (such as a time period) is correct, or a “bad” key otherwise.
- the current variable value such as time thereby is used in a function that generates the key.
- Each call to this key generation function produces a result key, but the validity of this result key depends on the current variable value. If for example the current range of that variable such as a time period is that during which access to the key is authorized, the generated key is the correct one, otherwise a “bad” or “fake” key is generated which will not be useful.
- the present method is applicable to variable values other then time, such as incoming data including a user identification number, or other data varying over time.
- the key generated from the variable function may be used as a pre-key which in turn is decrypted using a second key, where the pre-key is a function of time.
- pre-key f (time)
- Decrypt (pre-key, sensitive key) real key.
- FIG. 1 depicts the present method 10 and its environment.
- Box 14 represents the key production function, e.g. at a server, which is distributing encrypted content via a DRM system, executing the steps of (1) generating a key generation polynomial (see below) and then (2) distributing the polynomial to the user platforms, where typically this distribution is via the Internet 16 .
- Box 18 represents the subsequent activity at the user platform (device)/product, including (1) evaluating the polynomial at any time t i and (2) using the result in a cryptographic process, e.g. for key generation.
- each day is coded as a value d i .
- Value d i is, e.g., the day's date, a hash of the date, an encryption of the date, or a similar date-related value.
- 1 be the size (length in binary form) of the key K to be recomputed and used in another part of the cryptographic process. (Such keys are conventionally numbers expressed in binary form, and are typically very large numbers.) For instance, this can be a key K to decrypt a given file, or a key to authenticate a message or server or sign a document.
- f ( x ) A ( x ⁇ do )( x ⁇ d l ) . . . ( x ⁇ d t ), where A can be any value not equal to 0. A can also be a random number which is changed for each key K generation function evaluation.
- f(x) (where x is e.g., the current date) equals 0 for any day d i and never 0 for any other day (before or after d i ), if the evaluation is done over integers. This is also the case, but with a high probability, if f(x) is evaluated modulo 2 l . (The modulo evaluation is computationally faster and avoids too large a data manipulation.) The probability of a “false” 0 is smaller than O(1 ⁇ 2 l ) in the well known “Big O” notation.
- K is the key value one needs to recompute or recover.
- g ( x ) f ( x )+ B ( x ⁇ d 0) . . . ( x ⁇ d t ⁇ 1 )( x ⁇ d t ⁇ 1)( x ⁇ h 0 ) . . . ( x ⁇ h h ), where h is a representation of the 24 hours of a day from 0 to h and B is a non zero value.
- h is a representation of the 24 hours of a day from 0 to h and B is a non zero value.
- the same principle can be extended to months, years, minutes, seconds, etc. for coarser or finer key granularity generation.
- polynomial f(x) is represented in a developed (expanded) form and evaluated in several steps using the update principle to confuse an attacker.
- function f is to harden the reverse of the function. This can also be combined with well known obfuscation techniques.
- key K is evaluated via a zero value of a given polynomial f(x) at chosen time values. This approach can be modified into the evaluation of any polynomial giving key K when evaluated at chosen times, and any other value at other times.
- An example is to use the function f(x) ⁇ K. It may be useful to use a polynomial of larger degree but taking on the value K at the chosen time. It is possible to have larger degrees of the polynomial by adding parts to the polynomial with only zeros over some extensions.
- the polynomial x 2 +x+1 has no root over Galois Field (2) but only over Galois Field (4). (See definition of a field below.) Then given the modulo over which the computation is performed, it is possible to add extra factors that have no zeros.
- the polynomial parts which are added must have a degree greater than 1. To generalize, one can use any function taking K when evaluated at the chosen times and any values at other times. In all the cases, this polynomial is generated dynamically, meaning at the time the validity of the time values for the key availability are to be decided.
- CKK is computed at 38 as is KK in Examples 1 or 2 with CK.
- Key K is then obtained at step 42 by computing E(CKK,w), which is the encryption of CKK under the key w of E.
- E(CKK,w) is the encryption of CKK under the key w of E.
- the result equals K only within the specified do, . . . , d t , valid timing period.
- the advantage of method 30 is that it removes any arithmetic relation between the key K and its evaluation. Recovering the correct (valid) key from a bad key requires an attacker to find second key w, which is very difficult.
- the encryption E/decryption E ⁇ 1 can be done within a “white-box” (highly secured encryption scheme) implementation of, e.g., a block cipher. Then the difficulty of recovering the key K would be related to the white-box security.
- an alternative is to use a hash function instead of encryption, but then the key generation would be exposed to an attacker.
- An advantage in this case of an exposed key generation is that one bit error in CKK would produce a key with several false bits.
- the encryption/decryption scheme E and E ⁇ 1 may be symmetric or asymmetric in terms of keys, according to the implementation choice.
- n the reference state
- n t each state computed at the given time t.
- Pt the Pt nomenclature is because this function has t+1 parts.
- A is chosen as not equal to 1, instead of Pt, one may use the function Pt*A ⁇ (t+1) to correct the result, that is remove the extra A, or multiple extra A's if present where there is a different A for each h(n, n i ).
- Function Pt can be computed with various different functions h, typically with variable invertible values A and B, then corrected by the product of the inverse of each A as indicated immediately above.
- Example 3 can also be combined with that of Example 3, enhancing security since the key is only obtained after one decryption with the intermediate value CKK.
- the second embodiment using CKK is advantageous since only one bit error on the input changes all bits of the generated key. Moreover, as indicated above, the key is thereby better protected.
- the key generated in accordance with the invention can be in various special forms, including having masking, and can be used for any cryptographic algorithm.
- the present method has the advantage of allowing the comparison of various states to a reference state inside a global (overall) process.
- the present method and apparatus may be embodied in a computer program (software) coded in any convenient computer language, such as C++, stored on a computer readable medium, to be executed on a computer or computing device having a processor programmed with such code or having equivalent logic circuitry, or a combination of such circuitry and software. Coding such a program or designing such circuitry would be routine in light of this disclosure.
- FIG. 3 shows an apparatus 60 to carry out the present method, in block diagram form, and which may be embodied in a computing device such as a server, computer, or consumer electronics device.
- Apparatus 60 receives an indication of the current time t which is stored; this, for the “on production” activity 14 in FIG. 1 is the time t during which the key is to be used; for the “inside the product” activity 18 in FIG. 1 is the current time/date. (Use of time here as the input variable is only exemplary; as described above this is not limiting.)
- the polynomial f(x,t) stored at block 68 is provided to computational element 72 to compute key K.
- the key K is stored in storage element 76 (e.g., a register, like elements 64 , 68 ) and then provided for use in the cryptographic process.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Algebra (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Mathematical Physics (AREA)
- Pure & Applied Mathematics (AREA)
- Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Storage Device Security (AREA)
Abstract
Description
f(x)=A(x−do)(x−d l) . . . (x−d t),
where A can be any value not equal to 0. A can also be a random number which is changed for each key K generation function evaluation.
KK(x)=(f(x)−1)XOR K XOR(−1) evaluate
where XOR is the Boolean “exclusive OR” logic operation. Then KK(x) equals key K only when evaluated on the designated days of the period when the key is to be valid, meaning any di.
g(x)=f(x)+B(x−d0) . . . (x−d t−1)(x−d t−1)(x−h 0) . . . (x−h h),
where h is a representation of the 24 hours of a day from 0 to h and B is a non zero value. The same principle can be extended to months, years, minutes, seconds, etc. for coarser or finer key granularity generation.
CK=E −1(K,w)
where E−1 is the complementary decryption algorithm to an encryption algorithm E.
-
- h(x,y)=B(x−y+A/B) evaluated over a field, where B does not equal 0. (A field is an algebraic structure in which the arithmetic operations may be performed with the same rules as with ordinary arithmetic.)
KK=−Pt XOR K XOR(−1)
which is equal to K if Pt is equal to 1.
Claims (15)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/124,905 US8045708B2 (en) | 2008-05-21 | 2008-05-21 | Discrete key generation method and apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/124,905 US8045708B2 (en) | 2008-05-21 | 2008-05-21 | Discrete key generation method and apparatus |
Publications (2)
Publication Number | Publication Date |
---|---|
US20090319769A1 US20090319769A1 (en) | 2009-12-24 |
US8045708B2 true US8045708B2 (en) | 2011-10-25 |
Family
ID=41432469
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/124,905 Expired - Fee Related US8045708B2 (en) | 2008-05-21 | 2008-05-21 | Discrete key generation method and apparatus |
Country Status (1)
Country | Link |
---|---|
US (1) | US8045708B2 (en) |
Families Citing this family (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8806201B2 (en) * | 2008-07-24 | 2014-08-12 | Zscaler, Inc. | HTTP authentication and authorization management |
US8656462B2 (en) * | 2008-07-24 | 2014-02-18 | Zscaler, Inc. | HTTP authentication and authorization management |
US9003186B2 (en) * | 2008-07-24 | 2015-04-07 | Zscaler, Inc. | HTTP authentication and authorization management |
US9379895B2 (en) * | 2008-07-24 | 2016-06-28 | Zscaler, Inc. | HTTP authentication and authorization management |
US10157280B2 (en) | 2009-09-23 | 2018-12-18 | F5 Networks, Inc. | System and method for identifying security breach attempts of a website |
ES2393014B1 (en) * | 2010-09-23 | 2013-10-23 | Universidad De Alcalá | DATE AND TIME AUTHENTICATION EQUIPMENT FOR VIDEO SCENES. |
EP2748966B1 (en) * | 2011-09-19 | 2017-08-09 | Telespazio S.p.A. | Management of synchronized symmetric keys for securing data exchanged by communication nodes |
US10091000B2 (en) * | 2014-09-24 | 2018-10-02 | Intel Corporation | Techniques for distributing secret shares |
US11496438B1 (en) | 2017-02-07 | 2022-11-08 | F5, Inc. | Methods for improved network security using asymmetric traffic delivery and devices thereof |
US10791119B1 (en) | 2017-03-14 | 2020-09-29 | F5 Networks, Inc. | Methods for temporal password injection and devices thereof |
US10931662B1 (en) | 2017-04-10 | 2021-02-23 | F5 Networks, Inc. | Methods for ephemeral authentication screening and devices thereof |
US10614254B2 (en) * | 2017-12-12 | 2020-04-07 | John Almeida | Virus immune computer system and method |
US10642970B2 (en) * | 2017-12-12 | 2020-05-05 | John Almeida | Virus immune computer system and method |
US11658995B1 (en) | 2018-03-20 | 2023-05-23 | F5, Inc. | Methods for dynamically mitigating network attacks and devices thereof |
US11784809B2 (en) * | 2019-02-07 | 2023-10-10 | Red Hat, Inc. | Constrained key derivation in temporal space |
US11387997B2 (en) | 2019-02-07 | 2022-07-12 | Red Hat, Inc. | Constrained key derivation in geographical space |
US11329812B2 (en) * | 2019-02-07 | 2022-05-10 | Red Hat, Inc. | Constrained key derivation in miscellaneous dimensions |
US11438150B2 (en) | 2019-02-07 | 2022-09-06 | Red Hat, Inc. | Constrained key derivation in linear space |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4665523A (en) * | 1984-02-15 | 1987-05-12 | Stanford University | Method and means for error detection and correction in high speed data transmission codes |
US5214696A (en) * | 1992-02-04 | 1993-05-25 | International Business Machines Corporation | Data processing system and method to produce softcopy book readers which are limited to reading only books published by a specific publisher |
US20050157878A1 (en) * | 2004-01-21 | 2005-07-21 | Tatsuyuki Matsushita | Content providing system, user system, tracing system, apparatus, method, and program |
US20070230692A1 (en) * | 2006-03-30 | 2007-10-04 | Koichiro Akiyama | Key generating apparatus, program, and method |
US20070274518A1 (en) * | 2004-05-12 | 2007-11-29 | Yuichi Futa | Encryption System, Encryption Device, Decryption Device, Program, And Integrated Circuit |
US20080037778A1 (en) * | 2002-01-28 | 2008-02-14 | Tatsuyuki Matsushita | System, method and apparatus for providing ciphered and deciphered contents to user, and related computer readable medium |
US7394902B2 (en) * | 2002-10-09 | 2008-07-01 | Matsushita Electric Industrial Co., Ltd. | Encryption apparatus, decryption apparatus and encryption system |
US20090034714A9 (en) * | 2001-08-13 | 2009-02-05 | Dan Boneh | Systems and methods for identity-based encryption and related cryptographic techniques |
US20100020964A1 (en) * | 2007-02-20 | 2010-01-28 | Oki Electric Industry Co., Ltd. | Key generation method using quadratic-hyperbolic curve group |
-
2008
- 2008-05-21 US US12/124,905 patent/US8045708B2/en not_active Expired - Fee Related
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4665523A (en) * | 1984-02-15 | 1987-05-12 | Stanford University | Method and means for error detection and correction in high speed data transmission codes |
US5214696A (en) * | 1992-02-04 | 1993-05-25 | International Business Machines Corporation | Data processing system and method to produce softcopy book readers which are limited to reading only books published by a specific publisher |
US20090034714A9 (en) * | 2001-08-13 | 2009-02-05 | Dan Boneh | Systems and methods for identity-based encryption and related cryptographic techniques |
US20080037778A1 (en) * | 2002-01-28 | 2008-02-14 | Tatsuyuki Matsushita | System, method and apparatus for providing ciphered and deciphered contents to user, and related computer readable medium |
US7394902B2 (en) * | 2002-10-09 | 2008-07-01 | Matsushita Electric Industrial Co., Ltd. | Encryption apparatus, decryption apparatus and encryption system |
US20050157878A1 (en) * | 2004-01-21 | 2005-07-21 | Tatsuyuki Matsushita | Content providing system, user system, tracing system, apparatus, method, and program |
US20070274518A1 (en) * | 2004-05-12 | 2007-11-29 | Yuichi Futa | Encryption System, Encryption Device, Decryption Device, Program, And Integrated Circuit |
US20070230692A1 (en) * | 2006-03-30 | 2007-10-04 | Koichiro Akiyama | Key generating apparatus, program, and method |
US20100020964A1 (en) * | 2007-02-20 | 2010-01-28 | Oki Electric Industry Co., Ltd. | Key generation method using quadratic-hyperbolic curve group |
Also Published As
Publication number | Publication date |
---|---|
US20090319769A1 (en) | 2009-12-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8045708B2 (en) | Discrete key generation method and apparatus | |
US12101415B2 (en) | Method of RSA signature or decryption protected using a homomorphic encryption | |
US10395012B2 (en) | Media client device authentication using hardware root of trust | |
US8850221B2 (en) | Protection against side channel attacks with an integrity check | |
US8332652B2 (en) | Computing device that securely runs authorized software | |
US10097342B2 (en) | Encoding values by pseudo-random mask | |
US9571289B2 (en) | Methods and systems for glitch-resistant cryptographic signing | |
CN102163268B (en) | The term of execution verifying software code the method and apparatus of integrality | |
EP2922235B1 (en) | Security module for secure function execution on untrusted platform | |
CN111066077B (en) | Encryption device, encryption method, decryption device, and decryption method | |
US11870913B2 (en) | Method for generating a digital signature of an input message | |
US20160055331A1 (en) | Detecting exploits against software applications | |
US20150312047A1 (en) | Integrated security device and signal processing method used for an integrated security device | |
CN100561396C (en) | Revise the method for digital rights object and used electronic equipment thereof | |
EP3891925B1 (en) | A computation device using shared shares | |
US20120204038A1 (en) | Performing boolean logic operations using arithmetic operations by code obfuscation | |
CN111373464B9 (en) | Encryption device, encryption method, decryption device, and decryption method | |
US6529603B1 (en) | Method and apparatus to reduce the risk of observation of a secret value used by an instruction sequence | |
CN111602367B (en) | Method for protecting entropy sources used in countermeasures for securing white-box cryptographic algorithms | |
Chhabra et al. | Hardware Obfuscation of AES IP Core Using PUFs and PRNG: A Secure Cryptographic Key Generation Solution for Internet-of-Things Applications | |
Cho et al. | Secure and efficient code encryption scheme based on indexed table | |
Calle Viera et al. | Fault Attacks Sensitivity of Public Parameters in the Dilithium Verification | |
Giraud et al. | Faulting original McEliece’s implementations is possible How to mitigate this risk? | |
Loytynoja et al. | Hash-based counter scheme for digital rights management | |
CN116094715A (en) | Method for encrypting data and related product |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: APPLE INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BETOUIN, PIERRE;CIET, MATHIEU;FARRUGIA, AUGUSTIN J.;REEL/FRAME:021307/0346;SIGNING DATES FROM 20080722 TO 20080724 Owner name: APPLE INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BETOUIN, PIERRE;CIET, MATHIEU;FARRUGIA, AUGUSTIN J.;SIGNING DATES FROM 20080722 TO 20080724;REEL/FRAME:021307/0346 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
ZAAA | Notice of allowance and fees due |
Free format text: ORIGINAL CODE: NOA |
|
ZAAB | Notice of allowance mailed |
Free format text: ORIGINAL CODE: MN/=. |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20231025 |