CONFIGURATION FOR AUTHENTICATING A VIRTUAL ITEM

Information

  • Patent Application
  • 20190266650
  • Publication Number
    20190266650
  • Date Filed
    February 28, 2018
    6 years ago
  • Date Published
    August 29, 2019
    5 years ago
Abstract
A process generates a certificate of authenticity for a virtual item. Further, the process sends, with the processor, the certificate of authenticity to a decentralized network of computing devices such that two or more of the computing devices store the certificate of authenticity. The two or more of the computing devices receive, from a user device that provides a virtual reality experience in which a virtual item is purchased, a request for authentication of the certificate of authenticity. In addition, the two or more computing devices authenticate the certificate of authenticity based on one or more consistency criteria for the certificate of authenticity being met by the two or more computing devices.
Description
BACKGROUND
1. Field

This disclosure generally relates to the field of authentication. More particularly, the disclosure relates to a configuration for authenticating a virtual item.


2. General Background

The authenticity of real-world collectors' items (e.g., paintings, sculptures, etc.) is typically established by documenting the ownership history of the item in question. Various forms of proof may be used to establish such ownership history, but are somewhat questionable in a real-world environment and are often far more difficult to obtain in a virtual environment. Further, in a virtual environment where electronic duplication is significantly faster than a real-world environment, authenticating an artist's work is even more difficult.


SUMMARY

In one aspect, a computer program product comprises a non-transitory computer readable storage device having a computer readable program stored thereon. The computer readable program when executed on a computer causes the computer to generate, with a processor, a certificate of authenticity for a virtual item. Further, the computer readable program when executed on the computer causes the computer to send, with the processor, the certificate of authenticity to a decentralized network of computing devices such that two or more of the computing devices store the certificate of authenticity, receive, from a user device that provides a virtual reality experience in which a virtual item is purchased, a request for authentication of the certificate of authenticity, and authenticate the certificate of authenticity based on one or more consistency criteria for the certificate of authenticity being met by the two or more computing devices.


In another aspect, an apparatus has a processor that performs the functionality of the computer readable program. In yet another aspect, a process performs such functionality.





BRIEF DESCRIPTION OF THE DRAWINGS

The above-mentioned features of the present disclosure will become more apparent with reference to the following description taken in conjunction with the accompanying drawings, wherein like reference numerals denote like elements and in which:



FIG. 1 illustrates a virtual item authentication system that is used to generate authentication credentials for a virtual item.



FIG. 2 illustrates a decentralized authentication configuration for authenticating the certificate of authenticity generated by the virtual item authentication system illustrated in FIG. 1.



FIG. 3 Illustrates an example of a data structure that may be used by each of the computing devices illustrated in FIG. 2 to store the certificate of authenticity.



FIG. 4A illustrates the user device illustrated in FIG. 3 being used in a virtual configuration.



FIG. 4B illustrates an example of a graphical user interface (“GUI”) rendered by a display screen inside of the virtual reality (“VR”) headset illustrated in FIG. 4A.



FIG. 4C illustrates the result indicium displaying a positive result that the virtual item is authentic.



FIG. 4D illustrates the result indicium displaying a negative result that the virtual item is not authentic.



FIG. 5 illustrates a process that may be used to generate the certificate of authenticity.



FIG. 6 illustrates a process that may be used to authenticate the certificate of authenticity.





DETAILED DESCRIPTION

A configuration for authenticating authorship and/or origin of a virtual item is provided. The configuration allows users to verify the authenticity of an item prior to, in conjunction with, or after purchase in a virtual experience such as in a VR environment, augmented reality (“AR”) environment, video game, website, etc. Further, the configuration reduces the possibility of viable, yet non-authentic, copies of that virtual item. In particular, the configuration uses a decentralized network to store credentials for a virtual item amongst multiple devices. Rather than having the credentials for a virtual item stored in a centralized location such as a server, which provides a single point of security vulnerability for obtaining and copying the credentials, the configuration reduces that risk by storing the credentials on multiple devices.



