++++ DISCLAIMER ++++++++++++++++ This encryptor is not cryptographically secure, and it may have issues/not work properly in Scratch 3.0 Use at your own risk. ==== Controls ================ E = Encrypt password D = Decrypt password Space = Toggle debug mode C = Clear the console For instructions on how to use it in your project, go here: https://scratch.mit.edu/discuss/topic/113568
==== ATTENTION ================ I have created a much better way for your users to save and load their data! It is an automatic, cloud based saving system, and you can find it here: https://scratch.mit.edu/projects/64291618/ ==== INSTRUCTIONS ================ When you press E, it will ask you how many values you want to encrypt. Then it will ask you for the values, and encrypt them along with the username so only the person who created the password can use it. ==== CREDIT ================ The icon in the thumbnail made by Plainicon from www.flaticon.com. http://www.flaticon.com/authors/plainicon If you use this in your project, please give me credit! :) ==== Changelog ================ [Planned] (v3.1) Improved encryption method so passwords are even more complex [Planned] (v3.0) Support for encrypting words, not just numbers [5/21/15] (v2.5) Fixed a few bugs in the decryption code [5/10/15] (v2.4) Further streamlined the installation process with a new custom blocked called "INITIALIZE" [5/8/15] (v2.3) Removed a step in the installation process by moving some scripts into their own sprite [5/5/15] (v2.2) Improved organization of scripts and updated instructions [4/22/15] (v2.1) Clarified instructions and made minor improvements to simplify the transition into your project [4/21/15] (v2.0) Added support for more than two values [4/20/15] (v1.0) First Release