From the course: JavaScript: Security Essentials

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Tools for scrambling your data

Tools for scrambling your data - JavaScript Tutorial

From the course: JavaScript: Security Essentials

Start my 1-month free trial

Tools for scrambling your data

- [Instructor] Now let's take a look at some of the tools you could use to scramble your code. The first one is a simple online tool called Obfuscator, where you simply add your code to their interface and then it converts it right away. What you can do then is to either copy and paste the scrambled code back and download it, or download the JavaScript file. So for example if we take a look at this function here, we could obfuscate it, and then either output the file here or download the JS file. You can copy and paste this, or you can also upload your own file in here, so you could grab any other files from this project or any of your own project, upload it here, and then it would give you the output that you can re-download or copy the code from this platform here. If you scroll down also you'll see that there are many options you can customize to scramble your code differently. Try them out with the sample code or your own files and see what happens. Also if you scroll back up…

Contents