THIS DOESNT WORK!!!!!!!
☁ Encoder and Decoder Engine w/ Encryption ☁ - Case sensitive - Works with cloud variables - Fast, Easy to Use, and Secure - Supports 95 characters (including space) - Able to support up to 100 characters (2 numbers per character, so 256/2 = 128 characters per cloud variable or 1280 characters in the cloud per project) Note: Key length must be divisible by 2 ========================================= This is a new Cloud Encoder and Decoder with the ability to securely encrypt data, so only the people who have the key are able to decrypt it. This could be useful for a cloud project that needs the cloud data to be encrypted, because anyone can just look at a project's cloud data through the "See data" button, and then they could easily decode it. Using a key to encrypt the data will make it impossible to decode without the key. If you are going to use this, please give full credit, including a link to this project. Important Note: Please do not use this to create cloud chats where the user can chat without "phrase whitelisting", as this against Scratch rules. Tips: - Make your key as long as possible, or as long as the text you are trying to encode. - For extreme security use each key only once/one time pad and make the key as long as your message.(not recommended for convenience reasons) - Use random.org to generate truly random numbers. - Do not share your key on Scratch for security reasons, because anything you send on Scratch is visible by anyone who has an internet connection. To encrypt something you need a key, and you have to share that key securely. - Please do not use this for securing important information. Even with encryption this can be hacked easily using a high-end computer in less than one week. ==Credits== @minecraftprox101 - everything