JavaScript Encryption Decryption Fair Guide

xiaoxiao2021-03-06  44

This article introduces a total of seven methods:

One: The simplest encrypted decryption

Two: Side escape characters "/"

Three: Use the script encoder Script Encoder from Microsoft to make encodes (self-created simple decoding)

Four: Add NUL empty characters (hexadecimal 00H) (Homemade)

Five: Useless content chaos and wrap space TAB Dafa

Six: Self-write decryption function

Seven: wrong use (homemade)

When doing a web page (actually a webpage, huhahe), the most troublesome is the client IE written by my hard.

JavaScript code is often easy to copy by others, it is really not a taste in your heart, you must know that you write something is also tired ... ^ * ^

But we should also understand because

JavaScript code is interpreted in IE, it is impossible to think absolute confidentiality, we have to do it as much as possible to increase the difficulty of copying copy, let him know difficult (I hope ~! ~), below I combined with my own practice, and my personal research, and let's explore the web page.

JavaScript code encryption decryption technology.

Lying below

JavaScript code is an example: