<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TLS &#8211; Blog Sketch</title>
	<atom:link href="https://blog.ziaowang.top/tag/tls/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ziaowang.top</link>
	<description></description>
	<lastBuildDate>Tue, 07 Apr 2026 08:19:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>关于非对称密码学、CA 和 TLS</title>
		<link>https://blog.ziaowang.top/2024/01/05/rsa-ca-tls/</link>
					<comments>https://blog.ziaowang.top/2024/01/05/rsa-ca-tls/#respond</comments>
		
		<dc:creator><![CDATA[wponaws]]></dc:creator>
		<pubDate>Fri, 05 Jan 2024 00:00:00 +0000</pubDate>
				<category><![CDATA[技术笔记]]></category>
		<category><![CDATA[CA]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[TLS]]></category>
		<guid isPermaLink="false">https://blog.greatdev.top/?p=1151</guid>

					<description><![CDATA[<p>最近一次更新：2026/4/7</p>



<h2 class="wp-block-heading">非对称密码学</h2>



<p>非对称密码学应用两个密钥、公钥 Pub 和私钥 Pri 。对数据应用公钥或私钥的过程是单向的，即计算上不可能通过 Pub(x) 或 Pri(x) 来反解 x。想要通过这两者获得 x，只能应用另一把钥匙，即 Pri(Pub(x)) = x = Pub(Pri(x))。</p>



<p>顾名思义，公钥是公开的、私钥是保密的。利用这一点和上述数学性质，可以实现加密送信和数字签名。&#8230;</p>]]></description>
										<content:encoded><![CDATA[<p>最近一次更新：2026/4/7</p>



<h2 class="wp-block-heading">非对称密码学</h2>



<p>非对称密码学应用两个密钥、公钥 Pub 和私钥 Pri 。对数据应用公钥或私钥的过程是单向的，即计算上不可能通过 Pub(x) 或 Pri(x) 来反解 x。想要通过这两者获得 x，只能应用另一把钥匙，即 Pri(Pub(x)) = x = Pub(Pri(x))。</p>



<p>顾名思义，公钥是公开的、私钥是保密的。利用这一点和上述数学性质，可以实现加密送信和数字签名。&hellip;</p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.ziaowang.top/2024/01/05/rsa-ca-tls/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
