当前位置:网站首页>JS introduction to reverse the recycling business network of learning, simple encryption mobile phone number
JS introduction to reverse the recycling business network of learning, simple encryption mobile phone number
2022-08-05 10:05:00 【InfoQ】
️ Actual combat scene
huishoushang.com/
decrypt
️ Actual code
decrypt
(((((((((a01 % a03) % g02) % g08)% a08) % g04) % a09) % c07) % c00) % b09) %
b08;
var str = $(th).attr("decrypt");
if (str != null || str != undefined || str != '') {
$(th).attr("decryptok", "");
// str = str.replace(/-/g, ",").replace(/ /g, ",");
let strArray = str.split('%');
var newArray = [];
for (var i = 0; i < strArray.length; i++) {
let _rTemp=this.model.rArray.filter((a) => a.l == strArray[i]);
if (_rTemp.length > 0) {
newArray.push(_rTemp[0].v);
} else {
newArray.push(strArray[i]);
}
}
$(th).html(newArray.join(''));
str.split('%')
this.model.rArray
rArray
/*Number Decrypt */
var NumberDecrypt = {
model: {
rArray: [
{ l: 'a01', v: '1' }, { l: 'b02', v: '1' }, { l: 'c03', v: '1' }, { l: 'f04', v: '1' }, { l: 'g01', v: '1' },
{ l: 'a02', v: '2' }, { l: 'b03', v: '2' }, { l: 'c04', v: '2' }, { l: 'f05', v: '2' }, { l: 'g00', v: '2' },...
],
refreshTime:null,
refreshCount: 0
},
%
a01
1
边栏推荐
- STM32+ULN2003驱动28BYJ4步进电机(根据圈数正转、反转)
- mysql进阶(二十七)数据库索引原理
- After Keil upgrades to AC6, what changes?
- NowCoderTOP35-40——持续更新ing
- static linking and dynamic linking
- 数据中台建设(十):数据安全管理
- SD NAND Flash简介!
- 2022 Huashu Cup Mathematical Modeling Question A Optimization Design Ideas for Ring Oscillators Code Sharing
- leetcode: 529. 扫雷游戏
- 技术干货 | 基于 MindSpore 实现图像分割之豪斯多夫距离
猜你喜欢
How to realize the short press and long press detection of the button?
技术干货 | 基于 MindSpore 实现图像分割之豪斯多夫距离
The technological achievements of Shanghai Konan were selected into the "2021 Shanghai Network Security Industry Innovation Research Achievement Catalog" by the Municipal Commission of Economy and Inf
Jenkins使用手册(2) —— 软件配置
What is CRM Decision Analysis Management?
入门 Polkadot 平行链开发,看这一篇就够了
three.js debugging tool dat.gui use
three.js调试工具dat.gui使用
dotnet OpenXML 解析 PPT 图表 面积图入门
three物体围绕一周呈球形排列
随机推荐
无题六
2022华数杯数学建模A题环形振荡器的优化设计思路思路代码分享
气象数据数据处理实例——matlab字符串切割匹配与R语言日期匹配(数据拼接)
【MindSpore易点通机器人-01】你也许见过很多知识问答机器人,但这个有点不一样
How to realize the short press and long press detection of the button?
What is CRM Decision Analysis Management?
Jenkins manual (2) - software configuration
[强网杯2022]WP-UM
皕杰报表的下拉框联动
无题十一
企业的数字化转型到底是否可以买来?
开发常用手册链接分享
CPU的亲缘性affinity
公众号如何运维?公众号运维专业团队
js hijacks the array push method
IO流篇 -- 基于io流实现文件夹拷贝(拷贝子文件夹及子文件夹内文件)满满的干货
DFINITY 基金会创始人谈熊市沉浮,DeFi 项目该何去何从
无题二
IDEA performs the Test operation, resulting in duplicate data when data is inserted
Getting started with Polkadot parachain development, this article is enough