My Android advanced tour ------) view application signature information in Android
1. view your certificate signature information
As in the previous article 《My Android advanced tour ------> Create and view custom Debug version Android signature certificate in Android:Http://blog.csdn.net/ouyang_peng/article/details/49023569
As described in. View the information about the generated baiduMapLoc-release-key.keystore through the command, as shown below:
C: Documents and SettingsAdministrator desktop aiduMapLoc> keytool-list-v-keystore baiduMapLoc-release-key.keystore enter keystore password: keystore type: JKS keystore provider: SUN your keystore contains one entry alias: baidumaploc created on: entry type: PrivateKeyEntry certificate chain length: 1 certificate [1]: Owner: CN = ouyangpeng, OU = ouyangpeng, O = ouyangpeng, L = Shenzhen, ST = Guangdong, C = Chinese publisher: CN = ouyangpeng, OU = ouyangpeng, O = ouyangpeng, L = Shenzhen, ST = Guangdong, C = Chinese serial number: 5eac1cda validity period start date: Sat Oct 10 11:50:39 CST 2015, deadline: Mon Oct 02 11:50:39 CST 2045 certificate fingerprint: MD5: 91: 15: 11: 06: 05: CB: E0: CB: 4B: 2B: 36: 02: 81: 16: A7: DF SHA1: E9: A3: E4: 95: 1F: D2: 11: 0E: 3E: 89: 45: 26: AB: EF: A2: FB: DB: 3F: 5B: 1A SHA256: C4: D6: 15: 27: 23: 81: EC: 3A: 53: 68: FE: 04: 63: 91: 70: 79: B6: 93: A6: 5F: 3D: 29: ED: 62: 43: 01: 67: 11: F3: 28: 91: 8C signature algorithm name: SHA256withRSA version: 3 extension: #1: ObjectId: 2.5.29.14 Criticality = falseSubjectKeyIdentifier [KeyIdentifier [0000: 69 D8 5C C9 2C 8E 9E B8 49 E3 E1 31 A7 35 B2 D1 I ..,... I .. 1. 5 .. 0010: 10 52 FB 17. R ..] **************************************** **************************************** ******
:
2. view the signature information of a third-party APK.
Decompress the package.
After unzipping, the signature file is a META-INFCERT.RSA and you can view the signature information through the command.
C: Documents and SettingsAdministrator desktop aiduMapLocBaiduLocDemoMETA-INF> keytool-printcert-file CERT. RSA owner: CN = ouyangpeng, OU = ouyangpeng, O = ouyangpeng, L = Shenzhen, ST = Guangdong, C = Chinese publisher: CN = ouyangpeng, OU = ouyangpeng, O = ouyangpeng, L = Shenzhen, ST = Guangdong, C = Chinese serial number: 5eac1cda validity period start date: Sat Oct 10 11:50:39 CST 2015, deadline: Mon Oct 02 11:50:39 CST 2045 certificate fingerprint: MD5: 91: 15: 11: 06: 05: CB: E0: CB: 4B: 2B: 36: 02: 81: 16: A7: DF SHA1: E9: A3: E4: 95: 1F: D2: 11: 0E: 3E: 89: 45: 26: AB: EF: A2: FB: DB: 3F: 5B: 1A SHA256: C4: D6: 15: 27: 23: 81: EC: 3A: 53: 68: FE: 04: 63: 91: 70: 79: B6: 93: A6: 5F: 3D: 29: ED: 62: 43: 01: 67: 11: F3: 28: 91: 8C signature algorithm name: SHA256withRSA version: 3 extension: #1: ObjectId: 2.5.29.14 Criticality = falseSubjectKeyIdentifier [KeyIdentifier [0000: 69 D8 5C C9 2C 8E 9E B8 49 E3 E1 31 A7 35 B2 D1 I ..,... I .. 1. 5 .. 0010: 10 52 FB 17. R ..]