WangLiwen

WangLiwen @wangliwen

About: I'm a full-stack developer from China. I love writing Technical Articles about JavaScript, HTML, CSS, and Cybersecurity.

Location:
Taiyuan,Shanxi,China
Joined:
Aug 7, 2023

WangLiwen
articles - 52 total

javascript obfuscator,plateform lock

A post by WangLiwen

Learn More 1 0Mar 6

javascript obfuscator

javascript obfuscator

Learn More 0 0Feb 18

Some JavaScript Obfuscator Tools

OB https://obfuscator.io/ Enter fullscreen mode Exit fullscreen mode ...

Learn More 1 0Dec 23 '24

JavaScript Anti Eval Debugging

The proper use of eval is to execute a string of JavaScript code. However, it is also frequently used...

Learn More 0 0Nov 29 '24

JavaScript Base-32 Encryption

In JavaScript programming, eval is often used to protect privacy, encrypt code execution, and run...

Learn More 0 0Nov 16 '24

Have you ever seen variables defined like this in JavaScript?

Typically, in JS, variables are defined using var, let, or const. For example: var abc = 1; But...

Learn More 3 0Oct 9 '24

Do we really need to obfuscate JS code?

Do we really need to obfuscate JS code? Regarding whether or not to obfuscate and encrypt web JS...

Learn More 0 0Sep 19 '24

Is JS obfuscation the same as JS encryption?

Is JS obfuscation the same as JS encryption? In most cases, JS obfuscation and JS encryption refer...

Learn More 0 0Jul 1 '24

How to Obfuscate JavaScript?

How to Obfuscate JavaScript? JavaScript obfuscation is a technique used to make code difficult to...

Learn More 2 0May 30 '24

JavaScript Magic Tricks: Invalid breakpoint

Under normal conditions, JavaScript code can be breakpointed in a runtime environment, for...

Learn More 1 0May 20 '24

Protecting Your Self-Written JavaScript Code from Unauthorized Use

To prevent others from directly "stealing" or unauthorized use of your JavaScript code, which is...

Learn More 1 0May 17 '24

For JavaScript programmers, what technologies should they master to thrive in their careers?

For JavaScript developers, mastering the following technologies can make their career smoother and...

Learn More 0 0May 16 '24

Common colloquial expressions used by programmers, which one do you often say?

Here are some common colloquial expressions used by programmers: "It's a bug!" When a programmer...

Learn More 1 0May 13 '24

Essential Skill for Frontend Developers: JavaScript Obfuscation

Essential Skill for Frontend Developers: JavaScript Obfuscation In the world of frontend...

Learn More 1 0May 10 '24

How to address security issues caused by the transparency of JavaScript code?

Question: How to address security issues caused by the transparency of JavaScript code? Answer: The...

Learn More 0 1May 6 '24

Is JavaScript a simple and convenient programming language to use?

Yes, JavaScript is often regarded as a relatively simple and convenient programming language. Its...

Learn More 0 0May 6 '24

Implement a true "sleep" function in Node.js

Node.js is a JavaScript runtime environment based on the Chrome V8 engine, utilizing a...

Learn More 0 0May 6 '24

Does obfuscating JavaScript code make sense?

Yes, obfuscating JavaScript code can be meaningful in several aspects: 1.Intellectual Property...

Learn More 1 0Apr 29 '24

JScrambler vs. JShaman: A Feature Comparison for JavaScript Obfuscation

Both JScrambler and JShaman share a common ground in offering advanced features for JavaScript code...

Learn More 1 0Apr 29 '24

The Importance of JavaScript Obfuscation: Safeguarding Your Code Integrity

Title: The Importance of JavaScript Obfuscation: Safeguarding Your Code Integrity JavaScript, being...

Learn More 12 33Apr 28 '24

How many variations can be produced by obfuscating a single line of JavaScript code: 'var a=1'?

Confusing code is a technique used to make it difficult to understand and reverse engineer, often...

Learn More 2 0Mar 14 '24

Using JavaScript to implement a text zoom-in animation.

To achieve a text zoom-in animation in JavaScript, you can utilize CSS's transform and transition...

Learn More 0 1Mar 12 '24

Some uncommon Ajax techniques that most people don't know

Here are some uncommon but useful Ajax techniques, along with example code snippets: 1....

Learn More 0 0Mar 11 '24

Essential websites for front-end developers

Front-end developers have many essential websites and tools that can help them improve work...

Learn More 0 0Feb 27 '24

Use regular expressions to get url parameters in JS

In JavaScript, you can use regular expressions to extract URL parameters. Here's an example function...

Learn More 0 0Jan 24 '24

Change process priority, Nodejs os.setPriority() method

os.setPriority() is a built-in application programming interface of the os module, available in...

Learn More 0 0Dec 23 '23

JavaScript Tricks: Device Fingerprint

Device fingerprinting, usually refers to browser device fingerprinting, which can identify whether it...

Learn More 14 2Dec 15 '23

A line of strange code that solves the issue of invalid transition animations!

Invalid transition animation Have you ever encountered this situation: you have set a...

Learn More 2 0Dec 14 '23

JavaScript Magic Tricks: Web Application Firewall

This article demonstrates how to develop a simple Web Application Firewall (WAF) to protect against...

Learn More 1 0Nov 27 '23

JavaScript Magic Tricks: Anti-Copy

Many times, we don't want the content on our web pages to be copied, such as original content,...

Learn More 7 3Oct 25 '23