Home  >  Article  >  Web Front-end  >  How to view signature information in uniapp

How to view signature information in uniapp

coldplay.xixi
coldplay.xixiOriginal
2020-12-08 10:58:526830browse

How to view signature information in uniapp: first modify the apk suffix to [.zip] file and decompress it; then enter the decompressed [META-INF] directory; finally open cmd in the directory and enter the command [ keytool -printcert -file CERT.RSA] to view.

How to view signature information in uniapp

The operating environment of this tutorial: windows7 system, uni-app2.5.1 version, Dell G3 computer. This method is suitable for all brands of computers.

Recommendation (free): uni-app development tutorial

How to view signature information in uniapp:

Use package directly Check the signature of the apk that comes out, as follows:

1) Modify the apk suffix to .zip file and decompress it;

2) Enter the decompressed META-INF directory , the file CERT.RSA

#3 will exist in this directory. Open cmd in this directory and enter the command: keytool -printcert -file CERT.RSA. MD5 and SHA1 signatures will be displayed here.

Related free learning recommendations: php programming (video)

The above is the detailed content of How to view signature information in uniapp. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn