Skip to content

vallshmeleff/vernamkeygen

Repository files navigation

vernamkeygen

Czech Entropy PRNG
Prototype of an Android Java application for generating the same 1024 bits keys for the Vernam cipher for the sender and recipient of messages without a synchronization channel. Based on the entered text, the application creates an array of "random" numbers. The array is the same for the same source text. An irreversible, formula-free transformation of input data (text) with subsequent sampling of values is used.
The application DOES NOT encode data. The application prepares an array for use in applications like Czech Encode
An application Czech Entropy PRNG ( http://czechentropy.freetzi.com/ ) was created based on this project - CzechEntropy.APK
Support Blog - https://rescuewebcam.blogspot.com/
16.Nov.2023 ver. 0.35 Added MULTIMODE random number array processing
23.Nov.2023 ver. 0.35.3 Added EnCalibrate mode
Online Guide - Google DOC - https://docs.google.com/document/d/1KVdnGEbI1_Fc45BrVEa4XQeaRATy4ynjQg5Y9yWrBAo/edit?usp=sharing
01.Nov.2023 Built-in Guide added
10.Feb.2024 1024 bit PRNG (Czech Entropy PRNG Block 4)
Download APK https://www.upload-apk.com/CyMRIyvMX9xsGnI
Download APK http://shmeleff.com/CzechEntropy.apk

About

Prototype of an application for generating the same keys for the Vernam cipher for the sender and recipient of messages without a synchronization channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages