Computer architecture for establishing data encryption in a correlithm object processing system

US11314537B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11314537-B2
Application numberUS-201815967179-A
CountryUS
Kind codeB2
Filing dateApr 30, 2018
Priority dateApr 30, 2018
Publication dateApr 26, 2022
Grant dateApr 26, 2022

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A system that includes a first device configured to send a set of real world values to a second device using an unsecure channel and to send a correlithm object algorithm and a correlithm object key to the second device using a secure channel. The first device is further configured to input the set of real world values and the correlithm object key into the correlithm object algorithm to generate a sensor table that identifies the set of real world values and a set of correlithm objects corresponding with the set of real world values. The first device is further configured to store the sensor table in a first memory.

First claim

Opening claim text (preview).

The invention claimed is: 1. A system configured to emulate a correlithm object processing system, comprising: a first device configured to: send a set of real world values to a second device using an unsecure channel; send a correlithm object algorithm and a correlithm object key to the second device using a secure channel; input the set of real world values and the correlithm object key into the correlithm object algorithm to generate a sensor table, wherein the sensor table that identifies: the set of real world values; and a set of correlithm objects corresponding with the set of real world values, wherein each correlithm object in the set of correlithm objects is an n-bit digital word of binary values; store the sensor table in a first memory; and the second device in signal communication with the first device, configured to: receive the set of real world values via the unsecure channel; receive the correlithm object algorithm and the correlithm object key via the secure channel; input the set of real world values and the correlithm object key into the correlithm object algorithm to generate an actor table, wherein the actor table that identifies: the set of real world values; and the set of correlithm objects, wherein each correlithm object in the set of correlithm objects is linked with a real world value from among the set of real world values; store the actor table in a second memory. 2. The system of claim 1 , wherein the first device is further configured to shuffle the order of real world value and correlithm object pairs in the sensor table after generating the sensor table. 3. The system of claim 1 , wherein the second device is further configured to shuffle the order of real world value and correlithm object pairs in the actor table after generating the actor table. 4. The system of claim 1 , wherein the first device is configured to send correlithm objects to the second device using the unsecure channel. 5. The system of claim 1 , wherein the first device is configured to send correlithm objects to the second device using the secure channel. 6. The system of claim 1 , wherein the first device is configured to link a sensor engine with the sensor table, wherein the sensor engine is configured to: receive an input real world value; identify a real world value from the sensor table based on the input real world input; fetch a correlithm object linked with the identified real world value from the sensor table; and output the identified correlithm object. 7. The system of claim 1 , wherein the second device is configured to link an actor engine with the actor table, wherein the actor engine is configured to: receive an input correlithm object; determine distances between the input correlithm object and each correlithm object in the actor table in response to receiving input correlithm object, wherein the distance between the input correlithm object and a correlithm object is based on differences between a digital word representing the input correlithm object and digital words representing each of the correlithm objects; identify a correlithm object from the actor table with the shortest distance; fetch a real world output value from the actor table linked with the identified correlithm object; and output the real world output value. 8. The system of claim 7 , wherein determining distances between the input correlithm object and each of the correlithm objects in the actor table comprises determining a Hamming distance between the input correlithm object and a correlithm object. 9. The system of claim 7 , wherein determining distances between the input correlithm object and each of the correlithm objects in the actor table comprises: performing an XOR operation between the input correlithm object and a correlithm object to generate a binary string; and counting the number of logical high values in the binary string, wherein the number of logical high values indicates a distance. 10. An encryption method, comprising: sending, by a first device, a set of real world values to a second device using an unsecure channel; sending, by the first device, a correlithm object algorithm and a correlithm object key to the second device using a secure channel; inputting, by the first device, the set of real world values and the correlithm object key into the correlithm object algorithm to generate a sensor table, wherein the sensor table that identifies: the set of real world values; and a set of correlithm objects corresponding with the set of real world values, wherein each correlithm object in the set of correlithm objects is an n-bit digital word of binary values; storing, by the first device, the sensor table in a first memory; receiving, by a second device, the set of real world values via the unsecure channel; receiving, by the second device, the correlithm object algorithm and the correlithm object key via the secure channel; inputting, by the second device, the set of real world values and the correlithm object key into the correlithm object algorithm to generate an actor table, wherein the actor table that identifies: the set of real world values; and the set of correlithm objects, wherein each correlithm object in the set of correlithm objects is linked with a real world value from among the set of real world values; and storing, by the second device, the actor table in a second memory. 11. The method of claim 10 , further comprising: shuffling, by the first device, the order of real world value and correlithm object pairs in the sensor table after generating the sensor table; and shuffling, by the second device, the order of real world value and correlithm object pairs in the actor table after generating the actor table. 12. The method of claim 10 , further comprising sending, by the first device, correlithm objects to the second device using the unsecure channel. 13. The method of claim 10 , further comprising sending, by the first device, correlithm objects to the second device using the secure channel. 14. A device configured to emulate a correlithm object processing system, comprising: a network interface in signal communication with a second device; a memory operable to store a sensor table that identifies: a set of real world values; and a set of correlithm objects corresponding with the set of real world values, wherein each correlithm object in the set of correlithm objects is an n-bit digital word of binary values; a processor operably coupled to the network interface and the memory, configured to: send the set of real world values to a second device using an unsecure channel; send a correlithm object algorithm and a correlithm object key to the second device using a secure channel; input the set of real world values and the correlithm object key into the correlithm object algorithm to generate the sensor table; and store the sensor table in a first memory. 15. The device of claim 14 , wherein the processor is further configured to shuffle the order of real world value and correlithm object pairs in the sensor table after generating the sensor table. 16. The device of claim 14 , wherein the network interface is further configured to send correlithm objects to the second device using the unsecure channel. 17. The device of claim 14 , wherein the network interface is configured to send correlithm objects to the second device using the secure channel. 18. The device of claim 1 , wherein the processor is further configured to link a sensor engine with the sensor tabl

Assignees

Inventors

Classifications

  • wherein the data content is protected, e.g. by encrypting or encapsulating the payload · CPC title

  • using different networks or channels, e.g. using out of band channels (cryptographic mechanisms or cryptographic arrangements for key distribution involving distinctive intermediate devices or communication paths H04L9/0827; cryptographic mechanisms or cryptographic arrangements for authentication using a plurality of channels H04L9/3215) · CPC title

  • Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation · CPC title

  • Key transport or distribution, i.e. key establishment techniques where one party creates or otherwise obtains a secret value, and securely transfers it to the other(s) (network architectures or network communication protocols for key distribution in a packet data network H04L63/062) · CPC title

  • Apparatus or methods whereby a given sequence of signs, e.g. an intelligible text, is transformed into an unintelligible sequence of signs by transposing the signs or groups of signs or by replacing them by others according to a predetermined system (cryptographic typewriters G09C3/00) · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US11314537B2 cover?
A system that includes a first device configured to send a set of real world values to a second device using an unsecure channel and to send a correlithm object algorithm and a correlithm object key to the second device using a secure channel. The first device is further configured to input the set of real world values and the correlithm object key into the correlithm object algorithm to genera…
Who is the assignee on this patent?
Bank Of America
What technology area does this patent fall under?
Primary CPC classification H04L63/0428. Mapped technology areas include Electricity.
When was this patent published?
Publication date Tue Apr 26 2022 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 3 related publications on this page (citations in our corpus or others sharing the same primary CPC).