Czech Encryption

 PRNG

 Software random number generators (especially synchronous generators) are a very interesting topic to develop. Even if we take the Mersen twister, it repeats itself after some time. But if you randomly select numbers from this stream, the likelihood of repetition will decrease. We use the second software random number generator. If you then enter permutations of the resulting numbers, the likelihood of repetitions will further decrease. This can be done many times and use dozens of generators of dozens of types. In this case, if the procedure is the same on the transmitting and receiving sides, the same results will be obtained. Those. Synchronous generation is ensured without using an interaction channel.

For such systems, you can create a specialized programming language or a set of classes and methods. Of course, Android, iOS or Windows are not the operating systems on which cryptography systems are built. But they are convenient for creating and testing program prototypes.

Encryption

 

Comments

Popular posts from this blog

Android Photo Registrar OFLAMERON

Czech Entropy

Android Java Open Source