UPDATE v1.4.2 Press Green Flag to start! Encryption Engine currently has 3 encryption levels, but more will be added to make it even harder to crack. This is how it works: First, it splits the text that it is going to encrypt into individual words. Then, it uses this method to change each letter: Each letter in the word is moved (Location in word) keys to the right of the original letter, in reference to a standard QWERTY keyboard. So HELLO would become JTDFR. "J" is one key to the right of "H." "T" is two keys to the right of "E," and so on. Next, the encryption engine adds extra characters, AKA "Filler Text:" After the first letter in a word, ONE extra character is added. After the second letter in the word, TWO extra characters are added, and so on. Finally, the engine first combines all changed words back into one single word, adding values that allow the engine to decode it later, and shuffles the letters in the final long word by using this method: Every (Encryption Value) letter of the final string of text is placed at the end of the text . So with an encryption value of "4," jdiYleoPnekYj (note the capital letters) becomes jdileonekjYPY (now note the location of the capital letters.) Every 4th letter was placed at the end. The engine now places two numbers at the end. A number to tell the engine how many words is in the original text, and, if the user allows it, it also places the encryption value at the end to make it so the user does not have to remember it. Wow if you read the whole thing, I'm impressed. That's a lot of information... Special Thanks to -TheHacker- for designing the hacked blocks in this project.
Encryption Value is a number you enter to aid with letter shuffling. It MUST be the same number when you decode or it will not work. Update Log: v1.4.2 --Fixed list related issues --Removed punctuation (sorry, I'll bring it back) --Added event log (viewable from within project only) --Added maintenance mode --749 Blocks, 37 Scripts, 35 Custom Blocks v1.4.1 --Removed the "-" character glitch --570 Blocks, 35 Scripts, 33 Custom Blocks v1.4 --Used hacked blocks from -TheHacker- to GREATLY condense code --Simplified scripts --Changed allowable inputs --570 Blocks, 35 Scripts, 33 Custom Blocks v1.3 --Added punctuation! --Possible letters have been increased by 32 --Harder to crack, now with added characters --962 Blocks, 42 Scripts, 40 Custom Blocks v1.2 --Fixed bug preventing 10+ words from decoding correctly --Re-positioned done variable --Forgot to do a block count :P v1.1 --Released --A few glitches, but overall works fine --KeyShift --Character Addition --Shuffling (with custom Encryption Value) --756 Blocks, 38 Scripts, 36 Custom Blocks