Home > Web Front-end > uni-app > body text

How to view signature information in uniapp

coldplay.xixi
Release: 2023-01-13 00:44:02
Original
6814 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!