FIG. 1 illustrates a virtual item authentication system 100 that is used to generate authentication credentials for a virtual item. In one aspect, the virtual item authentication system 100 generates a certificate of authenticity for the virtual item. The virtual item authentication system 100 then distributes the certificate of authenticity to multiple devices. For example, the multiple devices may each store the certificate of authenticity in a blockchain ledger (e.g., a data structure such as a linked list) that includes other certificates of authenticity; each blockchain ledger stored on its corresponding device should match the blockchain ledger stored on the other devices in the decentralized network.


In one aspect, the author of the virtual item has a private key that is used to generate a digital signature that is accompanied with the certificate of authenticity in the blockchain ledgers. To authenticate the certificate of authenticity, the multiple devices may communicate with each other and compare the digital signatures to ensure that the digital signature stored in multiple blockchain ledgers is that of the author.


In one aspect, the blockchain ledger stores the actual certificates of authenticity. In addition, or in the alternative, the blockchain ledger stores transactions that establish a chain of title (i.e., a history transactions effectuating transfer of ownership) for the virtual item.


In another aspect, the blockchain ledger is particular to certificates of authenticity. In yet another aspect, the blockchain ledger may store other types of data and transactions (i.e., not associated with certificates of authenticity) in blocks of the linked list along with the certificates of authenticity.


As illustrated, the virtual item authentication system 100 comprises a processor 102, a memory 106, e.g., random access memory (“RAM”) and/or read only memory (“ROM”), a data storage device 108, and various input/output (“I/O”) devices 104. The I/O devices 104 (e.g., hand controller, headset, keyboard, mouse, joystick, camera, biometric sensor, mobile device, wearable devices, etc.) may be used by an author to compose the virtual item. For example, the author may draw a virtual painting, sculpt a virtual sculpture, etc. via inputs that are recognized by the I/O devices 104.


After composing the virtual item, the author may also use the I/O devices 104 to provide inputs to certificate of generation code 110 stored on the data storage device 108. As a result, a certificate of authenticity is generated for the virtual item. For example, one of the inputs may be a digital signature performed by the author with the private key of a private-public key encryption pair.


In one aspect, the data storage device 108 loads the certificate generation code 110 from a computer readable storage device, e.g., a magnetic or optical drive, diskette, or non-volatile memory, DVD, CD-ROM, etc. In another aspect, the data storage device 108 is the computer readable storage device. As such, the certificate generation code 110 and associated data structures of the present disclosure may be stored on a computer readable storage device.


The virtual item authentication system 100 improves the functioning of a computing device by reducing the processing time that an authentication system uses to authenticate a virtual item. In contrast with a system expending resources trying to obtain various forms of proof for authenticating a virtual item via third-party intermediaries, which may involve a significant amount of processing time, the virtual item authentication system 100 generates a certificate of authenticity that allows for real-time (i.e., without a perceivable time delay), or substantially real-time, authentication of the virtual item by multiple devices. For example, multiple devices may each independently verify the digital signature of the certificate of authenticity via the public key included in, or with, the certificate of authenticity generated by the processor 102 in a simultaneous (i.e., without a perceivable time delay), or substantially simultaneous, manner. As a result, the decentralized network of multiple devices is a trusted authentication system that independently authenticates the certificate of authenticity without additional resources being expended on communicating with a third-party expert that would manually examine the certificate of authenticity. Therefore, the virtual item authentication system 100 is a technological solution that reduces the processing time for authenticating the certificate of authenticity and realistically allows for a purchase and authentication of a virtual item in real-time or substantially real-time.



FIG. 2 illustrates a decentralized authentication configuration 200 for authenticating the certificate of authenticity generated by the virtual item authentication system 100 illustrated in FIG. 1. As an example, the virtual item authentication system 100 is illustrated as a laptop; various other computing devices (e.g., desktop computer, smartphone, tablet device, etc.) may be used instead.


After generating the certificate of authenticity described with respect to FIG. 1, the virtual item authentication system 100 sends the certificate of authenticity, and any associated data (e.g., a digital signature, a public key, etc.), through a decentralized network 201 to various computing devices 202a-202c. In other words, each of the various computing devices 202a-202c stores the certificate of authenticity. Accordingly, the decentralized authentication configuration 200 reduces the possibility of the certificate of authenticity being tampered with or manipulated, which may have occurred if the certificate of authenticity was stored only in one location.


