Commit 07a025bb by sikang

字符串å加密

parent 764ebdbc
...@@ -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 == '22')) elif (($commod == '23'))
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment