The invention relates generally to technology for electronically securing electronic devices using encryption keys and, more particularly, to systems, devices and methods for securing devices using a physically unclonable function (PUF) circuit(s) to generate encryption keys. As described herein, PUFs are known in the art as circuits, components, processes or other entities capable of generating an output, such as a digital word or a function that is resistant to cloning. For example, a device that has such a PUF circuit embodied therein would be difficult to clone in a manner to generate the same PUF circuit output with another device.
Security in electronic devices has become a major concern of manufacturers and users of such devices. This is particularly true for devices such as computers, personal hand held devices, cellular phones and other devices that contain sensitive information. Developers of electronic devices continuously strive to develop systems and methods that make their products impervious to unauthorized access or use.
At the same time, most all applications have cost limitations that must be taken into account. For example, if a complicated authentication process requiring storage and computing resources were employed on an integrated circuit, the costs incurred may not justify the cost of security accomplished, particularly if the end product were a low cost and mass produced consumer product.
Additionally, the time expended in processing is a concern in many applications. For example, if a fingerprint sensor were employed on a laptop computer, it would need to process computations quickly. Consumers are very particular about convenience of use in any product. So, if a user needs to wait a long period of time for the computer to authenticate the sensor, the product may not be accepted. Moreover, if the user access is a barrier to a time critical operation, such as in a manufacturing process, delayed access resulting from an authentication process could be disastrous. These and other factors are taken into account when designing devices that use such operations.
Many techniques are known for securing electronic devices and applications. Traditionally, in cryptology, at least for the last thirty years or so, RSA (a fanciful acronym derived from the initials of the three developers of the algorithm Ron Rivest, Adi Shamir and Len Adleman of Massachusetts Institute of Technology (MIT)) is an algorithm that is used for what is well known as asymmetric matched key pair encryption, such as public key encryption, and is believed to be secure given sufficiently long keys. Generally, public keys are widely used to encrypt messages and are employed in authentication routines. As is well known in the art of asymmetric matched key pair encryption. Encryption, which may also be used for of authentication requires a private key. As is also well known in the art, decryption may be done utilizing what is known as the public key, distributed in some fashion by the possessor of the private/secret key. In addition encryption may be done using the public key, but decryption may only be done by the possessor of the private/secret key, and not even by other possessors of the public key. Thus, the possessors of the public key may very securely communicate over public communication lines and networks without others being able to decrypt the message. This accepts multiple possessors of the public key being able to decrypt messages encrypted by only the possessor of the private key, which is why the private key is often referred to as an authentication or “signature” key. This algorithm as well as other algorithms and techniques are well known to those skilled in the art, and are widely employed in security and authentication applications. Generally, the following steps can be performed to generate public and private keys:
1. Choose two large prime numbers p and q such that p≠q, randomly and independently of each other.
2. Compute n=pq.
3. Compute the quotient φ(n)=(p−1)(q−1).
4. For the public exponent e choose an integer e>1 that is coprime to φ(n).
I.e., gcd(e,φ(n))=1.
5. Compute the private exponent d such that the congruence relation de≡(mod φ(n)) is satisfied.
The prime numbers can be probabilistically tested for primality. A popular choice for the public exponents is e=216+1=65537. Some applications choose smaller values such as e=3, 5, or instead. This is done in order to make implementations on small devices (e.g., smart cards) easier, i.e. encryption and signature verification are faster. However, choosing small public exponents may lead to greater security risks. Steps 4 and 5 can be performed with the extended Euclidean algorithm; see modular arithmetic. Step 3 may alternatively be implemented as λ(n)=1 cm(p−1,q−1) instead of φ(n)=(p−1)(q−1).
This process of generating encryption keys is a complex and computation heavy process, particularly in routine authentication processes. Also, producing an integrated circuit with advanced security features is expensive using conventional systems and methods. In particular, generating prime numbers is taxing on a system design, requiring processor resources, additional chip space for storage and related circuitry, as well as other resources needed for authentication. Utilizing encryption keys outside an integrated circuit chip, off-chip, is also expensive, requiring additional circuitry and integrated circuit chips. Moreover, performing such processes off-chip is less secure, leaving the authentication process vulnerable to attack.
Also, in practice, conventional authentication processes take time to perform, and often leave a user waiting for the process to complete. For example, in authenticating a typical software application, a user must wait while such a process is completed before access or use is allowed. In many applications, particularly with small electronic devices such as laptop computers, personal data assistants (PDAs), cellular phones, and other devices, this can be burdensome for the device processor as well as for an impatient user. Using the processors and other hardware available in today's small common electronic devices, computing the public and private RSA key pair can take anywhere from 10 to 30 seconds. Even on fast personal computers, times of 1 to 3 seconds are common. Such time delays are undesirable in modern devices.
One approach could be to employ a PUF circuit to more securely provide an output word for use in generating encryption keys. This would eliminate the need for storage of a public or private key on a device. Conventional approaches have addressed such a configuration in prior art publications. One example, U.S. Pat. No. 6,161,213 discloses the use of PUF circuits for component chip identification and other related applications. For example, a PUF circuit could be used to produce a unique word for use in an RSA public/private key generation algorithm so that the component chip always produced the same public/private key pair. There are many problems with this approach. First, consistent production of a number by a PUF circuit is not guaranteed. It is known that uniqueness of a number generated from a PUF circuit in a component chip is possible, but it cannot be produced consistently. In practice, the unique number generated, a digital number, changes upon the excitation of the PUF circuit, and different numbers are produced. As discussed above, using conventional methods, authentication using such means requires significant resources and takes such time and resource consuming processes are not desired in most applications, and are a great impediment to adoption. In addition, using such a number, which practically speaking would be of much smaller size that a prime number typically used in such encryption schemes as RSA, and also without any guarantee that it is a prime number, can significantly reduce the encryption system resistance to unauthorized decryption in the RSA and other such schemes using large prime numbers to generate the encryption keys.
However, conventional technology is not adequate for utilizing such identification. Using conventional methods, the PUF output would be used as a starting point, followed by the application of a complex and very time consuming algorithm to produce the public and private key pairs. Moreover, each time the keys are needed for authentication, the algorithm would need to be repeated, again needing to repeat the same complex and resource consuming algorithm to produce generate the large prime numbers needed for producing the public and private keys. Also, for security reasons, it is not desired to store the key pairs in non-volatile memory. Indeed, the purpose of having a PUF circuit is to eliminate the storage of unique numbers that can be read easily by an intruder trying to bypass or otherwise fool the authentication process. Thus, in a consumer application, if a fingerprint sensor for example, if the delays had to occur upon each authentication, consumer product manufacturers would be reluctant to adopt such a system. Consumers would simply not tolerate such delays. Faster and more convenient systems would be much more easily adopted and accepted.
Thus, there exists a great need in the art for a more efficient means to accurately and efficiently produce asymmetric paired keys, such as RSA keys for component chip and related devices, particularly to avoid the conventional complex and time consuming process used in prior art systems and processes for generating security keys each time a device needs to be authenticated. The need must address the tradeoffs such as the level of security provided, the related cost of manufacture and the resulting speed of operation. As will be seen, the invention provides a means to overcome the shortcomings of conventional systems in an elegant manner.
The invention is directed to a system for securing an integrated circuit chip used in an electronic device by utilizing a circuit or other entity to produce physically unclonable functions (PUFs) to generate a very large prime number for use in generating encryption keys, such as an RSA public or private key. A PUF circuit, according to its name and configuration, performs functions that are substantially difficult to be duplicated or cloned. This allows the invention to provide a unique and extremely secure system for authentication.
As described herein, different embodiments and configurations are possible in devices, systems and methods embodying the invention. The embodiments described here, are only intended as examples, and are not intended as limitations on the spirit and scope of the invention. This includes any type of means to accomplish certain functions that pertain to the invention. Furthermore, to the extent that any means plus function language is used in the claims, they are not limited to embodiments described herein, but contemplate and include any and all types components, devices, systems and method steps known or are to be developed in the future by those skilled in the art. And, those skilled in the art will understand that different configurations are possible without departing from the spirit and scope of the invention, which is defined by the appended claims, future claims submitted during prosecution in this and related applications, and equivalents of such claims.
The prime numbers are is used to develop a transfer function and related data that can be used to generate RSA keys and other security keys and related data used to authenticate the device, without the need to run the burdensome encryption key generation processes and without compromising the level of security in the device. Such processes may be run in a setup mode and only once when the device is manufactured or upon initial power up.
In a setup mode, the PUF circuit can produce a unique ID for the chip, which can be used to obscure the storage of critical security information as well as the transfer function parameters required to access the information. Once the device is setup, the transfer function can then be processed using the critical security information when authenticating the device in an operational mode. Unlike conventional devices, the setup procedure needs to be performed only once, whether it is in production or upon initial power up of the device, in order to establish the parameters needed to be stored in the device. In operation, the stored parameters can be used to more efficiently and quickly authenticate the device without the need to run the burdensome encryption key generation processes of the prior art without compromising the level of security in the device. Such a system can be used to substantially eliminate the time to produce encryption keys when a user needs to authenticate the device at power up or other access point. In operation, the device can quickly and securely produce encryption keys, such as RSA keys, and to perform the related algorithms. The invention allows for non-volatile storage of transfer function parameters that will allow a system to mathematically utilize the PUF circuit output to generate the desired encryption keys.
The invention, very generally, is directed to a system and method for providing individualized security for a device without the need to individually program the device. Since the IC chip has the ability to generate a unique identifier (“unique ID”) using the PUF circuit, each device would have a unique security process to authenticate the device. Furthermore, since the unique identifier is different for each device, it provides both a unique and secure means to authenticate the device.
This can have broad reaching applications for many different devices. For example, an MP3 digital music device, such as the Apple™ IPOD™ for example, could have an IC enabled according to the invention, where an authentication is required to authenticate the device before downloading digital music files. According to the invention, if a service were established with the device that required authentication before downloading music files, such a device could be enabled to authenticate itself with a unique authentication generated with the use of a unique ID produced by a PUF circuit before the service would download anything. The invention provides a unique, secure and consistent means to provide such a product and related service. This has been a great concern for music providers, as well as producers of devices that comply with digital rights. This area of interest is known as digital rights management (DRM), where the rights of content owners of music, video and other content are of great concern. There are some conflicting interests, namely the interests of consumers who purchased such content and who wish to freely use and share such content. This is in some contrast to the owners of the rights to such content who have a significant interest in controlling the distribution of such content. According to the invention, an MP3 or equivalent device can be configured for downloading and consuming music, video or other content in a secure manner using a unique authentication process. Many other potential applications are possible, and the invention has wide reaching and useful prospects for new and improved devices having unique and secure authorization cap abilities. And, those skilled in the art will understand that the invention is substantially broad in its application, and many such applications can be developed given this disclosure and skills known in the art.
In operation, a transfer function that utilizes a PUF circuit output or its derivative, such as a selected PUF circuit output and/or a verified PUF circuit output, as discussed below, can be stored on a chip, and is used along with a PUF circuit output to generate encryption keys for use in authentication. The transfer function can be stored during manufacture, or may be generated and stored upon initial power up or initiation by a user in the field, such as a consumer setting up a device or an original equipment manufacturer (OEM) employing a component into a larger product. One example of an OEM application is as a fingerprint sensor having a PUF circuit configured according the invention being installed and incorporated with a laptop computer, for example. A substantial improvement over conventional approaches, the invention provides a means to generate encryption keys. This is a vast improvement over conventional systems and methods, where the security of a device is substantially improved by better securing an authentication process on a chip, obviating operations formerly done off the chip. And, this is true in the manufacture of a device, such as a PUF circuit configured according to the invention in an IC chip, and also in operation. Thus, a device can be configured with a novel and secure authentication process without sensitive security information leaving the device or configured IC chip during manufacture or during operation.
All authentication operations, less perhaps the initial external excitation, may occur entirely on the chip. The prime numbers utilized for the generation of the encryption keys can be generated, processed or otherwise utilized entirely on the chip without need to be transferred or otherwise communicated to a physical location outside the internal IC circuitry. The data for creating the primes from the output of the PUF circuit and the primes themselves, used to create the encryption keys need only be transmitted, transferred, processed or otherwise communicated to components and entities within the IC within which the encryption keys are generated.
After the transfer function is generated and stored, upon subsequent power up operations or other authentication events, the PUF circuit output(s) and the corresponding transfer function and related data can be used in a more efficient manner to authenticate the device. This is accomplished without any compromise in security or cost. In fact, compared to conventional systems and methods in the prior art, security may even be enhanced, and cost reduced. These benefits are realized by virtue of a PUF circuit used to uniquely differentiate each device, and to enable the production of encryption keys such as public and private encryption keys an in a reproducible manner. As will be seen, the invention accomplishes this in an elegant manner, and provides a novel and useful means to uniquely identify a device for authentication purposes.
The embodiments discussed below and illustrated in the drawings are but examples of various embodiments of the invention. In each of these examples, preferred embodiments are discussed and illustrated, where different components and combinations of components are shown and discussed in a cooperative manner in order to explain the features, operations and benefits the invention can provide as embodied therein. Such examples, however, are not intended to be all-inclusive, and other embodiments are possible. Those skilled in the art will understand that other embodiments are possible, and are in fact likely, as different applications require individual trade-offs given their design parameters. Also, different features, functions, operations or components may be incorporated together on a single device, such as an integrated circuit chip having components embedded thereon, or a printed circuit board having various components connected together. Device variations of some functions may exist on-chip, off-chip, or on entirely separate components or indeed separate devices. Such design decisions and related trade-off determinations will necessarily take into account the level of security desired, cost analysis, operation or setup timing and other factors.
Different combinations and permutations of components, features and configurations, whether located in or outside a device, on or off an integrated circuit chip, may be devised according to the invention. Depending on the parameters of a particular application, different combinations may result without departing from the spirit and scope of the invention, which are defined by the appended claims and their equivalents, as well as any claims presented in co-pending applications and their equivalents.
Referring to
At its origin, the PUF circuit 114 is manufactured under standard design rules to conform with the design of the IC device within which it is incorporated. Upon a first initiation, the device is configured in a setup mode, where resource consuming computations are performed. In this setup mode, offset values are generated that, when combined with the PUF circuit 114 output, can be used to generate encryption keys whenever authentication is desired. This can have wide reaching application wherever and whenever authentication is desired, whether it be for proximal or remote access authorization to data, applications, security systems, or other secured entities; for use authorization of devices, hardware, software or other entities; authentication of authorized devices for use alone or in combination with other devices, such as with a fingerprint sensor that needs to be authenticated before it can be used as an access device for a secured electronic device such as a laptop computer; or for any other process where authorization is desired.
Examples of devices that could be manufactured or otherwise accessorized with devices or entities configured according to the invention include personal desktop and lap top computers, cellular telephones, content recording devices such as MP3 players or the equivalent, batter packs, ink cartridges, devices involving DRM and content downloads, smart cards, access identification cards, and other devices where stored data needs to be protected. Such devices may perform financial transactions, internet related transactions, and other transactions where, again, stored or otherwise processed data is desired to be protected. In conventional prior art devices, such computations would be required upon each instance of authentication. In such prior art devices, resources are strained and much time is required to perform such authentications. In modern devices, power and computational resources are very restricted, and an authentication processes can greatly affect the ability for a device to be manufactured and operate within such restrictions. If a device is not able to be manufactured or operate within such restrictions, it may not be accepted or adopted in particular products. However, if a device could operate within such restrictions, it could be widely adopted, becoming ubiquitous in one or many product areas.
For example, electronic memory storage may be embedded on an integrated circuit to reduce operation time and increase security. In another application, memory may exist on a separate integrated circuit, off-chip, to save costs by storing security parameters, offsets or related data along with other information. According to the invention, in many applications, such tradeoffs will be substantially obviated given the unique and powerful features provided. Nonetheless, those skilled in the art will understand that, given this specification, different embodiments can be developed using conventional knowledge and skills without departing from the spirit and scope of the invention as defined by the appended claims and their equivalents. Thus, those skilled in the art will understand that the determination of which exact implementation or embodiments are preferred will depend on the given application.
In a setup mode, the PUF circuit 114 can produce a unique ID for the chip, which can be used to obscure the storage of critical security information as well as the transfer function parameters required to access the information. Once the device is setup, the transfer function can then be processed using the critical security information when authenticating the device. Unlike conventional devices, the setup procedure needs to be performed only once, whether it is in production or upon initial power up of the device, in order to establish the parameters needed to be stored in the device 102. In operation, the stored parameters can be used to more efficiently and quickly authenticate the device without the need to run the burdensome prime number generation processes without compromising the level of security in the device 102. Such a system can be used to substantially eliminate the time to produce encryption security keys when a user needs to authenticate the device at power up or other access point. In operation, the device 102 can quickly and securely produce security keys, such as RSA keys and signature keys, and to perform the related algorithms. The invention allows for non-volatile storage of transfer function parameters that will allow a system to mathematically utilize the PUF output to get the desired output.
The invention is directed to a system for securing an integrated circuit chip used in an electronic device 102 by utilizing a circuit 114 or other entity to produce physically unclonable functions (PUFs) for use in generating encryption keys, such as an RSA public or private key. There are many applications for such a circuit 114, including authenticating a software application associated with the chip, giving access to secure information from the device 102 having the chip (and accordingly excluding unapproved devices from access to the information), and many other applications
As an example of a device 102 that can greatly benefit if configured according to the invention, a fingerprint sensor with a small embedded processor could utilize a PUF circuit 114 to enable a remote computer to verify the identity of the sensor to assure that no one had replaced the sensor with another. The remote computer could further assure that the original sensor had not been compromised, and still further could verify that a transmitted fingerprint was sent by that sensor. This could assure that no one had injected a false fingerprint into the communications channel used by the sensor and the remote computer. This provides a highly secure identity verification method that would be useful in many applications, including for example online banking transactions to verify that a funds transfer was being initiated by the owner of the funds. In another example, the invention could be incorporated in security applications to authenticate a sensor and the corresponding communications link before granting access to a fingerprint-secured area. Such a sensor can be used in many applications, such as laptop computers, smart cards, cellular phones, etc.
In one embodiment, in a device 102 that has no programmable storage, the invention can provide a device, system and method to store the transfer functions at a remote location. Such a remote location may be separate memory, such as random access memory (RAM), a separate cache storage, or other type of memory. Utilizing other features of the invention, such as PUF circuitry, authentication can be achieved with significant security.
The invention can extend to many other applications where security in authentication is desired. In the fingerprint sensor example, employing the invention in the sensor with the small embedded processor would greatly reinforce the security of the sensor. This is done by configuring a secret key and a public key using a unique and consistent output from the PUF circuit 114. Where the sensor is incorporated in another system, the invention can help better secure such a system by requiring compatibility with a particular sensor product. This is done by obscuring a product signature using the PUF circuit 114 and related security information stored on the device 102. The signature would be the same for all products manufactured together by a company, and would verify that the product incorporated in the system was indeed manufactured by a certain company. This would add security for a system by preventing unauthorized access to devices.
The invention utilizes a PUF circuit 114 in a new and unique way from conventional applications. The PUF circuit 114 can produce a unique ID for the chip, which can be used to obscure the storage of critical security information and to greatly reduce the time required to produce encryption keys, such as RSA keys. The invention allows for permanent non-volatile storage of a transfer function that will allow a system to mathematically utilize the PUF circuit 114 output to produce the desired encryption keys. In the case of generating RSA key pairs, the PUF circuit 114 can be used to produce a unique output, and the keys can then be generated. A transfer function can then be stored in nonvolatile memory that would enable for rapid mathematical reproduction of the public and private keys, given the PUF circuit 114 output. This allows reproduction of the keys without the lengthy process of the regeneration of prime numbers needed to produce the keys generation. Moreover, it enables this without any compromise to security. Even though the transfer function parameters are stored in nonvolatile memory, the output of the PUF circuit 114 is still unknown. And, therefore, the encryption keys cannot be reproduced without the PUF circuit 114 output. Thus, the encryption keys cannot be regenerated without the actual PUF circuit 114 output. As a result, another device that does not have the actual PUF circuit 114 would not be able to generate the keys and cannot artificially generate the keys without the actual PUF circuit 114. Given the possible variations in a PUF circuit 114 output for different PUF circuits, even if formed of the same components, it is virtually impossible to reproduce the PUF circuit 114 output, and thus it would be equally as impossible to reproduce the encryption keys.
In one embodiment, the invention provides for a system and method for generating encryption keys for use in electronically authenticating or locking and unlocking a device, software application, or other secured entity, where an encryption key can be generated by a PUF circuit 114, and separate transfer function parameters can be stored in nonvolatile memory. Together, these can be used to authenticate a device in a novel and useful manner, with an increased level of security compared to conventional systems and methods. The encryption keys produced by using a PUF circuit 114 is physically unique to the IC in the device 102, and does not need to be stored in memory, and thus can not be easily misappropriated. It must be derived by interrogating the device 102 to provoke an output signal from the PUF circuit 114 that is not determinative from the physical circuit components. The transfer function parameters can be stored in nonvolatile memory, and can be retrieved in nonvolatile memory and combined with the unique ID from the PUF circuit 114 to authenticate the device 102 for a user. Since the transfer function parameters would be useless for authenticating the device 102 without the unique ID, and since it is derived by different means, greatly improved security is provided for authenticating a device 102.
According to the invention, the device 102 has installed on it a PUF circuit 114 or the like incorporated onto an integrated circuit (IC). The PUF circuit 114 is configured to generate a[[n]] unique ID number that identifies the IC in which it is installed. Generally, the PUF circuit 114 may be made up of a plurality of identification cells formed within the IC, where each cell has an output that is a substantial function of random parametric variations in the IC and thus unique to the IC by virtue of its manufacture. A measuring device may monitor the output of the identification cells to generate the unique ID that is unique to the device 102, where the unique ID is also a substantial function of random parametric variations in the identification cells forming the PUF circuit 114. It is known to those skilled in the art that there are enough manufacturing process variations across ICs produced in the same process to uniquely characterize ICs. It has also been proven that reliable authentication can be performed using unique ID words derived from such unique characterizations. The invention exploits such knowledge, and utilizes this to provide a novel and useful method of authenticating a device 102 or application using a PUF circuit 114.
A stimulation circuit configured to send stimulation signals to the PUF circuit 114 can provoke a unique ID output signal. For example, a signal can be transmitted to the PUF circuit 114, which would in turn generate a response signal that is unique to the PUF circuit 114 according to its unique physical characteristic parameters that are created upon the manufacture of the IC on which the PUF circuit 114 resides. More details on this process are discussed below. In addition to the unique ID, according to the invention, a transfer function can be identified or otherwise derived. This transfer function can be used along with the unique ID to authenticate the device 102 by way of the IC containing the PUF circuit 114. This transfer function can be stored in nonvolatile memory for subsequent use.
Thus, in operation, using the unique ID the transfer function can be determined when the IC is manufactured, and can be associated with a device 102, such as a laptop, smart card, cell phone, or other device. Upon power up of the device 102 by a user, the device 102 can be interrogated for the unique ID, which can then be used to generate encryption keys for identifying the device 102. The resulting unique ID can be used along with the transfer function to identify and verify the device 102 to give a user access. Thus, the invention provides a system and method for providing a unique ID and transfer function for authenticating a device 102, where the unique ID is physically unique to the IC in the device 102, and does not need to be stored in memory. The unique ID must be derived by interrogating the device 102 to provoke an output signal that is not determinative from the PUF circuit 114 physical circuit components, that are created upon manufacture of the IC that is incorporated in the device 102. The transfer function can be stored in nonvolatile memory. Thus, the transfer function can be retrieved in nonvolatile memory, and combined with the unique ID to authenticate the device 102 for a user. The unique ID is not stored in memory, and thus not susceptible to misappropriation. The transfer function, even if it were misappropriated, would be useless for authenticating the device without the unique ID, which is derived by completely different means, and not simply retrieved from storage.
Referring again to
For example, manufactures that sell security devices or components for use in combination with other components, such as the fingerprint sensor discussed above that is sold for use with other devices to secure access, have an interest in authenticating the component devices. This prevents counterfeit devices that may be used to penetrate the security of a device. Also, manufacturers that sell software may want to authenticate the device on which the software is used to ensure that the software is not copied for unauthorized use on other devices. Often, manufacturers produce and sell software programs and applications to users for individual use, and others are sold as enterprise packages for use by multiple authorized users within an organization Such software manufacturers have a strong interest in ensuring that such programs are not copied onto unauthorized devices, such as laptops. The invention provides a means for manufacturers of such software to authenticate users by particular devices, preventing unauthorized copying or use. Secured devices configured according to the invention have features that allow for their highly secured authentication adding to the integrity of the security devices or components by making them more secure from counterfeits or unauthorized breaches or attacks.
The device 102 includes processor 104 configured to perform operations by executing software and performing operations in arithmetic logic 106. The processor may be a dedicated microprocessor implemented on an integrated circuit, a general-purpose computer, or may be simple logic circuitry configured to perform necessary operations for authentication of the device, and may include other operations related to general or specific operations of the device. According to the invention, the operations required for authentication have been greatly simplified for normal device operations where authentication is performed. Thus, less sophisticated processing circuitry and related software are required to perform such processes. Setup procedures perform the resource intensive security algorithms that, prior to the invention, were required each time a device was authenticated. According to the invention, these operations only need to be performed once upon setup. The setup procedure may be performed once upon the manufacture of the device or up on initial powering up of the device.
Thus, for example, a user may purchase a device such as a laptop or desktop computer for personal use and, upon first powering up the device, the device may perform the authentication computations in a setup mode. This may take considerable time at first, but, according to the invention, the user would only need to be inconvenienced once. The setup operations produce transfer function parameters that are stored in memory. After setup operations are complete, more streamlined operations utilizing the stored transfer function parameters are used along with the output from a PUF circuit 114 for routine authentication procedures. As discussed in more detail below, these parameters generated at setup are used during normal authentication operations, and by much of the same circuitry, to generate encryption keys such as RSA public and private keys. These encryption keys can be used to authenticate the device for various purposes.
Alternatively, the intensive setup procedures may be performed periodically, either according to a time or use table or upon predetermined events. This may occur when a device is reintroduced in a market, or if there is a change in security codes or operations as determined by a manufacturer or mass user of a device to maintain the security and integrity of such devices produced by the manufacturer. Those skilled in the art will understand that, depending on the application, different security and maintenance procedures could be developed and maintained according to the invention by a manufacturer in order to produce products with optimum security.
Still referring to
In operation, an outside source or proximal interrogation source 120 may interrogate the device 102 for security and/or authentication. Interrogation source 120 includes a processor 122 for performing operations by executing software stored in memory 124. Software man may include authentication unit 125 configured to cause the processor 122 to perform methods and processes for authenticating device 102. Interrogation unit 126 is configured to enable the processor 122 to interrogate the PUF circuit 114 in order to provoke the PUF circuit 114 to generate a unique ID word in response. Device application 128 is configured to cause the processor 122 to perform authentication operations, such as validity operations, for example, in order to determine whether the device 102 is authentic.
Referring to
The setup system 137 includes a processor 138 that is configured to perform setup operations by executing software stored in memory 140. PUF circuit 114 interrogator unit 142 is configured, when executed by the processor 138, to stimulate or otherwise interrogate the PUF circuit 114 via communication link 139 to network or bus connection 130, and also via device link 131. In return, the PUF circuit 114 sends a unique ID word for use in the setup process performed by the setup system 137. In practice, this may be performed multiple times to ensure an accurate reading of the unique ID word to ensure a fair reading and testing for authentication. The PUF circuit 114 output unique ID word analyzer circuit 144 is configured to analyze the PUF circuit 114 output unique ID word to ensure that the output is that of a consistent word that can be duplicated from the PUF circuit 114 for authentication purposes. The RSA key generator unit 146 is configured to generate large prime numbers that can be consistently reproduced in subsequent initializations by a user for authentication. Transfer function generator 148 is configured to derive or otherwise generate a transfer function that can be used in conjunction with the unique ID word generated by the PUF circuit 114 to authenticate the device 102.
Once set up, the device 102 may be interrogated by a remote device for authentication and would produce the encryption keys, such as an RSA public and private key, or other types of security keys. In practice, it may be practical to run the authentication process in order to test whether the setup process properly set up the device 102. Then, subsequent authentication processes could be performed using the improved system within the device 102, without the need to perform the burdensome processes of regenerating the large prime numbers needed to regenerate the encryption keys.
Referring to
The rest of the process 200(b) illustrated in
Referring to
Referring first to
In the next step, step 234, a selection process is performed to produce a refined PUF output. It has been discovered that a PUF output can be reliably repeated using statistically based techniques. In general, a PUF output can be repeatedly sampled, and simple statistical processing can be employed to arrive at a consistent number. This process can be done both in the setup process and operation process to substantially ensure that the most accurate PUF output is read for use in setting up and establishing the parity bits and the transfer function parameters, such as the offset values discussed herein. For example, a PUF output can be generated 3 or more times, and the outputs can be compared to find consistent values. If a PUF word is 448 bits for example, a subset of each word can be used to compare to other words to determine consistent outputs. In practice, certain bits can toggle back and forth from one PUF output to the next generated output. Given proper statistical analysis, substantially secure authentication can be accomplished.
When reading a PUF output, most bits can be stable and consistently produce the same output word. A few bits, however, may change or toggle from one read to another. In selecting the PUF output, a process can be invoked that ensures a more consistent PUF output. For example, the PUF output can be read a number of times, such as 5 times for example, and a statistical algorithm can be performed to determine which PUF output is to be used in subsequent processes. This improves subsequent error correction processes, and improves the overall authentication process and sub-processes described herein. The verified output is then generated in step 236. Alternatively, the selection process may occur after the error correction. Those skilled in the art will understand that different configurations are possible without departing from the spirit and scope of the invention, which is defined by the appended claims and their equivalents.
From here, the verified PUF output is used to generate the different security keys and parity values, specifically in this example embodiment of the invention, offset-P in process 237(a), offsets in process 238(b), parity bits in process 237(c), and offset-S in process 237(d). Each of these outputs is used to generate values needed to produce security keys, including but not limited to the RSA public and private keys and signature keys described herein. These values are derived during the setup process, and offset values and parity bits are stored in nonvolatile memory for use in generating security keys during the operational mode of the device. According to the invention, the burdensome algorithms for producing security keys are performed during the setup process so that they do not need to be performed each time the device is authenticated. When the offset values and parity bits are established in the nonvolatile memory, security keys can be produced using the PUF output together with these values in simple operations that do not required extensive processing by a data processor. This makes the process fast, less burdensome on device resources, and, given the novel manner in which the security keys are produced, the unique process does not compromise security of the device.
First, to produce offset-P in process 237(a), a pseudo random number generation process is performed in step 238 for use in generating the offset-P, which is used to produce a private key. Those skilled in the art will understand that different types of pseudo random number generation processes exist and can be used in a device configured according to the invention. In this process, a seed-P is generated in step 240, which is a numerical value generated from the pseudo random number generator. Using this seed value, a prime number generation process is performed in step 241 with a prime number generator. A prime number is generated in step 242. Those skilled in the art will understand that different types of prime number generation processes exist and can be used in a device configured according to the invention. Typically, a number is chosen, and it is tested whether it is prime. If not another number is chosen, sometimes by adding a value to the number, and testing it again in an iterative process. Once a number is found that is prime, it is used. In step 244, the prime number generated in step 242 is combined with the seed-P value to produce an offset-P. This may be done with a simple addition or subtraction logic circuit, a multiplier circuit, or other arithmetic unit. The offset-P is generated in step 245, and stored in step 246, such as in nonvolatile memory, on-chip memory, or other memory storage.
Next, to produce offsets in process 237(b), a pseudo random number generation process is performed in step 248 for use in generating the offset-Q, which is used to produce a public key. A seed-Q is generated in step 250, which is a numerical value generated from the pseudo random number generator. Using this seed value, a prime number generation process is performed in step 251 with a prime number generator. A prime number is generated in step 252. In step 254, the prime number generated in step 252 is combined with the seed-Q value to produce an offset-Q. This may be done with a simple addition or subtraction logic circuit, a multiplier circuit, or other arithmetic unit. Similar to the offset-P value, the offset-Q is generated in step 255, and stored in step 256, such as in nonvolatile memory, on-chip memory, or other memory storage.
Next, to produce parity values, such as parity bits, process 237(c) is performed, where the ECC parity bits are generated in step 262 using the verified PUF output from step 236. Those skilled in the art will understand that many different methods of parity bit generation exist, and the invention is not limited by any particular method. Examples include BCH code (Bose, Ray-Chaudhuri, Hocquenghem error correction code), and other methods. This value is then stored in step 264, such as in nonvolatile memory, on-chip memory, or other memory storage.
Then, offset-S is generated in process 237(d), for use in producing a signing key, and ultimately a product signature key. In step 258, the verified PUF output is combined with the symmetric encryption key, which is provided by the setup equipment of the device. This produces offset-S, which is then stored in step 260, such as in nonvolatile memory, on-chip memory, or other memory storage.
Thus, the three offset values, offset-P, offset-Q and offset-S are produced in the process 227 and stored in memory. Also, the parity values are produced and stored in memory as well. These offset values and parity values are used by the transfer function circuit to produce security keys, such as a private RSA key, a public RSA key and a product signing key. The encrypted signing key may be produced by a process built into the firmware or other mechanisms in the IC chip. This could be produced during manufacturing, provided post-manufacturing, or by other processes or methods. This is discussed further below in connection with
Referring to
Again, the verified PUF output process 271 begins in step 272 where an authentication request is received. A PUF output is then generated in step 273. In step 274, the verification process is performed using the ECC, where the PUF output from the PUF and the ECC parity bits from memory are used to provide a verified PUF output in step 275 as will be understood by those skilled in the art of the utilization of error correction codes. That is, the error correction code is used to verify that the PUF output, which as noted above may be selected from a plurality of PUF outputs, is the same one used in the set up mode, discussed above. If the parity bit error correction check does not verify the PUF output, then another PUF output may be generated until an ECC parity bit check is successful. This should not add significantly to the generation of P and Q or the keys. This value is used in the processes 269(a) and 269(b) along with the respective offset values, offsets P and Q, to produce the respective security keys.
The process 269(a) for generating the prime number P begins in step 276 where the pseudo random number generation process, PRNG-P is performed. In step 277, the seed value, seed-P, is produced as the output of the PRNG-P. In step 278, the seed-P is combined with offset-P retrieved from memory. This may be done by simply adding or subtracting the offset-P and the seed-P values using addition logic or other processing means, such as subtraction, exclusive or, multiplication or other arithmetic process unit. A prime number prime-P is thus generated in step 279.
The process 269(b) for generating a prime number Q begins in step 282 where the pseudo random number generation process, PRNG-Q is performed. It will be understood by those skilled in the art that, in order to generate a separate and unique randomly selected prime number Q the PRNG-Q 430 may be the same as PRNG-P 428 used for generation of the prime number P with a separate unique PUF circuit 420 (not shown) and verification circuit providing the PUF input, or the same verified PUF output may be supplied to a separate unique PRNG-Q 430, as illustrated in
Once the security keys are generated using the prime numbers P and Q, encrypted data is generated in process 293(a) For the encrypted data process 293(a), a public key cryptology process is performed in step 294 using the secret or private key produced from the prime numbers P and Q. Examples include the RSA standard, discussed above. Encrypted data is produced in step 295.
Authentication data is communicated by the authenticating device, such as a fingerprint imaging system to the device requiring authentication in step 298. This may be done at the end of the processes discussed above, or throughout the process, e.g., if the authenticating device uses the secret key as an electronic signature and “signs” the message once sent, as will be understood by those skilled in the asymmetric paired key encryption art as a typical use for the secret key. That is, the device requiring authentication, having possession of the public key can decrypt the “signature” which could only have been encrypted, therefore, by one in possession of the secret key. In the end, the novel processes performed according to the invention provide a novel means to authenticate a device without the burdensome tasks of performing authentication algorithms, such as to regenerate the necessary prime numbers and regenerate potentially unique public and private keys each time a device needs to be authenticated. This is because these processes are performed in the setup process discussed above, and offset values are instead used in combination with a PUF output using much more simple processes to generate security keys. As a result, a much improved system and method are provided by the invention for authenticating a device. In addition, only the ECC parity bits and the offsets need be stored by the authenticating device, which are useless to a security threat without the output of the PUF circuit(s).
Referring to
Referring to
Referring first to
In this embodiment, the communication channel includes a plurality of lines, including one for encrypted data encrypted using the secret key 408, and one for the public key 410, each of which is discussed below. Regardless of the number or configuration of the communication channels, or the different types of security keys utilized by a device, the invention, most generally, is directed to reproducing of security keys using a PUF circuit together with transfer function parameters and ECC correction code parity bits stored in the non-volatile memory 414 of the device 402. Such features and their advantages they provide are discussed in further detail below.
Still referring to
As discussed above, PUF circuits are well known in the art, and may be configured in many ways. The invention is not limited to any particular PUF circuit, but is directed to taking a PUF output, regardless how it is configured, and using it to generate security keys for a device or system.
Once the PUF output is produced, it is selected in selection circuit 464. In this operation, a plurality of PUF outputs may be used to to ensure consistent, and thus authentic, production of the PUF output in both operational mode and also setup mode discussed below. It has been observed that the PUF output is generally stable, but some bits of the output word may toggle between logic 1 and logic 0, or vice versa, when read out at different times and possibly under different conditions. According to the invention, in order to improve the use of error correction code parity bits in the subsequent step, selection of the PUF output is performed to produce a dependable output value. Thus, it improves the use of error correction parity bits by providing a more consistent PUF circuit 420 output value. In one embodiment, this is done by reading the PUF circuit 420 output multiple times, five for example, and choosing the value that is the most consistent or similar to other output values read. An algorithm may be performed, where the multiple PUF circuit 420 output values read are evaluated to determine which is the most consistent.
The selected PUF output from the selection circuit 464 has ECC error correction parity bits generated from it which are compared with ECC parity bits 416 stored in the memory 414 in error correction code comparison circuit 422 to generate a verified PUF output 426. That is, as will be understood by those skilled in the art of the use of error correction coding, such as in the art of data transmission, matching parity bits in the error correction code indicate the PUF output is the same as the one used for the set up mode, discussed below, i.e., is “verified.” If there is not a match, as will be understood by those skilled in the art, another PUF circuit 420 output can be generated and tested until one is eventually “verified.”
The purpose of the use of ECC, will, therefore, be understood to be to ensure consistency in the repeated generation of the PUF output upon authentication of the device. Once set up in setup mode, discussed further below, the invention provides a means to consistently generate a PUF output, and in turn generate consistent P and Q and, in turn, consistent security keys. Consistency is critical for proper operation of such security operations. For example, another device 404, such as a laptop computer, may require authentication upon each powering up the device 402. Of course, it is critical that the device 402, when properly configured, be able to power up without being encumbered by the security processes. As another example, a fingerprint sensor is enabled by a user upon swiping a finger surface across the sensor. After doing so, a user would be frustrated if the security process ever failed because of a technical error. Thus, consistency in operation is critical for any security device. The invention provides a means for consistently producing security keys for use in authentication.
Furthermore, it is important that any security processes be completed quickly. As discussed in the background, delays in security procedures are intolerable in devices. In either the laptop power up example or the fingerprint sensor example, a user would be frustrated with any unnecessary delays. According to the invention, the time required to complete the process of generating public and private encryption keys is greatly reduced. This is a result of the unique ability of a device configured according to the invention to rapidly and uniquely to the device 402 generate the encryption keys by using the PUF circuit. Generation of a output word by the PUF circuit requires no complicated or burdensome processing by a processor, and the generation of the encryption keys can then be done with simple processing functions, as describe herein.
In addition to consistency and timeliness, it is imperative that security be maintained in producing such security keys. According to the invention, the verified PUF circuit 420 output enables the device 402 to generate the encryption keys entirely within the device 402, securing the process from outside observation or interference. Also, since the PUF circuit 420 output is not stored in memory, it is not vulnerable to interrogation outside the device 402. Still further, the data stored in memory 414 is but a small part of the key generation process, which cannot be observed or recreated outside the device 402. The parity bits 416 or transfer function parameters 418, such as offset-P and offset-Q, even if they were observed from outside the device, in no way reveal the output word of the PUF circuit 420, nor the generated P and Q. Thus, the PUF circuit 420 output can be used to create encryption codes in a manner that cannot be reverse engineered or otherwise duplicated by observers or interrogating entities outside the device 402.
Still referring to
In generating P, the verified PUF circuit 420 output 472 is received by a pseudo random number generator 428 to produce a value 438, Seed P, which, as illustrated, may be 1024 bits in length. This seed P value 438 is received by an arithmetic unit 444, an adder in this particular embodiment, to combine with a corresponding offset value, Offset P. Those skilled in the art will understand that this and other arithmetic units may be implemented as adders, subtraction units, dividers, multipliers, exclusive- or logic units or other arithmetic or logic units implemented to combine the seeds with the offset values, in the reverse of how the Offset P was determined from the seed P value and a P as found in the set up mode discussed below in regard to
Similarly, in generating Q utilized to produce the private key and the public key, the verified PUF circuit 420 output 474 is received by a pseudo random number generator 436 to produce a value 440, Seed Q, which, as illustrated, may be of 1024 bits in length. This seed value is received by an arithmetic unit 446, an adder in this particular embodiment, to combine with a corresponding offset value, Offset P. The Seed Q is added to Offset Q to generate a prime number, Prime Q. This Q is used by a security key generator, such as the RSA key generator 450, along with P to generate the secret and public key, each a 2048 bit value in this example, for use in authentication with another device 404. As will be understood by those skilled in the art, the product of P and Q is obtained, which is 2048 in length, as each are 1024 bits in length.
In this embodiment, the pseudo random number generators 434, 436 are the same for both operation mode as well as setup mode discussed below. This is to ensure that P and Q are the same as for set up mode because the operations are consistent when generating the prime numbers P and Q, so that the prime numbers P and Q used to generate the offset values stored during set up are the same as those produced in the operational mode of
In operation, the system is configured to perform a method of electronically securing a device 402 by first generating an output from the PUF circuit(s) 420. In order to authenticate itself, the device 402 is configured to retrieve a transfer function parameter stored in memory and generate a prime number P or Q used in generating encryption keys. This can be done by performing a transfer function algorithm using the PUF circuit 429 output(s) and a transfer function parameter to produce P or Q. The method may further include performing error correction parity bit checking on the PUF circuit 420 output(s) to produce a verified PUF output(s) (472, 474 in
The PUF circuit 420 output verification process, where generating an output from a physically unclonable function (PUF) circuit 420 includes exciting a PUF circuit 420 to produce an initial PUF circuit 420 outputs, then selecting the PUF circuit 420 selected output using a selection process to produce the selected PUF circuit 420 output. The invention further provides for performing error correction parity bit checking on the selected PUF circuit 420 output using the error correction parity bits to produce a verified PUF circuit 420 output. The retrieving of a transfer function parameter from storage 414 includes retrieving a plurality of transfer function offset values stored in non-volatile memory 414 on the device 402. Thus, generating encryption keys includes executing a transfer function algorithm using the verified PUF output and at least one transfer function offset values 418 obtained from storage 414, i.e., adding or subtracting the offset-P from the generated seed-P and the offset-Q from the seed-Q.
The invention thus includes a method for generating prime numbers using a PUF circuit 420 output, in particular a verified PUF circuit 420 output, inputting the verified PUF circuit output into a pseudo random number generator 428, 430, to produce a respective seed-P and seed-Q and then applying an offset value offset-P and offset-Q to the respective seed-P and seed-Q, wherein generating encryption keys includes utilizing the generated P and Q. The encryption keys can then be generated using the prime numbers P and Q. In a preferred embodiment, a plurality of security keys, i.e., the public key and private key, can be generated by receiving the PUF circuit 420 output by a plurality of pseudo random number generators, i.e., 428, 439 to produce a plurality of seed values, i.e., seed-P 438 and seed-Q 440. A plurality of prime numbers, i.e., P and Q can then be generated by combining the seed values 438, 440 with corresponding transfer function offset values offset-P and offset-Q. The encryption keys may then be generated using the plurality of prime numbers P and Q.
In the embodiment illustrated and discussed above, encryption keys are generated using two random number generators 428, 436 (434, 436, shown in
Referring to
The system for setup includes the device 402 and setup equipment 462, which may be a part of the device 402, where communications occur between the device 402 and the setup equipment 462, including setup commands and parameters. The setup equipment may exist in a manufacture setting. Communications may also include authentication communications, where the test equipment acts as another device, such as other device 404 in
The device 402 includes a PUF circuit 420 configured to generate an initial PUF circuit 420 output 421. This is the same as the PUF circuit 420 output used in the operation mode as described above in connection with
The selected PUF circuit 420 output 466 is transmitted to ECC parity generation circuit 468 and also Setup Function circuit 470. The ECC parity generation 468 circuit may be incorporated with ECC error correction circuit 422 shown in
The setup function circuit 470 is configured to receive a selected PUF circuit output, where selection of the PUF circuit 420 output(s) is performed, in two separate channels 472 and 474. In the embodiment illustrated, the selected PUF circuit 420 output value is a 256 bit value, which may be larger or smaller depending on a particular application. As discussed above, in practice, the selected PUF circuit 420 output may be used in full or in part by each offset producing process channel 472, 474. For example, a portion of the selected PUF circuit 420 output or the entire selected verified PUF circuit 420 output may be duplicated for use in each path 472 and 474. Alternatively, different portions of the selected PUF circuit 420 output may be used in different paths 472, 474 to further complicate the process, further obscuring the process required to generate the prime number P and Q offset values. Those skilled in the art will understand that different combinations and permutations of the selected PUF circuit 420 output may be used to derive the different offset values, and the invention is not limited to nor obviated by any particular combination chosen for a particular application or embodiment.
In the first channel 472, a pseudo random number generator PRNG-P 434 is used to produce a seed-P 438 for use in generating offset value offset-P. The seed value 438 is illustrated as a 1024 bit word, but may be larger or smaller and may depend on the PUF circuit 420 input or the application. This seed-P is transmitted to the prime number generator 480 to produce prime number value prime-P, which is also illustrated here as a 1024 bit word, but may be larger or smaller depending on the application. The prime-P value is then combined with seed-P in arithmetic unit 478 to produce offset value offset-P. That is, the offset represents some difference between the seed P and the generated prime number P produced using seed-P, e.g., checking numbers above, and/or below seed-P to find a prime number P and then noting the difference (“offset”) between the prime P and seed-P. The arithmetic unit is shown here as a subtraction unit that typically has subtraction logic. It may, however, be an addition unit, exclusive-or unit, or other logical arithmetic unit. The offset-P value shown here is an 8 bit value, but may be larger or smaller depending on the application, e.g., the value of the actual offset-P. As shown in this embodiment, since this is an offset value, and not a large security key value, the offset value can be relatively small, and thus easily stored in a small amount of memory. According to the invention, this provides a very useful means for storing a small amount of security data for use in generating encryption keys.
In the second channel 474, a pseudo random number generator PRNG-Q 436 is used to produce a value seed-Q 440 for use in generating offset value offset-Q. The seed value 440 is illustrated as a 1024 bit word, but may be larger or smaller and may depend on the PUF circuit 420 input or the application. This seed-Q is transmitted to the prime number generator 484 to produce prime number value prime-Q, which is also illustrated here as a 1024 bit word, but may be larger or smaller depending on the application. The prime-Q value is then combined with seed-Q in arithmetic unit 480 to produce offset value offset-Q, as discussed above with respect to prime-P and seed-P. The arithmetic unit is shown here as a subtraction unit that typically has subtraction logic. It may, however, be an addition unit, exclusive-or unit, or other logical arithmetic unit. Like the P values, the offset-Q value shown here is an 8 bit value, but may be larger or smaller depending on the application and the size of offset-Q. As shown in this embodiment, since this is an offset value, and not a large security key value, the offset value can be relatively small, and thus easily stored in a small amount of memory. According to the invention, this provides a very useful means for storing a small amount of security data for use in generating security keys.
To summarize, in set up mode, offset values offset-P or offset-Q are generated by first generating a first seed value, seed-P or seed-Q, with a pseudo random number generator 434, 436. Next, a prime number P or Q is generated with a first prime number generator 480, 484 using the respective first seed value-P and seed value-Q. Then, a respective transfer function offset value offset-P or offset-Q is computed using the seed value seed-P or seed-Q and the respective prime number P and Q. Computing the first and second offset values may include performing an arithmetic operation using the respective seed value and prime number. The arithmetic operation may be addition, subtraction, division or some other arithmetic operation.
Prior to generating the offset values in the setup mode, the PUF circuit 420 output value may be selected by performing a selection algorithm to the PUF circuit 420 output to produce a selected PUF circuit 420 output. Performing a selection algorithm may include receiving multiple PUF circuit 420 outputs and choosing a statistically consistent output value to produce the selected PUF circuit 420 output.
The invention may also involve a number of functions to be performed by a computer processor, which may be as simple as combinatorial logic, or may include more complex devices such as a microprocessor. The microprocessor may be a specialized or dedicated microprocessor that is configured to perform particular tasks by executing machine-readable software code that defines the particular tasks. The microprocessor may also be configured to operate and communicate with other devices such as direct memory access modules, memory storage devices, Internet related hardware, and other devices that relate to the transmission of data in accordance with the invention. The software code may be configured using software formats such as Java, C++, XML (Extensible Mark-up Language) and other languages that may be used to define functions that relate to operations of devices required to carry out the functional operations related to the invention. The code may be written in different forms and styles, many of which are known to those skilled in the art. Different code formats, code configurations, styles and forms of software programs and other means of configuring code to define the operations of a microprocessor in accordance with the invention will not depart from the spirit and scope of the invention.
Within the different types of computers, such as computer servers, that utilize the invention, there exist different types of memory devices for storing and retrieving information while performing functions according to the invention. Cache memory devices are often included in such computers for use by the central processing unit as a convenient storage location for information that is frequently stored and retrieved. Similarly, a persistent memory is also frequently used with such computers for maintaining information that is frequently retrieved by a central processing unit, but that is not often altered within the persistent memory, unlike the cache memory. Main memory is also usually included for storing and retrieving larger amounts of information such as data and software applications configured to perform functions according to the invention when executed by the central processing unit. These memory devices may be configured as random access memory (RAM), static random access memory (SRAM), dynamic random access memory (DRAM), flash memory, and other memory storage devices that may be accessed by a central processing unit to store and retrieve information. The invention is not limited to any particular type of memory device, or any commonly used protocol for storing and retrieving information to and from these memory devices respectively.
The apparatus and method include a method and apparatus for providing public and private encryption keys utilizing a PUF circuit incorporated in an integrated circuit chip and related applications for use in the operation of a electronic device where authentication processes are utilized. In operation, the stored parameters discussed above can be used to more efficiently and quickly authenticate the device without the need to run the usual burdensome encryption key generation processes without compromising the level of security in the device. Although this embodiment is described and illustrated in the context of devices, systems and related methods of authenticating devices, the scope of the invention extends to other applications where such functions are useful. Furthermore, while the foregoing description has been with reference to particular embodiments of the invention, it will be appreciated that these are only illustrative of the invention and that changes may be made to those embodiments without departing from the principles of the invention.
This application claims the benefit of U.S. Provisional Patent Application No. 60/928,864, filed on May 11, 2007, entitled Method and System for Electronically Securing an Electronic Device Using Physically Unclonable Functions
Number | Name | Date | Kind |
---|---|---|---|
4225850 | Chang et al. | Sep 1980 | A |
4353056 | Tsikos | Oct 1982 | A |
4525859 | Bowles et al. | Jun 1985 | A |
4550221 | Mabusth | Oct 1985 | A |
4580790 | Doose | Apr 1986 | A |
4758622 | Gosselin | Jul 1988 | A |
5076566 | Kriegel | Dec 1991 | A |
5109427 | Yang | Apr 1992 | A |
5305017 | Gerpheide | Apr 1994 | A |
5319323 | Fong | Jun 1994 | A |
5325442 | Knapp | Jun 1994 | A |
5420936 | Fitzpatrick et al. | May 1995 | A |
5422807 | Mitra et al. | Jun 1995 | A |
5456256 | Schneider et al. | Oct 1995 | A |
5543591 | Gillespie et al. | Aug 1996 | A |
5569901 | Bridgelall et al. | Oct 1996 | A |
5623552 | Lane | Apr 1997 | A |
5627316 | De Winter et al. | May 1997 | A |
5650842 | Maase et al. | Jul 1997 | A |
5717777 | Wong et al. | Feb 1998 | A |
5781651 | Hsiao et al. | Jul 1998 | A |
5801681 | Sayag | Sep 1998 | A |
5818956 | Tuli | Oct 1998 | A |
5838306 | O'Connor | Nov 1998 | A |
5848176 | Hara et al. | Dec 1998 | A |
5850450 | Schweitzer et al. | Dec 1998 | A |
5852670 | Setlak et al. | Dec 1998 | A |
5864296 | Upton | Jan 1999 | A |
5887343 | Salatino et al. | Mar 1999 | A |
5903225 | Schmitt et al. | May 1999 | A |
5915757 | Tsuyama et al. | Jun 1999 | A |
5920384 | Borza | Jul 1999 | A |
5920640 | Salatino et al. | Jul 1999 | A |
5940526 | Setlak et al. | Aug 1999 | A |
5999637 | Toyoda et al. | Dec 1999 | A |
6002815 | Immega et al. | Dec 1999 | A |
6016355 | Dickinson et al. | Jan 2000 | A |
6052475 | Upton | Apr 2000 | A |
6067368 | Setlak et al. | May 2000 | A |
6073343 | Petrick et al. | Jun 2000 | A |
6076566 | Lowe | Jun 2000 | A |
6088585 | Schmitt et al. | Jul 2000 | A |
6098175 | Lee | Aug 2000 | A |
6118318 | Fifield et al. | Sep 2000 | A |
6134340 | Hsu et al. | Oct 2000 | A |
6157722 | Lerner et al. | Dec 2000 | A |
6161213 | Lofstrom | Dec 2000 | A |
6175407 | Santor | Jan 2001 | B1 |
6182892 | Angelo et al. | Feb 2001 | B1 |
6185318 | Jain et al. | Feb 2001 | B1 |
6241288 | Bergenek et al. | Jun 2001 | B1 |
6259108 | Antonelli et al. | Jul 2001 | B1 |
6289114 | Mainguet | Sep 2001 | B1 |
6317508 | Kramer et al. | Nov 2001 | B1 |
6320394 | Tartagni | Nov 2001 | B1 |
6333989 | Borza | Dec 2001 | B1 |
6337919 | Dunton | Jan 2002 | B1 |
6346739 | Lepert et al. | Feb 2002 | B1 |
6347040 | Fries et al. | Feb 2002 | B1 |
6360004 | Akizuki | Mar 2002 | B1 |
6362633 | Tartagni | Mar 2002 | B1 |
6392636 | Ferrari et al. | May 2002 | B1 |
6400836 | Senior | Jun 2002 | B2 |
6408087 | Kramer | Jun 2002 | B1 |
6473072 | Comiskey et al. | Oct 2002 | B1 |
6509501 | Eicken et al. | Jan 2003 | B2 |
6539101 | Black | Mar 2003 | B1 |
6580816 | Kramer et al. | Jun 2003 | B2 |
6643389 | Raynal et al. | Nov 2003 | B1 |
6672174 | Deconde et al. | Jan 2004 | B2 |
6710461 | Chou et al. | Mar 2004 | B2 |
6738050 | Comiskey et al. | May 2004 | B2 |
6741729 | Bjorn et al. | May 2004 | B2 |
6757002 | Oross et al. | Jun 2004 | B1 |
6766040 | Catalano et al. | Jul 2004 | B1 |
6785407 | Tschudi et al. | Aug 2004 | B1 |
6838905 | Doyle | Jan 2005 | B1 |
6886104 | McClurg et al. | Apr 2005 | B1 |
6897002 | Teraoka et al. | May 2005 | B2 |
6898299 | Brooks | May 2005 | B1 |
6937748 | Schneider et al. | Aug 2005 | B1 |
6941001 | Bolle et al. | Sep 2005 | B1 |
6941810 | Okada | Sep 2005 | B2 |
6950540 | Higuchi | Sep 2005 | B2 |
6959874 | Bardwell | Nov 2005 | B2 |
6963626 | Shaeffer et al. | Nov 2005 | B1 |
6970584 | O'Gorman et al. | Nov 2005 | B2 |
6980672 | Saito et al. | Dec 2005 | B2 |
6983882 | Cassone | Jan 2006 | B2 |
7013030 | Wong et al. | Mar 2006 | B2 |
7020591 | Wei et al. | Mar 2006 | B1 |
7030860 | Hsu et al. | Apr 2006 | B1 |
7035443 | Wong | Apr 2006 | B2 |
7042535 | Katoh et al. | May 2006 | B2 |
7043061 | Hamid et al. | May 2006 | B2 |
7043644 | DeBruine | May 2006 | B2 |
7046230 | Zadesky et al. | May 2006 | B2 |
7064743 | Nishikawa | Jun 2006 | B2 |
7099496 | Benkley | Aug 2006 | B2 |
7110577 | Tschudi | Sep 2006 | B1 |
7113622 | Hamid | Sep 2006 | B2 |
7126389 | McRae et al. | Oct 2006 | B1 |
7129926 | Mathiassen et al. | Oct 2006 | B2 |
7136514 | Wong | Nov 2006 | B1 |
7146024 | Benkley | Dec 2006 | B2 |
7146026 | Russon et al. | Dec 2006 | B2 |
7146029 | Manansala | Dec 2006 | B2 |
7190816 | Mitsuyu et al. | Mar 2007 | B2 |
7194392 | Tuken et al. | Mar 2007 | B2 |
7197168 | Russo | Mar 2007 | B2 |
7200250 | Chou | Apr 2007 | B2 |
7251351 | Mathiassen et al. | Jul 2007 | B2 |
7258279 | Schneider et al. | Aug 2007 | B2 |
7260246 | Fujii | Aug 2007 | B2 |
7263212 | Kawabe | Aug 2007 | B2 |
7263213 | Rowe | Aug 2007 | B2 |
7289649 | Walley et al. | Oct 2007 | B1 |
7290323 | Deconde et al. | Nov 2007 | B2 |
7308121 | Mathiassen et al. | Dec 2007 | B2 |
7308122 | McClurg et al. | Dec 2007 | B2 |
7321672 | Sasaki et al. | Jan 2008 | B2 |
7356169 | Hamid | Apr 2008 | B2 |
7360688 | Harris | Apr 2008 | B1 |
7369685 | DeLeon | May 2008 | B2 |
7379569 | Chikazawa et al. | May 2008 | B2 |
7409876 | Ganapathi et al. | Aug 2008 | B2 |
7412083 | Takahashi | Aug 2008 | B2 |
7424618 | Roy et al. | Sep 2008 | B2 |
7447339 | Mimura et al. | Nov 2008 | B2 |
7447911 | Chou et al. | Nov 2008 | B2 |
7460697 | Erhart et al. | Dec 2008 | B2 |
7463756 | Benkley | Dec 2008 | B2 |
7505611 | Fyke | Mar 2009 | B2 |
7505613 | Russo | Mar 2009 | B2 |
7565548 | Fiske et al. | Jul 2009 | B2 |
7574022 | Russo | Aug 2009 | B2 |
7643950 | Getzin et al. | Jan 2010 | B1 |
7646897 | Fyke | Jan 2010 | B2 |
7681232 | Nordentoft et al. | Mar 2010 | B2 |
7689013 | Shinzaki | Mar 2010 | B2 |
7706581 | Drews et al. | Apr 2010 | B2 |
7733697 | Picca et al. | Jun 2010 | B2 |
7751601 | Benkley | Jul 2010 | B2 |
7843438 | Onoda | Nov 2010 | B2 |
7899216 | Watanabe et al. | Mar 2011 | B2 |
7953258 | Dean et al. | May 2011 | B2 |
8005276 | Dean et al. | Aug 2011 | B2 |
8031916 | Abiko et al. | Oct 2011 | B2 |
8077935 | Geoffroy et al. | Dec 2011 | B2 |
8107212 | Nelson et al. | Jan 2012 | B2 |
8116540 | Dean et al. | Feb 2012 | B2 |
8131026 | Benkley et al. | Mar 2012 | B2 |
20010026636 | Mainguet | Oct 2001 | A1 |
20010030644 | Allport | Oct 2001 | A1 |
20010036299 | Senior | Nov 2001 | A1 |
20010043728 | Kramer et al. | Nov 2001 | A1 |
20020025062 | Black | Feb 2002 | A1 |
20020061125 | Fujii | May 2002 | A1 |
20020064892 | Lepert et al. | May 2002 | A1 |
20020067845 | Griffis | Jun 2002 | A1 |
20020089410 | Janiak et al. | Jul 2002 | A1 |
20020122026 | Bergstrom | Sep 2002 | A1 |
20020126516 | Jeon | Sep 2002 | A1 |
20020133725 | Roy et al. | Sep 2002 | A1 |
20020181749 | Matsumoto et al. | Dec 2002 | A1 |
20030002717 | Hamid | Jan 2003 | A1 |
20030002719 | Hamid et al. | Jan 2003 | A1 |
20030035570 | Benkley | Feb 2003 | A1 |
20030063782 | Acharya et al. | Apr 2003 | A1 |
20030068072 | Hamid | Apr 2003 | A1 |
20030076301 | Tsuk et al. | Apr 2003 | A1 |
20030076303 | Huppi | Apr 2003 | A1 |
20030095096 | Robbin et al. | May 2003 | A1 |
20030102874 | Lane et al. | Jun 2003 | A1 |
20030123714 | O'Gorman et al. | Jul 2003 | A1 |
20030123715 | Uchida | Jul 2003 | A1 |
20030141959 | Keogh et al. | Jul 2003 | A1 |
20030147015 | Katoh et al. | Aug 2003 | A1 |
20030161510 | Fujii | Aug 2003 | A1 |
20030161512 | Mathiassen et al. | Aug 2003 | A1 |
20030169228 | Mathiassen et al. | Sep 2003 | A1 |
20030174871 | Yoshioka et al. | Sep 2003 | A1 |
20030186157 | Teraoka et al. | Oct 2003 | A1 |
20030209293 | Sako et al. | Nov 2003 | A1 |
20030224553 | Manansala | Dec 2003 | A1 |
20040012773 | Puttkammer | Jan 2004 | A1 |
20040022001 | Chu et al. | Feb 2004 | A1 |
20040042642 | Bolle et al. | Mar 2004 | A1 |
20040050930 | Rowe | Mar 2004 | A1 |
20040066613 | Leitao | Apr 2004 | A1 |
20040076313 | Bronstein et al. | Apr 2004 | A1 |
20040081339 | Benkley | Apr 2004 | A1 |
20040096086 | Miyasaka et al. | May 2004 | A1 |
20040113956 | Bellwood et al. | Jun 2004 | A1 |
20040120400 | Linzer | Jun 2004 | A1 |
20040125993 | Zhao et al. | Jul 2004 | A1 |
20040129787 | Saito | Jul 2004 | A1 |
20040136612 | Meister et al. | Jul 2004 | A1 |
20040172339 | Snelgrove et al. | Sep 2004 | A1 |
20040179718 | Chou | Sep 2004 | A1 |
20040184641 | Nagasaka et al. | Sep 2004 | A1 |
20040190761 | Lee | Sep 2004 | A1 |
20040208346 | Baharav et al. | Oct 2004 | A1 |
20040208347 | Baharav et al. | Oct 2004 | A1 |
20040208348 | Baharav et al. | Oct 2004 | A1 |
20040213441 | Tschudi | Oct 2004 | A1 |
20040215689 | Dooley et al. | Oct 2004 | A1 |
20040228505 | Sugimoto | Nov 2004 | A1 |
20040228508 | Shigeta | Nov 2004 | A1 |
20040240712 | Rowe et al. | Dec 2004 | A1 |
20040252867 | Lan et al. | Dec 2004 | A1 |
20050036665 | Higuchi | Feb 2005 | A1 |
20050047485 | Khayrallah et al. | Mar 2005 | A1 |
20050100196 | Scott et al. | May 2005 | A1 |
20050110103 | Setlak | May 2005 | A1 |
20050111708 | Chou | May 2005 | A1 |
20050123176 | Ishii et al. | Jun 2005 | A1 |
20050136200 | Durell et al. | Jun 2005 | A1 |
20050139656 | Arnouse | Jun 2005 | A1 |
20050139685 | Kozlay | Jun 2005 | A1 |
20050162402 | Watanachote | Jul 2005 | A1 |
20050169503 | Howell et al. | Aug 2005 | A1 |
20050210271 | Chou et al. | Sep 2005 | A1 |
20050219200 | Weng | Oct 2005 | A1 |
20050220329 | Payne et al. | Oct 2005 | A1 |
20050231213 | Chou et al. | Oct 2005 | A1 |
20050238212 | Du et al. | Oct 2005 | A1 |
20050244038 | Benkley | Nov 2005 | A1 |
20050244039 | Geoffroy et al. | Nov 2005 | A1 |
20050249386 | Juh | Nov 2005 | A1 |
20050258952 | Utter et al. | Nov 2005 | A1 |
20050269402 | Spitzer et al. | Dec 2005 | A1 |
20060055500 | Burke et al. | Mar 2006 | A1 |
20060066572 | Yumoto et al. | Mar 2006 | A1 |
20060078176 | Abiko et al. | Apr 2006 | A1 |
20060083411 | Benkley | Apr 2006 | A1 |
20060110537 | Huang et al. | May 2006 | A1 |
20060140461 | Kim et al. | Jun 2006 | A1 |
20060144953 | Takao | Jul 2006 | A1 |
20060170528 | Fukushige et al. | Aug 2006 | A1 |
20060187200 | Martin | Aug 2006 | A1 |
20060210082 | Devadas et al. | Sep 2006 | A1 |
20060214512 | Iwata | Sep 2006 | A1 |
20060239514 | Watanabe et al. | Oct 2006 | A1 |
20060249008 | Luther | Nov 2006 | A1 |
20060261174 | Zellner et al. | Nov 2006 | A1 |
20060271793 | Devadas et al. | Nov 2006 | A1 |
20060287963 | Steeves et al. | Dec 2006 | A1 |
20070031011 | Erhart et al. | Feb 2007 | A1 |
20070036400 | Watanabe et al. | Feb 2007 | A1 |
20070057763 | Blattner et al. | Mar 2007 | A1 |
20070067828 | Bychkov | Mar 2007 | A1 |
20070076926 | Schneider et al. | Apr 2007 | A1 |
20070076951 | Tanaka et al. | Apr 2007 | A1 |
20070086634 | Setlak et al. | Apr 2007 | A1 |
20070090312 | Stallings et al. | Apr 2007 | A1 |
20070138299 | Mitra | Jun 2007 | A1 |
20070180261 | Akkermans et al. | Aug 2007 | A1 |
20070198141 | Moore | Aug 2007 | A1 |
20070198435 | Siegal et al. | Aug 2007 | A1 |
20070228154 | Tran | Oct 2007 | A1 |
20070237366 | Maletsky | Oct 2007 | A1 |
20070248249 | Stoianov | Oct 2007 | A1 |
20080002867 | Mathiassen et al. | Jan 2008 | A1 |
20080013805 | Sengupta et al. | Jan 2008 | A1 |
20080019578 | Saito et al. | Jan 2008 | A1 |
20080049987 | Champagne et al. | Feb 2008 | A1 |
20080063245 | Benkley et al. | Mar 2008 | A1 |
20080069412 | Champagne et al. | Mar 2008 | A1 |
20080126260 | Cox et al. | May 2008 | A1 |
20080169345 | Keane et al. | Jul 2008 | A1 |
20080170695 | Adler et al. | Jul 2008 | A1 |
20080175450 | Scott et al. | Jul 2008 | A1 |
20080178008 | Takahashi et al. | Jul 2008 | A1 |
20080179112 | Qin et al. | Jul 2008 | A1 |
20080201265 | Hewton | Aug 2008 | A1 |
20080205714 | Benkley et al. | Aug 2008 | A1 |
20080219521 | Benkley et al. | Sep 2008 | A1 |
20080223925 | Saito et al. | Sep 2008 | A1 |
20080226132 | Gardner | Sep 2008 | A1 |
20080240523 | Benkley et al. | Oct 2008 | A1 |
20080267462 | Nelson et al. | Oct 2008 | A1 |
20090130369 | Huang et al. | May 2009 | A1 |
20090153297 | Gardner | Jun 2009 | A1 |
20090154779 | Satyan et al. | Jun 2009 | A1 |
20090155456 | Benkley et al. | Jun 2009 | A1 |
20090169071 | Bond et al. | Jul 2009 | A1 |
20090174974 | Huang et al. | Jul 2009 | A1 |
20090237135 | Ramaraju et al. | Sep 2009 | A1 |
20090252384 | Dean et al. | Oct 2009 | A1 |
20090252385 | Dean et al. | Oct 2009 | A1 |
20090252386 | Dean et al. | Oct 2009 | A1 |
20090279742 | Abiko | Nov 2009 | A1 |
20090324028 | Russo | Dec 2009 | A1 |
20100026451 | Erhart et al. | Feb 2010 | A1 |
20100045705 | Vertegaal et al. | Feb 2010 | A1 |
20100083000 | Kesanupalli et al. | Apr 2010 | A1 |
20100119124 | Satyan | May 2010 | A1 |
20100123675 | Ippel | May 2010 | A1 |
20100176823 | Thompson et al. | Jul 2010 | A1 |
20100176892 | Thompson et al. | Jul 2010 | A1 |
20100177940 | Thompson et al. | Jul 2010 | A1 |
20100180136 | Thompson et al. | Jul 2010 | A1 |
20100189314 | Benkley et al. | Jul 2010 | A1 |
20100208953 | Gardner et al. | Aug 2010 | A1 |
20100244166 | Shibuta et al. | Sep 2010 | A1 |
20100272329 | Benkley | Oct 2010 | A1 |
20100284565 | Benkley et al. | Nov 2010 | A1 |
20110002461 | Erhart et al. | Jan 2011 | A1 |
20110018556 | Le et al. | Jan 2011 | A1 |
20110102567 | Erhart | May 2011 | A1 |
20110102569 | Erhart | May 2011 | A1 |
20110182486 | Valfridsson et al. | Jul 2011 | A1 |
20110214924 | Perezselsky et al. | Sep 2011 | A1 |
20110267298 | Erhart et al. | Nov 2011 | A1 |
20110298711 | Dean et al. | Dec 2011 | A1 |
20110304001 | Erhart et al. | Dec 2011 | A1 |
20120044639 | Garcia | Feb 2012 | A1 |
Number | Date | Country |
---|---|---|
2213813 | Oct 1973 | DE |
0929028 | Jan 1998 | EP |
0905646 | Mar 1999 | EP |
0973123 | Jan 2000 | EP |
1018697 | Jul 2000 | EP |
1139301 | Oct 2001 | EP |
1531419 | May 2005 | EP |
1533759 | May 2005 | EP |
1538548 | Jun 2005 | EP |
1624399 | Feb 2006 | EP |
1939788 | Jul 2008 | EP |
2331613 | May 1999 | GB |
2480919 | Dec 2011 | GB |
04158434 | Jun 1992 | JP |
2005242856 | Sep 2005 | JP |
WO 9003620 | Apr 1990 | WO |
WO 9858342 | Dec 1998 | WO |
WO 99028701 | Jun 1999 | WO |
WO 99043258 | Sep 1999 | WO |
WO 0122349 | Mar 2001 | WO |
WO 0194902 | Dec 2001 | WO |
WO 0194902 | Dec 2001 | WO |
WO 0195304 | Dec 2001 | WO |
WO 0211066 | Feb 2002 | WO |
WO 0247018 | Jun 2002 | WO |
WO 0247018 | Jun 2002 | WO |
WO 0261668 | Aug 2002 | WO |
WO 02077907 | Oct 2002 | WO |
WO 03063054 | Jul 2003 | WO |
WO 03075210 | Sep 2003 | WO |
WO 2004066194 | Aug 2004 | WO |
WO 2004066693 | Aug 2004 | WO |
WO 20050104012 | Nov 2005 | WO |
WO 2005106774 | Nov 2005 | WO |
WO 2005106774 | Nov 2005 | WO |
WO 2006040724 | Apr 2006 | WO |
WO 2006041780 | Apr 2006 | WO |
WO 2007011607 | Jan 2007 | WO |
WO 2008033264 | Mar 2008 | WO |
WO 2008033264 | Mar 2008 | WO |
WO 2008033265 | Jun 2008 | WO |
WO 2008033265 | Jun 2008 | WO |
WO 2008137287 | Nov 2008 | WO |
WO 2009002599 | Dec 2008 | WO |
WO 2009002599 | Dec 2008 | WO |
WO 2009029257 | Jun 2009 | WO |
WO 2009079219 | Jun 2009 | WO |
WO 2009079221 | Jun 2009 | WO |
WO 2009079257 | Jun 2009 | WO |
WO 2009079262 | Jun 2009 | WO |
WO 2010034036 | Mar 2010 | WO |
WO 2010036445 | Apr 2010 | WO |
WO 2010143597 | Dec 2010 | WO |
WO 2011053797 | May 2011 | WO |
Number | Date | Country | |
---|---|---|---|
20080279373 A1 | Nov 2008 | US |
Number | Date | Country | |
---|---|---|---|
60928864 | May 2007 | US |