When a user purchases a virtual item, the user may authenticate, via a user device 203, the corresponding certificate of authenticity. For instance, the decentralized authentication configuration 200 may receive an authentication request from the user device 203. Two or more of the computing devices 202a-202c may compare their respective versions of the certificate of authenticity and/or verify the digital signatures of the certificate of authenticity. In other words, the computing devices 202a-202c may communicate with each other to perform a peer-to-peer authentication of the certificate of authenticity. Further, the two or more of the computing devices 202a-202c may also compare other portions of their respective blockchain ledgers—not necessarily associated with the virtual item being authenticated—to ensure that the blockchain as a whole has not been manipulated.


As examples, the computing device 202a is illustrated as a smartphone, the computing device 202b is illustrated as a tablet device, and the computing device 202c is illustrated as a desktop personal computer (“PC”); a variety of other computing devices may be used instead. Further, three computing devices 202a-202c are illustrated only as examples as two or more computing devices 202a-202c may be used in the decentralized authentication configuration 200.



FIG. 3 Illustrates an example of a data structure 300 that may be used by each of the computing devices 202a-202c illustrated in FIG. 2 to store the certificate of authenticity. For example, a blockchain in the form of a linked list data structure may have a series of blocks 301a-301d. Each block may store one or more certificates of authenticity. For instance, block 301a (e.g., the oldest block) may store certificates of authenticity one through one hundred, block 301b may store certificates of authenticity one hundred one through two hundred, block 301c may store certificates of authenticity two hundred one through three hundred, and block 301d may store certificates of authenticity three hundred one through four hundred.


In addition, each block may store an authentication parameter (e.g., a hash function) that is based on data from the previous block. For example, block 301b may store a hash function H (block 301a) that is the result of a hash function being performed on all, or some, of the certificate of authenticity data stored in block 301a. Further, block 301c may store the same hash function (or possibly a different Hash function) H (block 301b) that is the result of the hash function being performed on all, or some, of the certificate of authenticity data stored in block 301b. The blockchain mechanism illustrated in FIG. 3 may be used for subsequent blocks as blocks are added to the data structure 300.


Other than verifying the digital signatures of the particular certificate of authenticity that is being authenticated, the computing devices 202a-c (FIG. 2) may also compare hash function results for each of the blocks of their respective data structures 300. For example, the hash function applied to the data of block 301b should equal the same result stored in block 301c for each of the respective data structures 300 stored by the computing devices 202a-c. Therefore, the computing devices 202a-c may traverse their respective data structures 300 (i.e., via pointers stored in each block that point to the next block in the sequence) and compare the hash function results to ensure the integrity of the entire data structure 300. If one or more blocks are compromised in any of the blockchain ledgers, the particular certificate of authenticity for which the user device 203 requests authentication may not be authenticated by the decentralized authentication configuration 200.


In one aspect, each certificate of authenticity is a token. In other words, the token associated with the certificate of authenticity is generated upon the author providing the certificate of authenticity for storage in the data structure 300. Any transactions associated with that token (i.e., a sale of the virtual item and corresponding certificate of authenticity) may then also be recorded in the blockchain ledger so that a chain of title may be established for the virtual item. Accordingly, various forms of consistency criteria (e.g., digital signature verification, blockchain ledger integrity, etc.) may be used to authenticate the certificate of authenticity.



FIG. 4A illustrates the user device 203 illustrated in FIG. 3 being used in a virtual configuration 400. For example, the user device 203 may be a VR headset that provides a user 401 with a VR experience via inputs provided by one or more hand controllers 406. Other types of user devices 203 may be used to provide other types of virtual experiences (e.g., AR).



