Posts

Showing posts with the label Czech Entropy

Czech Entropy

  PRNG   The addition of neural networks can achieve advanced performance PRNG applications. And change them as many times as you like, maintaining synchronicity of work. public Double Prediction (Integer DataInput1, Integer DataInput2){     return neurons.get(5).compute(            neurons.get(4).compute(            neurons.get(2).compute(DataInput1, DataInput2),            neurons.get(1).compute(DataInput1, DataInput2)            ),            neurons.get(3).compute(            neurons.get(1).compute(DataInput1, DataInput2),            neurons.get(0).compute(DataInput1, DataInput2)      ...

Czech Entropy

  Synchronous random number generator Synchronous generators can be used in recursive encryption algorithms. When a received decrypted message or part of a message is "mixed" with some combination of bytes and used as the source of a newly generated array of numbers for encryption. You can completely dispense with books, magazines or news reports to obtain the same initial values to generate. Moreover, there is no need to store the decoded received message at all. You can immediately generate a new array of numbers based on it and store this array. But these are all rather old technical ideas. Which use a stable, constant algorithm. Imagine an application in which each message is encoded with a different algorithm (plus all sorts of permutations, packaging, compression, replacement), not similar to the previous one. It's like encrypting the first message using XOR, the second message using RSA, and so on. And not a single repetition. Those. Each message must be h...

Czech Entropy

Android APP Version 0.0 of the application CzechEntropy is available at  Download CzechEntropy.APK       When installing an application, you must have permission to work with memory (the application creates temporary files). The application generates an array of 60 "random" numbers based on the entered text (in the top field of the application). The text should be longer than 100-120 characters. If you use several identical smartphones with the same version of Android (build), then the same 60 “random” numbers will be generated for the same entered text. This version of the application uses one type of formless, irreversible transformation. Czech Entropy In the future, the quality of the generated synchronous sets of “random” numbers will be improved by adding transformations using other technologies, and a processing option that does not depend on the hardware and software version will be added. Czech Entropy          ...