Posts

Showing posts from November, 2023

Czech Entropy PRNG

Image
  Android PRNG Figure 1 Figure 1 shows an example of a negative result of the graphical test “distribution of random numbers on a plane”. There are obvious patterns. In Figure 2 , the patterns are cut out - the “holes” mode is used. A special algorithm (for example, based on a neural network) identifies problematic areas of the data and excludes them from the output values. For consumers of random numbers, these "holes" simply do not exist or can be filled with values from arrays of numbers generated by other algorithms and having patterns in other areas. This approach can also be used for N-dimensional analysis. Figure 2 Sieve of Eratosthenes PS. A significant modernization of the number generation mechanism is planned.  Estimated - February 2024 Czech XOE Calculator

Czech Entropy PRNG

  Built-in language A "random" number generator from a set of objects with a built-in language for writing scripts (and programming) can create millions of algorithms for generating short keys (arrays of numbers). This will make it much more difficult to hack messages. This is an engineering (not mathematical) solution to improve encryption strength. Android Entropy PRNG https://t.me/s/czechencryption  

Czech Entropy PRNG

Image
  Entropy correction module We generate short arrays of numbers (keys) and use different algorithms each time. An entropy correction module ( EnCalibrate )  has been added to the application. In the basic version. Custom versions can be released in a short time. At the next stage, the ability to manually configure parameters for generating, converting and sampling numbers will be added. The first module (method) for setting up feedback in MULTIMODE mode is currently being tested. Czech Entropy PRNG PS. The application does not encrypt information. This is just a random number generator

Czech Entropy PRNG

Image
  MULTIMODE added A MULTIMODE mode The mode allows you to use part of the array of “random numbers” obtained in the first generation session as initial data for generating the next array of numbers. MULTIMODE mode starts with the SECOND press of the GENERATE button (if CheckBox  PRNG   Multimode is selected) The  CheckBox  PRNG  Multimode is not selected here Entered source text The  CheckBox  PRNG  Multimode  is selected here Czech Entropy APP Czech XOE Calculator

Czech Entropy PRNG

Image
  MULTIMODE added A MULTIMODE mode has been added to the application, when part of the generated “random numbers” is used as input data to generate new arrays of numbers. Mode is enabled by selecting CheckBox PRNG Multimode Czech Entropy APP

Czech Entropy APP

  Data Encryption In version 0.35, Czech Encryption APP the MULTIMODE mode was added - in this case, the already generated “random numbers” are recorded as source data for the next stage of generating and sampling numbers. By pressing the GENERATE button you create a new array of numbers and so on as many times as you like. Moreover, these arrays of numbers are repeatable under the same conditions. Czech Encode https://drive.google.com/file/d/1in6sX45yDGty7NyDGCskZhJYJ4wo8V_T/view?usp=sharing

Czech Entropy APP

Image
  Andriod PRNG The first version of the Java method for estimating, controlling and adjusting entropy has been written. The method will be debugged and added in version 0.4   Czech Entropy PRNG    

Czech entropy Android

  Android Java PRNG Czech Entropy APP - Added a second level of random number array processing Mode2 Download APK  https://drive.google.com/file/d/1in6sX45yDGty7NyDGCskZhJYJ4wo8V_T/view?usp=sharing   Czech entropy Android