代码拉取完成,页面将自动刷新
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>信息安全经典翻译</title>
<meta name="keywords" content="信息安全经典翻译" />
<meta name="description" content="信息安全经典翻译" />
<link href="templatemo_style.css" rel="stylesheet" type="text/css" />
<link href="s3slider.css" rel="stylesheet" type="text/css" />
<!-- JavaScripts-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/s3Slider.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#slider').s3Slider({
timeOut: 1600
});
});
</script>
</head>
<body>
<div id="templatemo_wrapper">
<div id="templatemo_menu">
<ul>
<li><a href="index.html" class="current">主页</a></li>
<li><a href="portfolio.html">参与人员</a></li>
<li><a href="about.html">关于项目</a></li>
<li><a href="https://gitee.com/uisu/InfSecClaT">项目仓库地址</a></li>
</ul>
</div>
<div id="templatemo_left_column">
<div id="templatemo_header">
<div id="site_title">
<h1><a href="http://www.templatemo.com" target="_parent">经典 <strong>翻译</strong><span>信息安全</span></a></h1>
</div><!-- end of site_title -->
</div> <!-- end of header -->
<div id="templatemo_sidebar">
<div id="templatemo_rss">
<a href="#">加入我们 <br /><span>方便后来者,贡献您的力量</span></a>
</div>
<h4>加入方式</h4>
<ul class="templatemo_list">
<li><a href="" target="_parent">QQ:<img src="./images/qq.png"></a></li>
<li><a href="" target="_parent">微信:<img src="./images/wechat.png"></a></li>
<li><a href="" target="_parent">Email:<img src="./images/email.png"></a></li>
</ul>
加入时请告知您的真实姓名和单位或学校
<div class="cleaner_h40"></div>
<!--
<h4>Friends</h4>
<ul class="templatemo_list">
<li><a href="http://www.templatemo.com" target="_parent">Free CSS Templates</a></li>
<li><a href="http://www.flashmo.com" target="_parent">Flash Templates</a></li>
<li><a href="http://www.flashmo.com/store" target="_parent">Premium Themes</a></li>
<li><a href="http://www.webdesignmo.com/blog" target="_parent">Web Design Blog</a></li>
<li><a href="http://www.koflash.com" target="_parent">Flash Web Gallery</a></li>
<li><a href="#">Curabitur sed lacinia</a></li>
<li><a href="#">Vestibulum laoreet tincidunt</a></li>
<li><a href="#">Nullam nec mi enim</a></li>
<li><a href="#">Aliquam quam nulla</a></li>
<li><a href="#">Curabitur non felis massa</a></li>
</ul>
-->
</div> <!-- end of templatemo_sidebar -->
</div> <!-- end of templatemo_left_column -->
<div id="templatemo_right_column">
<div id="featured_project">
<div id="slider">
<ul id="sliderContent">
<li class="sliderImage">
<a href=""><img src="images/ks-1.png" alt="1" /></a>
<span class="top"><strong>共享</strong><br />人多力量大.</span>
</li>
<li class="sliderImage">
<a href=""><img src="images/ks-1.png" alt="2" /></a>
<span class="bottom"><strong>细读</strong><br />提高自身</span>
</li>
<li class="clear sliderImage"></li>
</ul>
</div>
</div>
<b>颜色含义</b>
<div style="background-color:LightSalmon"> 表示待领养</div>
<div style="background-color:lightyellow"> 表示进行中</div>
<div style="background-color:lightblue"> 部分完成,可发布</div>
<div style="background-color:lightgreen"> 表示已完成</div>
<div id="templatemo_main">
<!--
各种颜色代表的状态
LightSalmon 表示待领养
lightyellow 表示进行中
lightblue 部分完成,可发布
lightgreen 表示已完成
-->
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:lightyellow">
<span class="comment">1924</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/CertainFactosAffTeleSpeed">Certain Factors Affecting Telegraph Speed<br> 影响电报速度的几个因素</a></h2>
<strong>发表时间:</strong>1924 | <strong>作者:</strong> H. NYQUIST | <strong>状态:</strong> <a href="#">进行中</a>
<img src="images/nquist.png" alt="Nyquist" />
<p>这是Nyquist在1924年写的一篇文章,这篇文章的动人之处在于其总结出了情报的传输速度和情报具体表达方式之间的关系w=k* log(m),其中w是情报的传输速度,m是用来表示情况的可区分(可用)电流值。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/CertainFactosAffTeleSpeed">项目目录:CertainFactosAffTeleSpeed</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:lightyellow">
<span class="comment">1928</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/TransOfInformation">Transmission of Information<br> 信息传输</a></h2>
<strong>发表时间:</strong>1928 | <strong>作者:</strong> R.V.L. HARTLEY | <strong>状态:</strong> <a href="#">进行中</a>
<img src="images/hartley.png" alt="hartley" />
<p>这是Harlty在1928年的一篇文章,这篇文章之所以重要,是其给出了信息的度量公式H=n*log(s),香农采用了这种信息度量方式,并就通信的数学原理和保密原理展开系统的讨论。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/TransOfInformation">项目目录:TransOfInformation</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:lightblue">
<span class="comment">1948</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/MathofCom">A Mathematical Theory of Communication<br> 通信数学理论</a></h2>
<strong>发表时间:</strong>1948 | <strong>作者:</strong> C. E. SHANNON | <strong>状态:</strong> 完成(翻译者不详),翻译结果不太满意,等待重塑!
<img src="images/shannon.png" alt="shannon" />
<p>电子通信的奠基之作。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/MathofCom">项目目录:MathofCom</a>
<p>
<a href="https://www.yunzhongzhuan.com/#sharefile=4i1OM2X7_118125">翻译稿下载</a>
</p>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:lightgreen">
<span class="comment">1949</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/CTofSecSys">Communication Theory of Secrecy Systems<br> 秘密系统的通信理论</a></h2>
<strong>发表时间:</strong>1949 | <strong>作者:</strong> C. E. SHANNON | <strong>状态:</strong> 完成 | <strong>译者:</strong> <a href="portfolio.html">晓峰</a>
<img src="images/shannon.png" alt="shannon" />
<p>密码学的奠基之作。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/CTofSecSys">项目目录:CTofSecSys</a>
<p>
<strong>翻译稿下载:</strong><br>
<a href="https://www.yzzpan.com/#sharefile=1CsppTFl_2706936">20231108(最新)</a> <br>
<a href="https://www.yzzpan.com/#sharefile=Jo3fD53x_118460">20230110</a>
</p>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:lightgreen">
<span class="comment">1976</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/PubKeyDH">New Directions in Cryptography<br> 密码学新方向</a></h2>
<strong>发表时间:</strong>1976 | <strong>作者:</strong> WHITFIELD DIFFIE AND MARTIN E. HELLMAN | <strong>状态:</strong> 完成 | <strong>译者:</strong> <a href="portfolio.html">晓峰</a>
<img src="images/dh.png" alt="Diffie-Hellman" />
<p>公钥密码体系开山之作。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/PubKeyDH">项目目录:PubKeyDH</a>
<p>
<a href="https://www.yzzpan.com/#sharefile=f2cOO4aV_171039">翻译稿下载</a>
</p>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:LightSalmon">
<span class="comment">1977</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/ProbCompYao">Probabilistic Computations: Toward a Unified Measure of Complexity<br> 概率计算:迈向复杂度统一度量</a></h2>
<strong>发表时间:</strong>1978 | <strong>作者:</strong> Andrew Chi-Chih Yao(姚期智) | <strong>状态:</strong> 等待领养
<img src="images/yao.png" alt="yao" />
<p></p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/ProbCompYao">项目目录:ProbCompYao</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:LightSalmon">
<span class="comment">1978</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/RSA">A Method for Obtaining Digital Signatures and Public-Key Cryptosystems<br> 一种数字签名方法和公钥密码系统</a></h2>
<strong>发表时间:</strong>1978 | <strong>作者:</strong> R.L. Rivest, A. Shamir, and L. Adleman | <strong>状态:</strong> 等待领养
<img src="images/rsa.png" alt="rsa" />
<p>提出了RSA算法。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/RSA">项目目录:RSA</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:LightSalmon">
<span class="comment">1978</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/Privacy-Homomorphisms"> ON DATA BANKS AND PRIVACY HOMOMORPHISMS<br> 关于数字银行和隐私同态</a></h2>
<strong>发表时间:</strong>1978 | <strong>作者:</strong> Ronald L. Rivest,Len Adleman,Michael L. Dertouzos | <strong>状态:</strong> 等待领养
<img src="" alt="" />
<p>同态加密思想的提出。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/Privacy-Homomorphisms">项目目录:Privacy-Homomorphisms</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:LightGreen">
<span class="comment"><a href="">1979</a></span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/HowToSS"> How to Share a Secret<br> 如何分享一个密码</a></h2>
<strong>发表时间:</strong>1979 | <strong>作者:</strong> Adi Shamir | <strong>状态:</strong> 完成 | <strong>译者:</strong> <a href="portfolio.html">TIMETOA</a>
<img src="images/shamir.png" alt="shamir" />
<p>这篇文章提出著名的shamir密码分享方案。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/HowToSS">项目目录:HowToSS</a>
<p>
<a href="https://www.yunzhongzhuan.com/#sharefile=fsTvDyzD_1758498">翻译稿下载</a>
</p>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:LightGreen">
<span class="comment"><a href="">1979</a></span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/ComplexityQuestionsRelated2DC"> Some Complexity Questions Related to Distributive Computing<br> 与分布式计算相关的复杂性问题</a></h2>
<strong>发表时间:</strong>1979 | <strong>作者:</strong> Andrew Chi-Chih Yao | <strong>状态:</strong> 完成 | <strong>译者:</strong> <a href="portfolio.html">晓峰</a>
<img src="images/yao.png" alt="yao" />
<p>这篇文章提出了著名的百万富翁方案。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/ComplexityQuestionsRelated2DC">项目目录:ComplexityQuestionsRelated2DC</a>
<p>
<a href="https://www.yzzpan.com/#sharefile=a1jLj4iK_118464">翻译稿下载</a>
</p>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:LightSalmon">
<span class="comment">1982</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/ProEncryption(82)"> Probabilistic Encryption & How To Play Mental Poker Keeping Secret All Partial Information<br> 概率加密 & 如何保持所有部分信息保密的同时玩智力扑克</a></h2>
<strong>发表时间:</strong>1982 | <strong>作者:</strong> Shaft Goldwasser and Silvio Micali | <strong>状态:</strong> 等待领养
<img src="images/goldwasser-micali.png" alt="goldwasser-micali" />
<p>概率加密的重要初始文献。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/ProEncryption(82)">项目目录:ProEncryption(82)</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:lightyellow">
<span class="comment"><a href="">1982</a></span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/Protocols4SC"> Protocols for Secure Computations<br> 安全计算协议</a></h2>
<strong>发表时间:</strong>1982 | <strong>作者:</strong> Andrew Chi-Chih Yao | <strong>状态:</strong> 进行中
<img src="images/yao.png" alt="yao" />
<p>安全多方计算早期重要文献。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/Protocols4SC">项目目录:Protocols4SC</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:LightSalmon">
<span class="comment"><a href="">1982</a></span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/TheoryAppTrapdoorYao"> Theory and Applications of Trapdoor Functions<br> 门限函数理论及应用</a></h2>
<strong>发表时间:</strong>1982 | <strong>作者:</strong> Andrew Chi-Chih Yao | <strong>状态:</strong> 等待领养
<img src="images/yao.png" alt="yao" />
<p></p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/TheoryAppTrapdoorYao">项目目录:TheoryAppTrapdoorYao</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:LightSalmon">
<span class="comment">1983</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/SecOfPublicKeyProtocolYao"> On the security of public key protocols<br> 公钥协议的安全性</a></h2>
<strong>发表时间:</strong>1983 | <strong>作者:</strong> Dolev, Danny and Andrew Chi-Chih Yao | <strong>状态:</strong> 等待领养
<img src="images/yao.png" alt="yao" />
<p></p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/SecOfPublicKeyProtocolYao">项目目录:SecOfPublicKeyProtocolYao</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:LightYellow">
<span class="comment">1984</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/ProEncryption(84full)"> Probabilistic Encryption <br> 概率加密</a></h2>
<strong>发表时间:</strong>1984 | <strong>作者:</strong> Shaft Goldwasser and Silvio Micali | <strong>状态:</strong> 进行中
<img src="images/goldwasser-micali.png" alt="goldwasser-micali" />
<p>这是82年那篇文章的完整版,84年发出。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/ProEncryption(84full)">项目目录:ProEncryption(84full)</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:LightSalmon">
<span class="comment">1986</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/GenExSecrets"> How to Generate and Exchange Secrets <br> 如何产生和交换秘密</a></h2>
<strong>发表时间:</strong>1986 | <strong>作者:</strong> Andrew Chi-Chih Yao | <strong>状态:</strong> 等待领养
<img src="images/yao.png" alt="yao" />
<p></p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/GenExSecrets">项目目录:GenExSecrets</a>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:lightblue">
<span class="comment">1997</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/ConcreteSecurityTreatment"> A Concrete Security Treatment of Symmetric Encryption <br> 对称密码的具体安全处理</a></h2>
<strong>发表时间:</strong>1986 | <strong>作者:</strong> M. BELLARE,A. DESAI, E. JOKIPII, R. ROGAWAY | <strong>状态:</strong> 简写版翻译完成,带定理证明的完整版待领养
<img src="" alt="" />
<p></p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/ConcreteSecurityTreatment">项目目录:ConcreteSecurityTreatment</a>
<p>
<a href="https://www.yzzpan.com/#sharefile=GJuQ8tWY_118465">简写版翻译稿下载</a>
</p>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:lightgreen">
<span class="comment">2008</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/Bitcoin-Nakamoto"> Bitcoin: A Peer-to-Peer Electronic Cash System<br> 比特币:一种点对点的电子货币系统</a></h2>
<strong>发表时间:</strong>1986 | <strong>作者:</strong> Satoshi Nakamoto | <strong>状态:</strong> 完成
<img src="images/Nakanoto.png" alt="Nakanoto" />
<p>比特币方案提出的开山文献。作者Nakanoto大家并不知道是谁。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/Bitcoin-Nakamoto">项目目录:Bitcoin-Nakamoto</a>
<p>
<a href="https://www.yunzhongzhuan.com/#sharefile=ooByWDb9_118139">翻译稿下载</a>
</p>
</div>
</div>
<!-- *************************************************************************************-->
<div class="post_section" style="background-color:lightgreen">
<span class="comment">2016</span>
<h2><a href="https://gitee.com/uisu/InfSecClaT/tree/master/BBDP2simon">Bit-Based Division Property and Application to SIMON Family<br>比特可分性及其在SIMON算法上的应用 </a></h2>
<strong>发表时间:</strong>2016| <strong>作者:</strong> Yosuke Todo and Masakatu Morii | <strong>状态:</strong> 完成 | <strong>译者:</strong> <a href="portfolio.html">雨晴</a>
<img src="images/Yosuke-Masakatu.png" alt="Yosuke-Masakatu" />
<p>积分分析由Lars R. Knudsen和David A. Wagner在Square攻击、Saturation攻击和Multiset攻击基础之上提出(Integral cryptanalysis, FSE 2002),其关键是寻找较长的积分区分器,对于分组规模较大、轮函数较复杂的算法,寻找其积分区分器通常比较困难。
Yosuke Todo(藤堂 洋介)在传统积分的基础上提出了可分性(Division Property)的概念(Structural Evaluation by Generalized Integral Property, EUROCRYPT 2015),并给出可分性经过异或、复制、S盒等基本运算的扩散规律,实现了对分组算法积分区分器的有效搜索。
在已有工作的基础上,Yosuke Todo和Masakatu Morii(森井 昌克)进一步提出了比特可分性(Bit-based Division Property)的概念,并实现了对SIMON算法的积分区分器搜索(本文,Bit-based division property and application to SIMON family, FSE 2016)。</p>
<a href="https://gitee.com/uisu/InfSecClaT/tree/master/BBDP2simon">项目目录:BBDP2simon</a>
<p>
<a href="https://www.yunzhongzhuan.com/#sharefile=DNoKpsoP_166377">翻译稿下载</a>
</p>
</div>
<div class="cleaner"></div>
</div>
<!-- end of templatemo_main -->
<div class="cleaner_h20"></div>
<div id="templatemo_footer">
阅读,共享
<!--
Copyright © 2048 <a href="#">Your Company Name</a> |
<a href="http://www.iwebsitetemplate.com" target="_parent">Website Templates</a> by <a href="http://www.templatemo.com" target="_parent">Free CSS Templates</a>
-->
</div>
<div class="cleaner"></div>
</div> <!-- end of warpper -->
<div align=center>This template downloaded form <a href='http://all-free-download.com/free-website-templates/'>free website templates</a></div></body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。