<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	「getapkinfo.sh」的评论	</title>
	<atom:link href="https://www.somedoc.net/2018/09/10/getapkinfo-sh/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.somedoc.net/2018/09/10/getapkinfo-sh/</link>
	<description>看前面，黑洞洞</description>
	<lastBuildDate>Mon, 17 Sep 2018 08:53:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>
		评论者：张三太爷		</title>
		<link>https://www.somedoc.net/2018/09/10/getapkinfo-sh/#comment-6879</link>

		<dc:creator><![CDATA[张三太爷]]></dc:creator>
		<pubDate>Mon, 17 Sep 2018 08:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.somedoc.net/?p=3823#comment-6879</guid>

					<description><![CDATA[文中计算证书 MD5 的方法是有缺陷的，因为 CERT.RSA 文件可能会变化，所以还是使用传统的证书的 MD5 值为佳。


certMd5=`unzip -cqq &quot;$apk&quot; &quot;$certFile&quot; &#124; openssl pkcs7 -inform DER -print_certs &#124; openssl x509 -noout -fingerprint -md5 -inform pem &#124; sed -e &quot;s/.*=//g&quot; -e &quot;s/://g&quot;`]]></description>
			<content:encoded><![CDATA[<p>文中计算证书 MD5 的方法是有缺陷的，因为 CERT.RSA 文件可能会变化，所以还是使用传统的证书的 MD5 值为佳。</p>
<p>certMd5=<code>unzip -cqq "$apk" "$certFile" | openssl pkcs7 -inform DER -print_certs | openssl x509 -noout -fingerprint -md5 -inform pem | sed -e "s/.*=//g" -e "s/://g"</code></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
