A few scripts to use when you need to encrypt/decrypt some text. These scripts can be used by anyone, but credit would be appreciated. Instructions below. The demo setup accepts 68 different characters enabling a total number of approximately 2.480035542e+96 unique encryption keys. This means that cracking the encrypted message without the key would be impossible even for a computer. Just try to decrypt this: + 5f£'"7*f£4'£8f*u¤wfvqww',q <-- That used to be actual words --How to use the demo-- 1. Click the start button to create a new encryption key. 2. Type something you want to encrypt. 3. To decrypt the encrypted text using the current key, first click somewhere outside the text box to make sure you're not typing there. Then press D. 4. To create a new encryption key click the start button again or do the same as in the previous insruction, but this time press R. The encryption key is the line of characters at the top of the window. --More information, notices and warnings-- 1. Letters are not case sensitive when encrypting or decrypting. (All letters are turned into lowercase during the process) 2. Any character is supported, but only once. (accepting one character multiple times breaks the script) 3. If you use the script, make sure the project has all the variables the script needs. (Including the 'substitutes' list) 4. Do not try to decrypt the message while the key is not fully generated. This breaks the script. (I know you still did it) 5. Due to the limitations of Scratch, the number of accepted characters is limited to 10 240.