## White Paper: CORA - Patterns and Probabilities

### Quantum Computers will not break CORA!

## What is needed to read the encrypted (CORAfied) data?

- **The Encryption package.**  
  - Multiple Use Pads (MUPs) are fast and reusable OTPs which have long been identified as 'perfect encryption'.  
  - CORA's MUPs vary in size. Why give a hacker 'any' information including the length of the encryption key?  
  - Unlike other forms of encryption in which each key is the same size, CORA is probabilistic and varies just about everything including the length of the MUP.  
  - MUPs are more than 1 million bits long; nothing compares to CORA.  
  - 1,000,000+ bit encryption is 10 300,413 times stronger than 2048 bit encryption.  
  - The MUP is dispersed and only exists as a complete key 'in memory'.
- **The catalog.**  
  - Connects the CORA blocs with the readable data.  
  - Centrally controlled.  
  - CORAfied (encrypted).
- **The CORA blocs.**  
  - CORA is a distributed solution.  
  - The number of CORA blocs varies.  
  - Each CORA bloc is needed without exception and without corruption.  
  - Each byte in each bloc must be exact; there cannot be any modification whatsoever.  
  - Ideally CORA blocs will be dispersed on 'different' devices and/or in the Cloud.  
  - With CORA, the Cloud becomes a value-added resource; a corporation (such as a bank) becomes more secure by saving 1 or 2 small, 2 kB CORA blocs to the Cloud, while keeping the rest in their data center.

#### make hacking irrelevant

What are the chances that a hacker will guess which 2, 3, 4... 40 CORA blocs go with one another?

Option 1 - we don't require that the CORA blocs be entered in the proper order. The total number of combinations to test between 2 and 40 CORA blocs is only (and that is with the MUP - which should never happen):

That's right, **1042 - unimaginable**, and that's with **only 200 CORA blocs**.

Option 2 - we require the proper order - then the total # of permutations is **1.68 x 1090**.

* * *

#### safe from Quantum Computers and makes hacking irrelevant

CORA hacking is irrelevant - YouTube

[CORA hacking is irrelevant](https://www.youtube.com/watch?v=Bvs1Uh1L_6s)

### Advantages of JavaScript

- **Speed** - being client-side, JavaScript is very fast since any code can be run immediately as opposed to having to contact the server and wait for a response.  
- **Versatility** - JavaScript interacts nicely with other languages and can be used with a large variety of applications being used online.
- **Extended functionality** - web designers and programmers can offer end users additional functionality.  
- **Communication** - JavaScript may minimize the number of trips between the client and server, and reduces the amount of data being transmitted between the server and end-user.

#### What JavaScript means to this website:

This website is designed to smoothly interact with browsers built into a computer, smartphone, or tablet. Such functionality requires JavaScript to be fully implemented.

1. **Information friendly** - the presentation of information in this website, including formal titles and collapsible regions, requires JavaScript.
2. **Navigation friendly** - presenting the end user with convenient and responsive navigation requires JavaScript.
3. **Contact information** being submitted to this website requires JavaScript; JavaScript validates and connects seamlessly with backend resources.

* * *

### How do I enable JavaScript?

The following links may be used to help you enable JavaScript in your modern browser:

- [http://www.activatejavascript.org/](http://www.activatejavascript.org/)
- [http://enable-javascript.com/](http://enable-javascript.com//)
- [http://www.wikihow.com/Turn-on-Javascript-in-Internet-Browsers](https://www.wikihow.com/Turn-on-Javascript-in-Internet-Browsers)
