LeadingZero78
Coder
Greetings.
I have developed a new multiplatform app for Android and Windows and would like to introduce it. What are your thoughts ?
With this app you can encrypt text with a password, which can then be disguised as occult symbolism peppered with emojis and shared on the Internet.
This way, only certain people can read your comments.
It is possible to create buddy lists with passwords, encrypt them and share them with others. In this way, closed user groups are created where only participants can decipher the messages. This works on all websites that support Unicode characters.
The app uses the clipboard, i.e. encrypted text ends up on the clipboard and can be posted directly. Conversely, text from the clipboard can be decrypted directly.
There is also the option of sending the cipher as an email at the push of a button.
There are 25 different GUI themes for all users.
The encryption algorithm is really special as it is fast and brutal.
Each encryption generates an additional random public key that is combined with the password so that the algorithm works differently each time, even if the same password is always used.
The algorithm is special because everything that happens is controlled by password bytes and the password is subject to constant self-modification during encryption.
The password index jumps around chaotically in the password as the password modifies itself and continues to encrypt text characters. From time to time the password runner is replaced with another one to change the algorithm.
To make a long story short: Each character of text may be encrypted hundreds of times and the entire text is also encrypted multiple times (depending on the length, but at least 3x). The password is completely destroyed and becomes longer and longer (up to 256 bytes) and the algorithm constantly changes its password runner.
The algorithm starts with a password that evolves and becomes longer during encryption, and all of this is controlled only by the password itself.
Main files on Github
github.com
Release on Github
github.com
I have developed a new multiplatform app for Android and Windows and would like to introduce it. What are your thoughts ?
With this app you can encrypt text with a password, which can then be disguised as occult symbolism peppered with emojis and shared on the Internet.
This way, only certain people can read your comments.
It is possible to create buddy lists with passwords, encrypt them and share them with others. In this way, closed user groups are created where only participants can decipher the messages. This works on all websites that support Unicode characters.
The app uses the clipboard, i.e. encrypted text ends up on the clipboard and can be posted directly. Conversely, text from the clipboard can be decrypted directly.
There is also the option of sending the cipher as an email at the push of a button.
There are 25 different GUI themes for all users.
The encryption algorithm is really special as it is fast and brutal.
Each encryption generates an additional random public key that is combined with the password so that the algorithm works differently each time, even if the same password is always used.
The algorithm is special because everything that happens is controlled by password bytes and the password is subject to constant self-modification during encryption.
The password index jumps around chaotically in the password as the password modifies itself and continues to encrypt text characters. From time to time the password runner is replaced with another one to change the algorithm.
To make a long story short: Each character of text may be encrypted hundreds of times and the entire text is also encrypted multiple times (depending on the length, but at least 3x). The password is completely destroyed and becomes longer and longer (up to 256 bytes) and the algorithm constantly changes its password runner.
The algorithm starts with a password that evolves and becomes longer during encryption, and all of this is controlled only by the password itself.
Main files on Github
GitHub - LeadingZero72/LoveSpeech: Password secured text encryption for Social Media Platforms.
Password secured text encryption for Social Media Platforms. - LeadingZero72/LoveSpeech
Release on Github
Release LoveSpeech v1.0.0 for Android and Windows · LeadingZero72/LoveSpeech
LoveSpeech 1.0 This is the source code of my app . I had the idea around 2006, but was prevented from implementing it. Now, here it is. Private Encryption for Social Media. Disguise your posts, o...