当前位置:网站首页>Call jshaman's Web API interface to realize JS code encryption.
Call jshaman's Web API interface to realize JS code encryption.
2022-07-27 03:10:00 【w2sfot】
stay NodeJS in , call JShaman Of Web API Interface , Realization JS Code encryption .
Same method , You can also integrate this function into your own products or projects , Let yourself have JS encryption .
call JShaman The source code of the interface is very simple :
/* call JShaman.com Web API , Realization JS Code encryption */
//JS Code , Test use
var js_code = `
var a=1;
var b=true;
console.log(a,b);
`;
//JShaman.com Submit code interface address
var jshaman_url = "http://www.jshaman.com:800/submit_js_code/";
// Synchronous request Library
var request = require("sync-request");
console.log(js_code);
// launch POST request
var res = request("POST",jshaman_url,{
json:{
"js_code":js_code, //js Code
"vip_code":"free" //
}
});
// Return results : With encryption js Code
var json_res = JSON.parse(res.getBody('utf8'));
// Output
console.log(json_res);JShaman It's professional JavaScript Source code protection service provider .
What we use here is JShaman Free encryption interface for .JShaman There are also charging business interfaces , Yes JS The encryption effect of the code is better .
To go further ,JShaman It also supports localized deployment , For example, it can be deployed in the intranet or its own product environment .
边栏推荐
猜你喜欢

Rust web (I) -- self built TCP server

196. 删除重复的电子邮箱

Cuteone: a onedrive multi network disk mounting program / with member / synchronization and other functions

Boom 3D全新2022版音频增强应用程序App

万字长文,带你搞懂 Kubernetes 网络模型

Favicon网页收藏图标在线制作PHP网站源码/ICO图片在线生成/支持多种图片格式转换

Okaleido tiger is about to log in to binance NFT in the second round, which has aroused heated discussion in the community

浅浅梳理一下双轴快排(DualPivotQuickSort)

Favicon web page collection icon online production PHP website source code /ico image online generation / support multiple image format conversion

What did kubedmin do?
随机推荐
Portraiture5全新升级版磨皮滤镜插件神器
[哈希表] 刷题合集
一道数学题,让芯片巨头亏了5亿美金!
Quick sort
OD-Paper【3】:Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
[simple question of stack and queue] leetcode 232. realize queue with stack, 225. realize stack with queue
五、MFC视图窗口和文档
身家破亿!86版「红孩儿」拒绝出道成学霸,已是中科院博士,名下52家公司
2513: Xiao Yong's academic score (common divisor problem)
ArduinoUNO驱动RGB模块全彩效果示例
CuteOne:一款OneDrive多网盘挂载程序/带会员/同步等功能
商城小程序项目完整源码(微信小程序)
阿里云解决方案架构师张平:云原生数字化安全生产的体系建设
Arduino UNO +74hc164 water lamp example
红宝书第四版的一个错误?
CS224W fall 1.2 Applications of Graph ML
软件测试相关试题知识点
我的爬虫笔记(七) 通过爬虫实现blog访问量+1
Coco test dev test code
Database read-write separation and database and table segmentation