FIG. 4B illustrates an example of a GUI 405 rendered by a display screen inside of the VR headset 203 illustrated in FIG. 4A. The GUI 405 displays an image of a virtual item 404 that the user 401 purchased while immersed in the VR experience provided by the VR headset 203. The user 401 may provide an input (e.g., via a hand controller 406) to select an authentication indicium 402 (e.g., a menu button). After the user selects the authentication indicium 402, the GUI 405 displays a result indicium 407 as to whether or not the virtual item is authentic. For example, FIG. 4C illustrates the result indicium 407 displaying a positive result that the virtual item is authentic. By way of contrast, FIG. 4D illustrates the result indicium 407 displaying a negative result that the virtual item is not authentic.


In another aspect, the GUI 402 may be displayed by a computing device distinct from the VR headset 203. For example, the user 401 may be immersed in a VR experience via the VR headset 203, but then purchase the virtual item at a desktop pc after completion of the VR experience.



FIG. 5 illustrates a process 500 that may be used by the processor 102 illustrated in FIG. 1 to generate the certificate of authenticity. At a process block 502, the process 500 generates, with the processor 102, a certificate of authenticity for a virtual item. Further, at a process block 504, the process 500 sends, with the processor 102, the certificate of authenticity to a decentralized network 201 (FIG. 2) of computing devices 202a-c such that two or more of the computing devices 202a-c store the certificate of authenticity. The two or more of the computing devices 202a-c receive, from a user device 203 that provides a VR experience in which a virtual item is purchased, a request for authentication of the certificate of authenticity. In addition, the two or more computing devices 202a-c authenticate the certificate of authenticity based on one or more consistency criteria for the certificate of authenticity being met by the two or more computing devices 202a-c.


Further, FIG. 6 illustrates a process 600 that may be used to authenticate the certificate of authenticity generated by the processor 102 illustrated in FIG. 1. At a process block 602, the process 600 receives, at first computing device, a certificate of authenticity for a virtual item and a digital signature for the certificate of authenticity. Further, at a process block 604, the process 600 stores, with the first computing device, the certificate of authenticity with additional certificates of authenticity in a block of a blockchain data structure. In addition, at a process block 606, the process 600 generates, with the first computing device according to a hash function, a first hash result of data associated with the certificate of authenticity and the additional certificates of authenticity.


At a process block 608, the process 600 also receives, with the first computing device, a request for authentication of the certificate of authenticity. Further, at a process block 610 the process 600 decrypts, at the first computing device with a public key associated with the digital signature, the digital signature to provide a first layer of authentication of the certificate of authenticity. In addition, at a process block 612, the process 600 receives, at the first computing device through a decentralized network 201 (FIG. 2), a second hash result corresponding to an additional block storing the certificate of authenticity at a second computing device. At a process block 614, the process 600 compares, at the first computing device, the second hash result with the first hash result to provide a second layer of authentication of the certificate of authenticity.


The processes described herein may be implemented in a specialized processor. Such a processor will execute instructions, either at the assembly, compiled or machine-level, to perform the processes. Those instructions can be written by one of ordinary skill in the art following the description of the figures corresponding to the processes and stored or transmitted on a computer readable medium. The instructions may also be created using source code or any other known computer-aided design tool. A computer readable medium may be any medium, e.g., computer readable storage device, capable of carrying those instructions and include a CD-ROM, DVD, magnetic or other optical disc, tape, silicon memory (e.g., removable, non-removable, volatile or non-volatile), packetized or non-packetized data through wireline or wireless transmissions locally or remotely through a network. A computer is herein intended to include any device that has a specialized, general, multi-purpose, or single purpose processor as described above. For example, a computer may be a desktop computer, laptop, smartphone, tablet device, set top box, etc.


It is understood that the apparatuses, systems, computer program products, and processes described herein may also be applied in other types of apparatuses, systems, computer program products, and processes. Those skilled in the art will appreciate that the various adaptations and modifications of the aspects of the apparatuses, systems, computer program products, and processes described herein may be configured without departing from the scope and spirit of the present apparatuses, systems, computer program products, and processes. Therefore, it is to be understood that, within the scope of the appended claims, the present apparatuses, systems, computer program products, and processes may be practiced other than as specifically described herein.

