微博

ECO中文网

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 3509|回复: 0
打印 上一主题 下一主题
收起左侧

2002 罗纳德-里维斯特

[复制链接]
跳转到指定楼层
1
发表于 2022-4-17 17:00:03 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册 与译者交流

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
Ronald L Rivest
BIRTH:
1947, Schenectady, New York, USA

EDUCATION:
Niskayuna High School, Niskayuna, New York, USA (1965); BA (Mathematics, Yale University, 1969); Ph.D. (Computer Science, Stanford University, 1973)

EXPERIENCE:
INRIA, Rocquencourt, France (post-doctorate position, 1973-1974); MIT (professor of Electrical Engineering and Computer Department, member of MIT's Computer Science and Artificial Intelligence Laboratory, CSAIL, a member of their Theory of Computation Group and a leader of its Cryptography and Information Security Group, from 1974)

HONORS AND AWARDS:
Member, National Academy of Engineering (1990); Fellow of the ACM (1993); Member, American Academy of Arts and Sciences (1993); National Computer Systems Security Award (1996); ACM Paris Kanellakis Theory and Practice Award (1997); IEEE Koji Kobayashi Computers and Communications Award, with A. Shamir and L. Adleman (2000); Secure Computing Lifetime Achievement Award, with A. Shamir and L. Adleman (2000); ACM Turing Award, with A. Shamir and L. Adleman (2002); Honorary doctorate, University of Rome La Sapienza (2002); Fellow, International Association for Cryptologic Research (2004); Member, National Academy of Science (2004); MITX Lifetime Achievement Award (2005); Marconi Prize (2007); Computers, Freedom and Privacy Conference "Distinguished Innovator" award (2007); Killian Burgess and Elizabeth Jamieson Award from MIT EECS Department (2008); honorary doctorate, Louvain School of Engineering at the Université Catholique de Louvain (2008); Faculty Achievement Award from MIT (2009); NEC C&C Prize, with A. Shamir and L. Adleman (2009); RSA 2011 Conference Lifetime Achievement Award, with A. Shamir and L. Adleman (2011); named an Institute Professor at MIT (2015).

RONALD (RON) LINN RIVEST DL Author Profile link
United States – 2002
CITATION
Together with Leonard M. Adleman and Adi Shamir, for their ingenious contribution to making public-key cryptography useful in practice.

SHORT ANNOTATED
BIBLIOGRAPHY
ACM TURING AWARD
LECTURE VIDEO
RESEARCH
SUBJECTS
ADDITIONAL
MATERIALS
VIDEO INTERVIEW
Ron Rivest grew up in Niskayuna, New York, a suburb of Schenectady. He attended public schools and graduated from the Niskayuna High School in 1965. He graduated from Yale University in 1969 with a B.A. in mathematics, and from Stanford University in 1973 with a PhD in Computer Science. He learned from the best: his PhD supervisor was Turing Award recipient Robert Floyd, and he worked closely with Turing Award laureate Don Knuth.

Rivest describes his graduate student experience of the Stanford computer science department during the early 1970s.       
Following graduate study he accepted a post-doctoral position at INRIA in Rocquencourt, France before taking a job at MIT, where he has been ever since. He currently holds the Andrew and Erna Viterbi professorship in the Department of Electrical Engineering and Computer Science.

At MIT he met Leonard M. Adleman and Adi Shamir, who collaborated with Ron on their fundamental advance in cryptography. They were inspired by a 1976 paper [4] by cryptographers Whitfield Diffie and Martin Hellman discussing several new developments in cryptography. It described ways for the sender and receiver of private messages to avoid needing a shared secret key, but it did not provide any realistic way to implement these concepts. Rivest, Shamir, and Adleman presented practical implementations in their 1977 paper, “A method for obtaining digital signatures and public-key cryptosystems,” [1] which showed how a message could easily be encoded, sent to a recipient, and decoded with little chance of it being decoded by a third party who sees it.

Rivest describes the creation of the RSA public key cryptosystem..       
The method, known as Public Key Cryptography, uses two different but mathematically linked keys: one public key used to encrypt the message, and a completely different private key used to decrypt it. The encrypting key is made public by individuals who wish to receive messages, but the secret decrypting key is known only them. The two keys are linked by some well-defined mathematical relationship, but determining the decryption key from its publically available counterpart is either impossible or so prohibitively expensive that it cannot be done in practice. The “RSA” method (from the first letters of the names of the three authors) relies on the fact that nobody has yet developed an efficient algorithm for factoring very large integers. There is no guarantee, however, that it will be difficult forever; should a large quantum computer ever be built, it might be able to break the system.

A detailed discussion of the theory and practice behind RSA can be found here. The computer code to implement it is quite simple, and as long as suitably large integer keys are used, no one knows how to break an encoded message.

RSA is used in almost all internet-based commercial transactions. Without it, commercial online activities would not be as widespread as they are today. It allows users to communicate sensitive information like credit card numbers over an unsecure internet without having to agree on a shared secret key ahead of time. Most people ordering items over the internet don’t know that the system is in use unless they notice the small padlock symbol in the corner of the screen. RSA is a prime example of an abstract elegant theory that has had great practical application.

After developing the basic method in 1977, the three Turing Award recipients founded RSA Data Security in 1983. The company was later acquired by Security Dynamics, which was in turn purchased by EMC in 2006. It has done cryptographic research, sponsored conferences, shown how earlier encryption systems could be compromised, and spun off other companies such as Verisign. Rivest thus demonstrated that he could move easily between theory and practice. When the 1983 patent on RSA [2] was about to expire, RSA Data Security published all the details of its implementation so that there would be no question that anyone could create products incorporating the method.

Rivest discusses the challenges of applying RSA and his co-founding of a company, RSA Data Security, to develop its commercial potential.       
The three Turing Award recipients were not aware that a similar method had been developed years before by British mathematician Clifford Cocks, who extended the even earlier work of James H. Ellis. Cocks was doing his encryption work at the Government Communications Headquarters (GCHQ), so it was classified as secret and not released until 1997, twenty years after Rivest, Adleman, and Shamir had published their independent discovery.

In addition to the well-known RSA scheme, Rivest designed several other encoding methods for special applications. RC2, or “Ron’s Code 2,” was designed in 1987 as an encoding method for Lotus Corporation to use in the international version of their Lotus Notes product. The US National Security Agency (NSA) had prohibited the export of software unless it met restrictions designed to ensure that sensitive technology did not fall into unfriendly hands; RC2 was effective but still met those restrictions. Details of all six (two of which were never released) of Ron’s RC algorithms can be found here.

Rivest’s interests in security are not limited to encryption. For example, he is a member of the US government technical committee that develops election guidelines, and he published a 2006 paper [5] describing a novel three-ballot voting scheme. The paper is posted on his MIT website and is modified occasionally to eliminate problems that others have noted. As Rivest notes at the end:

ThreeBallot is hereby placed in the public domain—I am not filing for any patents on this approach, and we encourage others who work on extensions, improvements, or variations of this approach to act similarly. Our democracy is too important...

Ron is also an inspirational teacher. His co-written influential textbook Introduction to Algorithms [3], based on his undergraduate and graduate courses, has become a classroom standard. More than 500,000 copies were sold in 20 years.



罗纳德-里维斯特
出生地:美国
1947年,美国纽约州斯克内克塔迪,美国

学历:美国纽约尼斯卡尤纳高中(1965年);文学学士(耶鲁大学数学,1969年);博士(斯坦福大学计算机科学,1973)。

工作经验。
法国Rocquencourt的INRIA(博士后职位,1973-1974);麻省理工学院(电子工程和计算机系教授,麻省理工学院计算机科学和人工智能实验室的成员,CSAIL,其计算理论组的成员和其密码学和信息安全组的领导人,从1974年起)

荣誉和奖项。
国家工程院院士(1990年);ACM院士(1993年);美国艺术与科学院院士(1993年);国家计算机系统安全奖(1996年);ACM巴黎Kanellakis理论与实践奖(1997年);IEEE Koji Kobayashi计算机与通信奖,与A. Shamir和L. Adleman(2000年);安全计算终身成就奖,与A. Shamir和L. Adleman(2000年);ACM图灵奖,与A. Shamir和L. Adleman(2002年);罗马大学La Sapienza分校荣誉博士(2002年);国际密码研究协会研究员(2004年);国家科学院院士(2004年);MITX终身成就奖(2005年);马可尼奖(2007年)。计算机、自由和隐私会议 "杰出创新者 "奖(2007年);麻省理工学院EECS系Killian Burgess和Elizabeth Jamieson奖(2008年);卢万天主教大学卢万工程学院荣誉博士(2008年);麻省理工学院教师成就奖(2009年);NEC C&C奖,与A. Shamir和L. Adleman(2009年);RSA 2011会议终身成就奖,与A. Shamir和L. Adleman(2011年);被任命为麻省理工学院的研究所教授(2015年)。

RONALD (RON) LINN RIVEST DL作者简介链接
美国 - 2002年
参考文献
与Leonard M. Adleman和Adi Shamir一起,为使公钥密码学在实践中发挥作用做出了巧妙的贡献。

简短注释
书目
亚马逊图灵奖
讲座视频
研究成果
主题
额外的
材料
采访视频
罗恩-里维斯特在纽约的尼斯卡尤纳长大,那里是斯克内克塔迪的郊区。他在公立学校上学,1965年毕业于尼斯卡尤纳高中。1969年他毕业于耶鲁大学,获得数学学士学位,1973年毕业于斯坦福大学,获得计算机科学博士学位。他向最好的人学习:他的博士生导师是图灵奖获得者罗伯特-弗洛伊德,他与图灵奖获得者唐-诺思密切合作。

里维斯特描述了他在1970年代早期在斯坦福大学计算机科学系的研究生经历。       
研究生毕业后,他接受了法国Rocquencourt的INRIA的博士后职位,然后到麻省理工学院工作,一直到现在。他目前在电子工程和计算机科学系担任安德鲁和埃尔纳-维特比教授的职务。

在麻省理工学院,他遇到了Leonard M. Adleman和Adi Shamir,他们与罗恩合作,在密码学方面取得了根本性进展。他们的灵感来自于密码学家Whitfield Diffie和Martin Hellman在1976年的一篇论文[4],讨论了密码学的几个新发展。它描述了私人信息的发送者和接收者避免需要共享秘钥的方法,但它没有提供任何现实的方法来实现这些概念。Rivest、Shamir和Adleman在他们1977年的论文 "一种获得数字签名和公钥密码系统的方法"[1]中提出了实际的实现方法,该论文展示了如何轻松地对信息进行编码、发送至收件人并进行解码,而被看到信息的第三方解码的可能性很小。

Rivest描述了RSA公钥密码系统的创建。       
这种方法被称为公钥加密法,使用两个不同但在数学上有联系的密钥:一个公钥用于加密信息,一个完全不同的私钥用于解密信息。加密密钥由希望接收信息的个人公开,但秘密的解密密钥只有他们知道。这两把钥匙通过某种明确的数学关系联系在一起,但从公开的对应钥匙中确定解密钥匙要么是不可能的,要么是太昂贵了,以至于在实践中无法做到这一点。RSA "方法(来自三位作者名字的第一个字母)依赖于这样一个事实,即还没有人开发出一种有效的算法来处理非常大的整数。然而,并不能保证它永远困难;如果有一天大型量子计算机建成,它可能会打破这个系统。

关于RSA背后的理论和实践的详细讨论可以在这里找到。实现它的计算机代码相当简单,只要使用适当大的整数密钥,没有人知道如何破解一个编码信息。

RSA几乎被用于所有基于互联网的商业交易中。没有它,商业在线活动就不会像今天这样广泛。它允许用户在不安全的互联网上交流敏感信息,如信用卡号码,而不需要提前商定一个共享的秘密密钥。大多数人在互联网上订购物品时,除非注意到屏幕角落里的小挂锁符号,否则不知道该系统正在使用。RSA是一个抽象而优雅的理论的最好例子,它有很大的实际应用。

在1977年开发出基本方法后,三位图灵奖得主于1983年成立了RSA数据安全公司。该公司后来被Security Dynamics收购,后者又在2006年被EMC收购。它做过加密研究,赞助过会议,展示了早期的加密系统是如何被破坏的,并分拆了其他公司,如威瑞信。里弗斯特由此证明,他可以很容易地在理论和实践之间游走。当1983年RSA[2]的专利即将到期时,RSA数据安全公司公布了其实施的所有细节,这样就不会有任何人可以创造出包含该方法的产品。

Rivest讨论了应用RSA的挑战和他共同创立的公司RSA数据安全公司,以开发其商业潜力。       
这三位图灵奖获得者并不知道英国数学家Clifford Cocks在几年前就已经开发了类似的方法,他扩展了James H. Ellis更早的工作。科克斯当时在政府通信总部(GCHQ)从事加密工作,所以它被列为机密,直到1997年才被公布,也就是在里维斯特、阿德尔曼和沙米尔发表他们的独立发现20年后。

除了众所周知的RSA方案外,Rivest还为特殊应用设计了其他几种编码方法。RC2,即 "Ron's Code 2",是在1987年为Lotus公司设计的一种编码方法,用于其Lotus Notes产品的国际版本。美国国家安全局(NSA)曾禁止出口软件,除非它符合旨在确保敏感技术不落入不友好者手中的限制;RC2是有效的,但仍然符合这些限制。罗恩的所有六种(其中两种从未发布)RC算法的细节可以在这里找到。

里维斯特对安全的兴趣并不限于加密。例如,他是美国政府制定选举准则的技术委员会的成员,他在2006年发表了一篇论文[5],描述了一种新颖的三票制投票方案。这篇论文发布在他的麻省理工学院的网站上,并不时地进行修改,以消除其他人指出的问题。正如Rivest在文末指出的那样

ThreeBallot在此被置于公共领域,我不会为这种方法申请任何专利,我们鼓励其他从事这种方法的扩展、改进或变体的人也这样做。我们的民主太重要了...

罗恩也是一位鼓舞人心的老师。他与人合写的有影响力的教科书《算法导论》[3],基于他的本科和研究生课程,已经成为课堂上的一个标准。在20年内,售出了超过50万册。
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 顶 踩
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|网站地图|关于我们|ECO中文网 ( 京ICP备06039041号  

GMT+8, 2024-4-20 08:08 , Processed in 0.337363 second(s), 19 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表