JavaScript. Encode manual decoding tips _ javascript skills

Source: Internet
Author: User
JS encryption code decoding methods are usually available on the webpage. However, due to the escape characters in the code, decoding cannot be performed correctly. JS. Encode is a "garbled code" formed after the JavaScript code is encoded. This garbled code can still be executed well in addition to being unreadable.

JS encryption code decoding methods are usually available on the webpage. However, due to the escape characters in the code, decoding cannot be performed correctly.

JAVAScript uses the following eight escape characters. These characters all start with a backslash. When the JAVAScript Interpreter (Interpreter) sees the backslash, it will pay special attention to show what the programmer wants to express.

Collation Escape characters Instructions for use
1 \ B Backspace)
2 \ F Form Feed)
3 \ N New Line)
4 \ R Return (Carriage Return)
5 \ T Tabulation (Tab)
6 \' Single quotes
7 \" Double quotation marks
8 \\ Backslash)
Before decrypting the Javascript encryption code, replace the transfer character in the code,

For example:

\\-------\

\ T ------- Tab key

And so on.

Then you can decode it correctly.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.