Claims
  • 1. A computer program product comprising a non-transitory computer readable storage device having a computer readable program stored thereon, wherein the computer readable program when executed on a computer causes the computer to: generate, with a processor, a certificate of authenticity for a virtual item;send, with the processor, the certificate of authenticity to a decentralized network of computing devices such that two or more of the computing devices store the certificate of authenticity,receive, from a user device that provides a virtual reality experience in which a virtual item is purchased, a request for authentication of the certificate of authenticity, andauthenticate the certificate of authenticity based on one or more consistency criteria for the certificate of authenticity being met by the two or more computing devices.
  • 2. The computer program product of claim 1, wherein the decentralized network of computing devices generates a token corresponding to the certificate of authenticity, records the token in a block of a blockchain that is stored by two or more computing devices, and records the certificate of authenticity in the block.
  • 3. The computer program product of claim 2, wherein the computer is further caused to display a menu indicium at the user device, the menu indicium being associated with an authentication request for the certificate of authenticity.
  • 4. The computer program product of claim 3, wherein the menu indicium is displayed at the user device during the virtual reality experience.
  • 5. The computer program product of claim 1, wherein the one or more consistency criteria comprises a digital signature.
  • 6. The computer program product of claim 1, wherein the one or more consistency criteria comprises a match between a first hash function result of a first blockchain stored by a first of the two or more computing devices and a second hash function result of a second block stored by a second of the two or more computing devices.
  • 7. The computer program product of claim 1, wherein the first hash function result is based on data stored in a previous block that has a pointer with an address of a block storing the certificate of authenticity.
  • 8. An apparatus comprising: a processor that generates a certificate of authenticity for a virtual item and sends the certificate of authenticity to a decentralized network of computing devices such that two or more of the computing devices store the certificate of authenticity, receive, from a user device that provides a virtual reality experience in which a virtual item is purchased, a request for authentication of the certificate of authenticity, and authenticate the certificate of authenticity based on one or more consistency criteria for the certificate of authenticity being met by the two or more computing devices.
  • 9. The apparatus of claim 8, wherein the decentralized network of computing devices generates a token corresponding to the certificate of authenticity, records the token in a block of a blockchain that is stored by two or more computing devices, and records the certificate of authenticity in the block.
  • 10. The apparatus of claim 9, wherein the processor displays a menu indicium at the user device, the menu indicium being associated with an authentication request for the certificate of authenticity.
  • 11. The apparatus of claim 10, wherein the menu indicium is displayed at the user device during the virtual reality experience.
  • 12. The apparatus of claim 8, wherein the one or more consistency criteria comprises a digital signature.
  • 13. The apparatus of claim 8, wherein the one or more consistency criteria comprises a match between a first hash function result of a first blockchain stored by a first of the two or more computing devices and a second hash function result of a second block stored by a second of the two or more computing devices.
  • 14. The apparatus of claim 8, wherein the first hash function result is based on data stored in a previous block that has a pointer with an address of a block storing the certificate of authenticity.
  • 15. A method comprising: generating, with a processor, a certificate of authenticity for a virtual item;sending, with the processor, the certificate of authenticity to a decentralized network of computing devices such that two or more of the computing devices store the certificate of authenticity, receive, from a user device that provides a virtual reality experience in which a virtual item is purchased, a request for authentication of the certificate of authenticity, and authenticate the certificate of authenticity based on one or more consistency criteria for the certificate of authenticity being met by the two or more computing devices.
  • 16. The method of claim 15, wherein the decentralized network of computing devices generates a token corresponding to the certificate of authenticity, records the token in a block of a blockchain that is stored by two or more computing devices, and records the certificate of authenticity in the block.
  • 17. The method of claim 16, further comprising displaying a menu indicium at the user device, the menu indicium being associated with an authentication request for the certificate of authenticity.
  • 18. The method of claim 17, wherein the menu indicium is displayed at the user device during the virtual reality experience.
  • 19. The method of claim 15, wherein the one or more consistency criteria comprises a digital signature.
  • 20. The method of claim 15, wherein the one or more consistency criteria comprises a match between a first hash function result of a first blockchain stored by a first of the two or more computing devices and a second hash function result of a second block stored by a second of the two or more computing devices.