JSObfuscator enriches the .NET ecosystem by offering advanced JavaScript obfuscation capabilities.
$ dotnet add package Artnalgo.NET.JSObfuscator.CoreArtnalgo.NET.JSObfuscator.Core provides advanced JavaScript obfuscation tools, enhancing .NET security by utilizing javascript-obfuscator alongside Jint, a JavaScript interpreter. This combination aids .NET developers in strengthening the protection of their JavaScript code against unauthorized access and tampering.
Implementation
using Artnalgo.NET.JSObfuscator.Core;
var obfuscator = new JavascriptObfuscator();
string originalCode = "function greet() { console.log('Hello, world!'); }";
string obfuscatedCode = obfuscator.ObfuscateCode(originalCode, ObfuscationLevel.LowObfuscationHighPerformanceOptions);
Your feedback is crucial to us! Please let us know your thoughts or report issues through:
Consult our documentation for assistance with common problems. If you encounter any issues, don't hesitate to reach out through the feedback channels mentioned above.