Decoding: Type phrase Encoding: Type phrase, then choose a sequence of up to 8 letters from the list below. If more encoding is wanted, just encode the output as desired. If you do so, multiple decodings may be necessary. Inputting undefined characters may cause the program to run indefinitely (not a good thing). Example of use: AASARX Short descriptions: A = lengthens phrase depending on length of phrase, do not repeat too many times in a row. Good for adding length to short phrases so that other encryptions are more effective. Do not use with 9+ characters in a row, including after other encryptions that cause it to be so (but that usually isn't a problem). S = Changes order, good to use after other encryptions. Do not use too many times in a row otherwise it will revert. P = Replaces characters, which many others don't do. Especially good for longer phrases. May mess up capitalization. Does not change special characters that aren't on a certain list. V = Reverses order and adds 2 characters. Good to use with others, but not very effective when used multiple times without an order switcher inbetween. D = Doubles the length using the same phrase, reversed, inserted before each character of the phrase. Good to use increase the length of the message R = Random option X = Stop encoding Specific descriptions: A = A code (13211A = one 3, two 1, one A) S = Split/shift encryption (abcdefg --> acegbdf) P = Replaces characters with another one down a list. Keeps characters that aren't on the list. V = adds last and first letters, then reverses order. For instance, (abcdefg --> gagfedcba) D = A mix between S and P (12345 --> 5142332415) R = Random encoding option X = Stop
Use turbo mode if necessary (usually not). This a basically just copy of my project "Encrypter / Decrypter", but with all the scripts in a single sprite, so it's easy to backpack and use later. V 0.1.0 Created project (this version) (6/24/2020) V 0.2.0 Put Buttons into General Processing. V 0.3.0 Put A coding into General Processing. V 0.4.0 Put S coding into General Processing. V 0.5.0 Put P coding into the General Processor. V 0.5.1 Shared project (prematurely) V 0.6.0 Put V coding into the General Processor. V 0.7.0 Put D coding into the General Processor. V 0.8.0 Deleted all the other sprites (which are now unnecessary) V 1.0 Project complete! (6/24/2020)