Hi guys! ◘ This has been a long time in the making! What makes this different from other encryption methods? Here’s how it works: ◘ You give an input. ◘ The computer generates a random alphabet, some random numbers, and changes the input based on the random numbers to the random alphabet. ◘ Then all three (the random alphabet, random numbers or “key” and cyphertext) are compressed into a single item in a list. This is really because I want you to be able to paste one thing in and have it give an instant answer :) ◘ The secret? If someone only has part of the code, or if they’re missing the alphabet or key, there is a ZERO percent chance of them ever figuring it out. It is completely impossible because your message is JUST as likely to read “bananas are awesome” as “hello”. Also, it’s a really complicated process so.... it would take weeks just to figure out HOW it’s encrypted :P
◘ Credit to one of my adult friends who taught me a simple version of this method :) [e] to encrypt your message [d] to decrypt it again! Triple-click to copy from the list Supports everything on a usual keyboard, symbols and all. The only thing it doesn’t support are uppercase letters :( ◘ Changelog ◘ 4/30/2021 ◘ Turns out, the program likes to get stuck on letters it doesn’t recognize. Added safety net to stop it from crashing other people’s computers XD also there’s a milk carton saying stuff now :P Underscores were being used to hold spaces, but I changed that, too. They didn’t actually work before because they would be converted to spaces. I picked a symbol people wouldn’t normally use instead, one not on a keyboard.