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
4a8843ca
Commit
4a8843ca
authored
May 09, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取秘钥散列
parent
97b6328b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
script/script_help.sh
+8
-0
No files found.
script/script_help.sh
View file @
4a8843ca
...
@@ -20,6 +20,7 @@ echo "17、给GP图片添加水印"
...
@@ -20,6 +20,7 @@ echo "17、给GP图片添加水印"
echo
"18、加固"
echo
"18、加固"
echo
"19、混淆api"
echo
"19、混淆api"
echo
"20、更新GP状态"
echo
"20、更新GP状态"
echo
"21、获取签名秘钥散列"
echo
-n
"请输入指令编号:"
echo
-n
"请输入指令编号:"
read
commod
read
commod
...
@@ -158,6 +159,13 @@ then
...
@@ -158,6 +159,13 @@ then
./refresh_gponline.sh
./refresh_gponline.sh
fi
fi
elif
((
$commod
==
'21'
))
then
cd
../../
.
gradle.properties
keytool
-exportcert
-alias
${
signing_keyAlias
}
-keystore
"app/
${
signing_certificate
}
"
-keypass
"
${
signing_keyAlias
}
"
-storepass
"
${
signing_keyAlias
}
"
| openssl sha1
-binary
| openssl base64
elif
((
$commod
==
'10000'
))
elif
((
$commod
==
'10000'
))
then
then
cd
..
cd
..
...
...
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