Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-reese84
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangmingming
lcc-reese84
Commits
056ae470
Commit
056ae470
authored
Mar 04, 2024
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
5954f954
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
108 additions
and
8 deletions
+108
-8
fenx2.js
extract/fenx2.js
+86
-0
fenxi.js
extract/fenxi.js
+19
-6
main.py
extract/main.py
+2
-1
yuan.js
extract/yuan.js
+1
-1
No files found.
extract/fenx2.js
0 → 100644
View file @
056ae470
Math
.
random
=
function
()
{
return
0.08636862211354912
}
var
HN
=
new
RegExp
(
"[
\\
u007F-
\\
uFFFF]"
,
"g"
);
function
BB
(
ZY
)
{
return
"
\\
u"
+
(
"0000"
+
ZY
.
charCodeAt
(
0
).
toString
(
16
)).
substr
(
-
4
);
}
function
V0
(
QO
,
Y0
)
{
var
y2
=
Y0
;
var
l4
=
QO
;
return
function
()
{
var
oT
=
l4
;
oT
^=
oT
<<
23
;
oT
^=
oT
>>
17
;
var
mu
=
y2
;
oT
^=
mu
;
oT
^=
mu
>>
26
;
y2
=
oT
;
l4
=
mu
;
return
(
l4
+
y2
)
%
4294967296
;
};
}
function
encodeStr2
(
ax
,
key
)
{
var
gs
=
Math
[
"random"
]()
*
1073741824
|
0
;
console
.
log
(
'gs'
,
gs
)
var
q7
=
V0
(
key
,
gs
);
var
xV
=
[];
var
QF
=
0
;
while
(
QF
<
2
)
{
xV
.
push
(
q7
()
&
255
);
QF
+=
1
;
}
console
.
log
(
'xV'
,
xV
)
var
VI
=
xV
;
var
CB
=
VI
;
var
tY
=
JSON
.
stringify
(
ax
,
function
(
fd
,
FO
)
{
return
FO
===
undefined
?
null
:
FO
;
});
var
nW
=
tY
.
replace
(
HN
,
BB
);
var
cV
=
[];
var
qJ
=
0
;
while
(
qJ
<
nW
.
length
)
{
cV
.
push
(
nW
.
charCodeAt
(
qJ
));
qJ
+=
1
;
}
console
.
log
(
'cV'
,
cV
+
''
)
var
zy
=
cV
;
var
Lr
=
zy
;
var
fk
=
Lr
.
length
;
var
RD
=
[];
var
M4
=
fk
-
1
;
while
(
M4
>=
0
)
{
RD
.
push
(
Lr
[
M4
]);
M4
-=
1
;
}
var
or
=
RD
;
var
Dz
=
or
.
length
;
var
C5
=
CB
[
0
]
%
7
+
1
;
var
Rz
=
[];
var
Bw
=
0
;
while
(
Bw
<
Dz
)
{
Rz
.
push
((
or
[
Bw
]
<<
C5
|
or
[
Bw
]
>>
8
-
C5
)
&
255
);
Bw
+=
1
;
}
var
An
=
Rz
;
var
IY
=
[];
for
(
var
l5
in
An
)
{
var
bu
=
An
[
l5
];
if
(
An
.
hasOwnProperty
(
l5
))
{
var
WJ
=
String
.
fromCharCode
(
bu
);
IY
.
push
(
WJ
);
}
}
var
x4
=
btoa
(
IY
.
join
(
""
));
return
x4
;
}
console
.
log
(
encodeStr2
(
"98d5dc67cf9daf70d1cf77a0e572ea478aed7b47"
,
638959349
))
\ No newline at end of file
extract/fenxi.js
View file @
056ae470
...
@@ -203,7 +203,6 @@ function encodeStrObj(ax, key) {
...
@@ -203,7 +203,6 @@ function encodeStrObj(ax, key) {
}
}
console
.
log
(
encodeStr
(
1
,
2328399149
))
function
encode30
(
ax
,
key
)
{
function
encode30
(
ax
,
key
)
{
...
@@ -265,11 +264,10 @@ function encode30(ax, key) {
...
@@ -265,11 +264,10 @@ function encode30(ax, key) {
}
}
console
.
log
(
encode30
(
'1709003020687'
,
4293051610
))
console
.
log
(
encode30
(
'vq9nCA'
,
4293051610
))
function
encodeStr53
(
ax
,
key
)
{
function
encodeStr53
(
ax
,
key
)
{
console
.
log
(
'ax.length'
,
ax
.
length
)
var
gs
=
Math
[
"random"
]()
*
1073741824
|
0
;
var
gs
=
Math
[
"random"
]()
*
1073741824
|
0
;
var
tt
=
V0
(
key
,
gs
);
var
tt
=
V0
(
key
,
gs
);
...
@@ -279,11 +277,14 @@ function encodeStr53(ax, key) {
...
@@ -279,11 +277,14 @@ function encodeStr53(ax, key) {
ES
.
push
(
tt
()
&
255
);
ES
.
push
(
tt
()
&
255
);
K_
+=
1
;
K_
+=
1
;
}
}
console
.
log
(
ES
.
length
,
ES
+
''
)
var
eb
=
ES
;
var
eb
=
ES
;
var
wc
=
eb
;
var
wc
=
eb
;
var
XK
=
JSON
.
stringify
(
ax
,
function
(
F6
,
KV
)
{
var
XK
=
JSON
.
stringify
(
ax
,
function
(
F6
,
KV
)
{
return
KV
===
undefined
?
null
:
KV
;
return
KV
===
undefined
?
null
:
KV
;
});
});
console
.
log
(
'XK.length'
,
XK
,
'
\
t'
,
XK
.
length
)
var
nF
=
XK
.
replace
(
HN
,
BB
);
var
nF
=
XK
.
replace
(
HN
,
BB
);
var
f9
=
[];
var
f9
=
[];
var
Q1
=
0
;
var
Q1
=
0
;
...
@@ -291,6 +292,7 @@ function encodeStr53(ax, key) {
...
@@ -291,6 +292,7 @@ function encodeStr53(ax, key) {
f9
.
push
(
nF
.
charCodeAt
(
Q1
));
f9
.
push
(
nF
.
charCodeAt
(
Q1
));
Q1
+=
1
;
Q1
+=
1
;
}
}
console
.
log
(
f9
.
length
,
f9
+
''
)
var
WM
=
f9
;
var
WM
=
f9
;
var
RH
=
WM
;
var
RH
=
WM
;
var
uE
=
RH
.
length
;
var
uE
=
RH
.
length
;
...
@@ -330,7 +332,6 @@ function encodeStr53(ax, key) {
...
@@ -330,7 +332,6 @@ function encodeStr53(ax, key) {
}
}
console
.
log
(
encodeStr53
(
'1709003020687'
,
1624825960
,
53
))
function
encodeStr18
(
ax
,
key
)
{
function
encodeStr18
(
ax
,
key
)
{
var
gs
=
Math
[
"random"
]()
*
1073741824
|
0
;
var
gs
=
Math
[
"random"
]()
*
1073741824
|
0
;
...
@@ -400,7 +401,6 @@ function encodeStr18(ax, key) {
...
@@ -400,7 +401,6 @@ function encodeStr18(ax, key) {
}
}
console
.
log
(
encodeStr18
(
"1012347.1575"
,
2781904740
))
function
encodeStr29
(
ax
,
key
)
{
function
encodeStr29
(
ax
,
key
)
{
...
@@ -1853,3 +1853,16 @@ function encodeStrp(ax, key) {
...
@@ -1853,3 +1853,16 @@ function encodeStrp(ax, key) {
// console.log(encodeStr252(
// console.log(encodeStr252(
// []))
// []))
// console.log(encodeStr(1, 2328399149))
// console.log(encode30('1709003020687', 4293051610))
// console.log(encode30('vq9nCA', 4293051610))
// console.log(encodeStr53('1709003020687', 1624825960, 53))
console
.
log
(
encodeStr47
(
'AAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAA9JREFUGFdjZEADjKQLAAAA7gAFLaYDxAAAAABJRU5ErkJggg=='
))
// console.log(encodeStr18("1012347.1575", 2781904740))
\ No newline at end of file
extract/main.py
View file @
056ae470
...
@@ -57,7 +57,8 @@ def encodeStrObj(inn, key):
...
@@ -57,7 +57,8 @@ def encodeStrObj(inn, key):
# repls(rrr)
# repls(rrr)
print
(
json
.
dumps
(
newData
))
print
(
json
.
dumps
(
newData
))
print
(
res
[
2
])
print
(
res
.
index
(
'srI3ubE5'
))
print
(
json
.
dumps
({
print
(
json
.
dumps
({
res
[
200
]:
1
,
res
[
200
]:
1
,
res
[
201
]:
10
,
res
[
201
]:
10
,
...
...
extract/yuan.js
View file @
056ae470
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment