CzechEncryption
1 subscriber
13 photos
13 links
Java Encryption software
Download Telegram
A fundamentally different module for generating pseudo-random numbers has been developed without depending on the hardware and Android build.
Czech Entropy ver 0.35.6 Block 3 http://shmeleff.com/CzechEntropy.apk
A new algorithm for calculating pseudorandom numbers. Without connection to hardware. An array of 50 numbers of size 1024 bits Czech Entropy PRNG ver 0.35.6 Block 3
Work has begun on an application module for calculating Hard Bits
Czech Entropy PRNG Block 4 Download (or install) http://shmeleff.com/CzechEntropy.apk Generated 1024 bits Array
Coming soon: fields will be added for entering 1024-bit prime numbers used to generate pseudo-random numbers.
Software synchronous random number generator Czech Entropy PRNG Block 4 is a program for Android that generates random numbers of 1024 bits. The app doesn't just generate numbers. By downloading the utility to your own smartphone, you can set the trigger data to generate an array of 50 random numbers. Triggering data - text in English or numbers longer than 100 characters. Additionally, if you specify the same trigger data, the application will generate the same set of random numbers. If users of the same version of the application, for example, in different countries, enter the same trigger data, the application will create the same 1024-bit arrays of random numbers. In this case, no synchronization channels are used. To improve the quality of generated random numbers, several generation levels with different algorithms and special quality improvement methods are used. To increase the generator's resistance to forecasting, the methods used are regularly updated. The application interface is very simple. In the top field you need to enter (or copy and paste) text longer than 100 characters. Then the |GENERATE| button will become available, which starts the generator. The generation process is quick and one of the 50 generated numbers is displayed in the second field on the smartphone screen. Button |COPY INT TO CLIPBOARD| copies all 50 generated numbers to the standard Android clipboard. From where you can paste them into any other application - email, SMS, editor, etc. The generated numbers can be used as trigger data for the next round of random number generation, thus creating feedback. Using the checkbox you can disable system notifications sent to Android. |GUIDE| button Provides access to a description of the application and additional resources to help you get the most out of the application. Czech Entropy PRNG Block 4 app does not require any permissions. Shared Links https://www.upload-apk.com/CyMRIyvMX9xsGnI
The Android application CzechEntropyPRNG1024bit.apk searches for the closest prime number to the one entered by the user. You can enter a number up to 1024 bits in the top field and click the |FIND PRIME NUMBERS| button, after which the prime number closest to the specified one will be available in the second window. The application is intended for researchers, students, programmers. Direct link https://www.upload-apk.com/7bFoD0iONOhTh7B The application does not require ANY PERMISSIONS during installation. Work has begun on a module (Java method) that implements the algorithm for selecting prime numbers 3 (mod 4) for Blum Blum Shub.
Download link Android CzechEntropyPRNG1024bit.apk
http://wordgame.aiq.ru/CzechEntropy.apk
Android application for remote monitoring - http://oflameron.com
Global Photo Web Cam -http://oflameron.com Some bugs in the application are currently being fixed and work is underway on new features. Receiving photos by SMS request, location coordinates (if Photo Web Cam) is placed in the car.
A new version of the Photo Web Cam application will be released with support for sending photos to the Telegram channel (messenger). The module for sending photos has already been written in Java and tested. Such an application may be more convenient than an application that sends photos to a Web server.
Project source codes are still available to everyone
The Photo Web Camera project is being prepared in source Java code for publication
Let's start studying neural networks

List<Neuron> neurons = Arrays.asList(
new Neuron(), new Neuron(), new Neuron(),
new Neuron(), new Neuron(),
new Neuron());
Neural networks in Android JAVA can be used to create efficient software synchronous master key generators for PRNGs and CSPRNGs.
Synchronicity in this case - two applications with a neural network can independently create the same master keys with the same initial information (for example, text from a newspaper article) and the same training cycles.
Algorithms for generating master keys http://oflameron.ru/valleryshmelevN.jpg and algorithms for changing generation algorithms can be of any complexity (for example, with a repeatability check) and are limited only by the performance of the smartphone.
I started creating a small neural network on Android Java for a software pseudo-random number generator PRNG