<?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>阅微堂 &#187; RSA</title>
	<atom:link href="http://zhiqiang.org/blog/tag/rsa/feed" rel="self" type="application/rss+xml" />
	<link>http://zhiqiang.org/blog</link>
	<description>数学、金融、计算机</description>
	<lastBuildDate>Wed, 23 May 2012 08:37:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>RSA的SecureID token数据被偷了？</title>
		<link>http://zhiqiang.org/blog/memopad/secureid-token-was-stolen.html</link>
		<comments>http://zhiqiang.org/blog/memopad/secureid-token-was-stolen.html#comments</comments>
		<pubDate>Thu, 09 Jun 2011 04:23:41 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[记事本]]></category>
		<category><![CDATA[One-Time Passport]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[密码学]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/?p=2249</guid>
		<description><![CDATA[博客 » 记事本 » One-Time Passport，RSA，密码学 » WSJ报道：RSA承认其数据被偷，4000万SecureID token需要被更新。中国银行银行密钥用的就是RSA生产，就是下图这玩意儿，手里有这玩意儿的同学们要小心了（当然，如果你的账户里的钱没有6位数以上，也不用太担心，毕竟网银的安全性不全依赖于这个设备）： SecureID token是一次性密码，原理很简单，小设备和服务器上保存了公共的seed...]]></description>
			<content:encoded><![CDATA[<p id="breadcrumb" class="breadcrumb"><a href="http://zhiqiang.org/blog/">博客</a> » <a href="http://zhiqiang.org/blog/category/memopad">记事本</a> » <a href="http://zhiqiang.org/blog/tag/one-time-passport" rel="tag">One-Time Passport</a>，<a href="http://zhiqiang.org/blog/tag/rsa" rel="tag">RSA</a>，<a href="http://zhiqiang.org/blog/tag/%e5%af%86%e7%a0%81%e5%ad%a6" rel="tag">密码学</a> » </p><p><a href="http://online.wsj.com/article/SB10001424052702304906004576369990616694366.html?mod=djemalertTECH">WSJ报道</a>：RSA承认其数据被偷，4000万SecureID token需要被更新。中国银行银行密钥用的就是RSA生产，就是下图这玩意儿，手里有这玩意儿的同学们要小心了（当然，如果你的账户里的钱没有6位数以上，也不用太担心，毕竟网银的安全性不全依赖于这个设备）：</p>
<p><img src="http://si.wsj.net/public/resources/images/MK-BM573_RSA_G_20110606193315.jpg" alt="" /></p>
<p>SecureID token是<a href="http://zhiqiang.org/blog/science/computer-science/tcs-one-time-password-and-application-of-a-one-time-password.html">一次性密码</a>，原理很简单，小设备和服务器上保存了公共的seed，每次需要密码时，小设备用当前时间和seed产生一串数字（简单的hash算法即可做到），服务器上也用同样的算法进行验证。这里最关键的数据是这一串seed。目前从各个新闻上看来，RSA泄漏的便是它的seed数据库。</p>
<div><h4>相关文章</h4><ul><li ><a href="http://zhiqiang.org/blog/science/computer-science/tcs-one-time-password-and-application-of-a-one-time-password.html">TCS：One-Time Password 一次性密码及其应用</a></li><li class='currentpost'><a href="http://zhiqiang.org/blog/memopad/secureid-token-was-stolen.html">RSA的SecureID token数据被偷了？</a></li><li ><a href="http://zhiqiang.org/blog/science/computer-science/preliminary-computer-theory-xiao-yun-wang-from-the-hash-function-to-crack-md5.html">理论计算机初步：从hash函数到王小云的MD5破解</a></li><li ><a href="http://zhiqiang.org/blog/science/computer-science/md5-collision-application.html">MD5碰撞的新玩意儿</a></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2011. | <a href="http://zhiqiang.org/blog/memopad/secureid-token-was-stolen.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/memopad/secureid-token-was-stolen.html#comments">2 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/memopad/secureid-token-was-stolen.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TCS：One-Time Password 一次性密码及其应用</title>
		<link>http://zhiqiang.org/blog/science/computer-science/tcs-one-time-password-and-application-of-a-one-time-password.html</link>
		<comments>http://zhiqiang.org/blog/science/computer-science/tcs-one-time-password-and-application-of-a-one-time-password.html#comments</comments>
		<pubDate>Wed, 01 Nov 2006 11:19:31 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[计算机科学]]></category>
		<category><![CDATA[hash函数]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[One-Time Passport]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[密码学]]></category>
		<category><![CDATA[理论计算机其它]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/474.html</guid>
		<description><![CDATA[博客 » 计算机科学 » hash函数，MD5，One-Time Passport，RSA，密码学，理论计算机其它 » 题外话：此篇隶属于理论计算机(TCS)系列。 昨天，RSA实验室的首席科学家Burt Kaliski（同时也是副总裁）给我们做了一个讲座，关于最新的One-Time Password的一些应用。开始讲的时候还不觉得有啥，后来想了一下，这玩艺儿还是挺有用的，怪不得RSA Lab对之这么看重。 One-Time Password，就是给用户端一...]]></description>
			<content:encoded><![CDATA[<p id="breadcrumb" class="breadcrumb"><a href="http://zhiqiang.org/blog/">博客</a> » <a href="http://zhiqiang.org/blog/category/science/computer-science">计算机科学</a> » <a href="http://zhiqiang.org/blog/tag/hash%e5%87%bd%e6%95%b0" rel="tag">hash函数</a>，<a href="http://zhiqiang.org/blog/tag/md5" rel="tag">MD5</a>，<a href="http://zhiqiang.org/blog/tag/one-time-passport" rel="tag">One-Time Passport</a>，<a href="http://zhiqiang.org/blog/tag/rsa" rel="tag">RSA</a>，<a href="http://zhiqiang.org/blog/tag/%e5%af%86%e7%a0%81%e5%ad%a6" rel="tag">密码学</a>，<a href="http://zhiqiang.org/blog/tag/%e7%90%86%e8%ae%ba%e8%ae%a1%e7%ae%97%e6%9c%ba%e5%85%b6%e5%ae%83" rel="tag">理论计算机其它</a> » </p><p>题外话：此篇隶属于<a href="http://zhiqiang.org/blog/science/computer-science/preliminary-computer-theory-preface.html">理论计算机(TCS)系列</a>。</p>
<p>昨天，RSA实验室的首席科学家Burt Kaliski（同时也是副总裁）给我们做了一个讲座，关于最新的One-Time Password的一些应用。开始讲的时候还不觉得有啥，后来想了一下，这玩艺儿还是挺有用的，怪不得RSA Lab对之这么看重。</p>
<p>One-Time Password，就是给用户端一个Token（可以是一个小电子设备的形式），与服务器段共享了一个seed，利用这个seed，双方在相同时间能产生一个相同的password（比如使用hash函数处理seed + time——hash函数介绍见<a href="http://zhiqiang.org/blog/science/computer-science/preliminary-computer-theory-xiao-yun-wang-from-the-hash-function-to-crack-md5.html">从hash函数到王小云的MD5破解</a>），用户利用Token生成的密码登录服务器，服务器进行对比验证。</p>
<p>目前密码体系的不安全之处在于数据传输可能被监听，用户客户端可能存在木马，用户可能随手写下密码造成密码泄露等等。而利用上面的One-Time Password，即使这个密码被人非法获取，也不会造成损失。所以，这玩艺儿在银行的密码管理中是非常有用的，听说有银行已经开始使用此类技术。</p>
<p>Burt Kaliski此次讲座讲了One-Time Password的四个应用：</p>
<ul>
<li>How to authenticate to a laptop computer with an OTP token -- without storing long-term secrets on the computer
</li>
<li>How to use the same token to authenticate to multiple servers -- without sharing secrets among the servers or relying on a third party
</li>
<li>How to set up a strong, shared key between parties that only share a short OTP value
</li>
<li>How to protect OTPs against malware and MITM attacks</li>
</ul>
<p>这些比较技术化，不详述。</p>
<p>关于RSA实验室：RSA即鼎鼎有名的RSA公钥密码体系，在密码界举足轻重。讲座完毕之后，有人问起RSA的前途，Burt说RSA公钥密码体系已经发明30年了，估计还能用30年，因为估计30年后量子计算机已经有所突破（量子计算机下，RSA公钥密码体系所依赖的大数分解已经被证明是不安全的）。</p>
<p>记得Yao以前也多次提到，在未来15到20年，量子计算机必有所突破，是将来的大热门啊。也许我也应该去玩这个。</p>
<p>参考：</p>
<ul>
<li><a href="http://www.rsa.com:80/rsalabs/node.asp?id=2816" target="_blank">RSA Lab上的One-Time Password主页</a>
</li>
<li><a href="http://crypto.stanford.edu/TIPPI/" target="_blank">2nd Trustworthy Interfaces for Passwords and Personal Information Workshop</a></li>
</ul>
<div><h4>相关文章</h4><ul><li class='currentpost'><a href="http://zhiqiang.org/blog/science/computer-science/tcs-one-time-password-and-application-of-a-one-time-password.html">TCS：One-Time Password 一次性密码及其应用</a></li><li ><a href="http://zhiqiang.org/blog/memopad/secureid-token-was-stolen.html">RSA的SecureID token数据被偷了？</a></li><li ><a href="http://zhiqiang.org/blog/science/computer-science/preliminary-computer-theory-xiao-yun-wang-from-the-hash-function-to-crack-md5.html">理论计算机初步：从hash函数到王小云的MD5破解</a></li><li ><a href="http://zhiqiang.org/blog/science/computer-science/md5-collision-application.html">MD5碰撞的新玩意儿</a></li><li ><a href="http://zhiqiang.org/blog/science/computer-science/game-theory-computing-nash-equilibrium.html">TCS: Game Theory &amp; 纳什均衡的计算</a></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2006. | <a href="http://zhiqiang.org/blog/science/computer-science/tcs-one-time-password-and-application-of-a-one-time-password.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/science/computer-science/tcs-one-time-password-and-application-of-a-one-time-password.html#comments">3 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/science/computer-science/tcs-one-time-password-and-application-of-a-one-time-password.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

