Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
07a025bb
Commit
07a025bb
authored
May 23, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字符串å加密
parent
764ebdbc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
script/script_help.sh
+5
-4
No files found.
script/script_help.sh
View file @
07a025bb
...
@@ -22,6 +22,7 @@ echo "19、混淆api"
...
@@ -22,6 +22,7 @@ echo "19、混淆api"
echo
"20、更新GP状态"
echo
"20、更新GP状态"
echo
"21、获取签名秘钥散列"
echo
"21、获取签名秘钥散列"
echo
"22、更新gateway"
echo
"22、更新gateway"
echo
"23、字符串加密"
echo
-n
"请输入指令编号:"
echo
-n
"请输入指令编号:"
read
commod
read
commod
...
@@ -166,11 +167,11 @@ then
...
@@ -166,11 +167,11 @@ then
.
gradle.properties
.
gradle.properties
keytool
-exportcert
-alias
${
signing_keyAlias
}
-keystore
"app/
${
signing_certificate
}
"
-storepass
"
${
signing_keyAlias
}
"
| openssl sha1
-binary
| openssl base64
keytool
-exportcert
-alias
${
signing_keyAlias
}
-keystore
"app/
${
signing_certificate
}
"
-storepass
"
${
signing_keyAlias
}
"
| openssl sha1
-binary
| openssl base64
elif
((
$commod
==
'2
2
'
))
elif
((
$commod
==
'2
3
'
))
then
then
cd
res
cd
garble
chmod a+x
update_gateway
.py
chmod a+x
string_decrypt
.py
python
update_gateway
.py
python
string_decrypt
.py
elif
((
$commod
==
'10000'
))
elif
((
$commod
==
'10000'
))
then
then
...
...
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