HOME

TheInfoList



OR:

Ronald Linn Rivest (; born May 6, 1947) is an American cryptographer and computer scientist whose work has spanned the fields of algorithms and combinatorics, cryptography, machine learning, and election integrity. He is an Institute Professor at the
Massachusetts Institute of Technology The Massachusetts Institute of Technology (MIT) is a Private university, private research university in Cambridge, Massachusetts, United States. Established in 1861, MIT has played a significant role in the development of many areas of moder ...
(MIT), and a member of MIT's Department of Electrical Engineering and Computer Science and its Computer Science and Artificial Intelligence Laboratory. Along with Adi Shamir and Len Adleman, Rivest is one of the inventors of the RSA algorithm. He is also the inventor of the symmetric key encryption algorithms RC2, RC4, and RC5, and co-inventor of RC6. (''RC'' stands for "Rivest Cipher".) He also devised the MD2, MD4, MD5 and MD6 cryptographic hash functions.


Education

Rivest earned a
bachelor's degree A bachelor's degree (from Medieval Latin ''baccalaureus'') or baccalaureate (from Modern Latin ''baccalaureatus'') is an undergraduate degree awarded by colleges and universities upon completion of a course of study lasting three to six years ...
in mathematics from
Yale University Yale University is a Private university, private Ivy League research university in New Haven, Connecticut, United States. Founded in 1701, Yale is the List of Colonial Colleges, third-oldest institution of higher education in the United Stat ...
in 1969, and a Ph.D. degree in computer science from
Stanford University Leland Stanford Junior University, commonly referred to as Stanford University, is a Private university, private research university in Stanford, California, United States. It was founded in 1885 by railroad magnate Leland Stanford (the eighth ...
in 1974 for research supervised by Robert W. Floyd.


Career

At MIT, Rivest is a member of the Theory of Computation Group, and founder of MIT CSAIL's Cryptography and Information Security Group. Rivest was a founder of RSA Data Security (now merged with Security Dynamics to form RSA Security), Verisign, and of Peppercoin. His former doctoral students include Avrim Blum, Benny Chor, Sally Goldman, Burt Kaliski, Anna Lysyanskaya, Ron Pinter, Robert Schapire, Alan Sherman, and Mona Singh.


Research

Rivest is especially known for his research in
cryptography Cryptography, or cryptology (from "hidden, secret"; and ''graphein'', "to write", or ''-logy, -logia'', "study", respectively), is the practice and study of techniques for secure communication in the presence of Adversary (cryptography), ...
. He has also made significant contributions to
algorithm In mathematics and computer science, an algorithm () is a finite sequence of Rigour#Mathematics, mathematically rigorous instructions, typically used to solve a class of specific Computational problem, problems or to perform a computation. Algo ...
design, to the computational complexity of
machine learning Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of Computational statistics, statistical algorithms that can learn from data and generalise to unseen data, and thus perform Task ( ...
, and to election security.


Cryptography

The publication of the RSA cryptosystem by Rivest, Adi Shamir, and Leonard Adleman in 1978 revolutionized modern cryptography by providing the first usable and publicly described method for
public-key cryptography Public-key cryptography, or asymmetric cryptography, is the field of cryptographic systems that use pairs of related keys. Each key pair consists of a public key and a corresponding private key. Key pairs are generated with cryptographic alg ...
. The three authors won the 2002 Turing Award, the top award in computer science, for this work. The award cited "their ingenious contribution to making public-key cryptography useful in practice". The same paper that introduced this cryptosystem also introduced
Alice and Bob Alice and Bob are fictional characters commonly used as placeholders in discussions about cryptography, cryptographic systems and Cryptographic protocol, protocols, and in other science and engineering literature where there are several partici ...
, the fictional heroes of many subsequent
cryptographic protocol A cryptographic protocol is an abstract or concrete Communications protocol, protocol that performs a information security, security-related function and applies cryptographic methods, often as sequences of cryptographic primitives. A protocol desc ...
s. In the same year, Rivest, Adleman, and Michael Dertouzos first formulated
homomorphic encryption Homomorphic encryption is a form of encryption that allows computations to be performed on encrypted data without first having to decrypt it. The resulting computations are left in an encrypted form which, when decrypted, result in an output th ...
and its applications in secure
cloud computing Cloud computing is "a paradigm for enabling network access to a scalable and elastic pool of shareable physical or virtual resources with self-service provisioning and administration on-demand," according to International Organization for ...
, an idea that would not come to fruition until over 40 years later when secure homomorphic encryption algorithms were finally developed. Rivest was one of the inventors of the GMR public signature scheme, published with
Shafi Goldwasser Shafrira Goldwasser (; born 1959) is an Israeli-American computer scientist. A winner of the Turing Award in 2012, she is the RSA Professor of Electrical Engineering and Computer Science at the Massachusetts Institute of Technology; a professor o ...
and Silvio Micali in 1988, and of ring signatures, an anonymized form of group signatures invented with Shamir and Yael Tauman Kalai in 2001. He designed the MD4 and MD5 cryptographic hash functions, published in 1990 and 1992 respectively, and a sequence of symmetric key block ciphers that include RC2, RC4, RC5, and RC6. Other contributions of Rivest to cryptography include chaffing and winnowing, the interlock protocol for authenticating anonymous key-exchange, cryptographic time capsules such as LCS35 based on anticipated improvements to computation speed through Moore's law, key whitening and its application through the xor–encrypt–xor key mode in extending the Data Encryption Standard to DES-X, and the Peppercoin system for cryptographic micropayments.


Algorithms

In 1973, Rivest and his coauthors published the first selection algorithm that achieved linear time without using randomization. Their algorithm, the median of medians method, is commonly taught in algorithms courses. Rivest is also one of the two namesakes of the Floyd–Rivest algorithm, a randomized selection algorithm that achieves a near-optimal number of comparisons. Rivest's 1974 doctoral dissertation concerned the use of hash tables to quickly match partial words in documents; he later published this work as a journal paper. His research from this time on self-organizing lists became one of the important precursors to the development of competitive analysis for online algorithms. In the early 1980s, he also published well-cited research on two-dimensional bin packing problems, and on channel routing in VLSI design. He is a co-author of ''
Introduction to Algorithms ''Introduction to Algorithms'' is a book on computer programming by Thomas H. Cormen, Charles E. Leiserson, Ron Rivest, Ronald L. Rivest, and Clifford Stein. The book is described by its publisher as "the leading algorithms text in universities w ...
'' (also known as ''CLRS''), a standard textbook on algorithms, with Thomas H. Cormen, Charles E. Leiserson and Clifford Stein. First published in 1990, it has extended into four editions, the latest in 2022.


Learning

In the problem of decision tree learning, Rivest and Laurent Hyafil proved that it is NP-complete to find a decision tree that identifies each of a collection of objects through binary-valued questions (as in the parlor game of twenty questions) and that minimizes the expected number of questions that will be asked. With Avrim Blum, Rivest also showed that even for very simple
neural networks A neural network is a group of interconnected units called neurons that send signals to one another. Neurons can be either Cell (biology), biological cells or signal pathways. While individual neurons are simple, many of them together in a netwo ...
it can be NP-complete to train the network by finding weights that allow it to solve a given classification task correctly. Despite these negative results, he also found methods for efficiently inferring decision lists, decision trees, and finite automata.


Elections

A significant topic in Rivest's more recent research has been election security, based on the principle of software independence: that the security of elections should be founded on physical records, so that hidden changes to software used in voting systems cannot result in undetectable changes to election outcomes. His research in this area includes improving the robustness of mix networks in this application, the 2006 invention of the ThreeBallot paper ballot based end-to-end auditable voting system (which he released into
public domain The public domain (PD) consists of all the creative work to which no Exclusive exclusive intellectual property rights apply. Those rights may have expired, been forfeited, expressly Waiver, waived, or may be inapplicable. Because no one holds ...
in the interest of promoting democracy), and the development of the Scantegrity security system for optical scan voting systems. He was a member of the Election Assistance Commission's Technical Guidelines Development Committee.


Honors and awards

Rivest is a member of the
National Academy of Engineering The National Academy of Engineering (NAE) is an American Nonprofit organization, nonprofit, NGO, non-governmental organization. It is part of the National Academies of Sciences, Engineering, and Medicine (NASEM), along with the National Academ ...
, the
National Academy of Sciences The National Academy of Sciences (NAS) is a United States nonprofit, NGO, non-governmental organization. NAS is part of the National Academies of Sciences, Engineering, and Medicine, along with the National Academy of Engineering (NAE) and the ...
, and is a Fellow of the Association for Computing Machinery, the International Association for Cryptologic Research, and the
American Academy of Arts and Sciences The American Academy of Arts and Sciences (The Academy) is one of the oldest learned societies in the United States. It was founded in 1780 during the American Revolution by John Adams, John Hancock, James Bowdoin, Andrew Oliver, and other ...
. Together with Adi Shamir and Len Adleman, he has been awarded the 2000 IEEE Koji Kobayashi Computers and Communications Award and the Secure Computing Lifetime Achievement Award. He also shared with them the Turing Award. Rivest has received an honorary degree (the "laurea honoris causa") from the Sapienza University of Rome.Biography
Archived fro

on 2011-12-06.
In 2005, he received the MITX Lifetime Achievement Award. Rivest was named in 2007 the Marconi Fellow, and on May 29, 2008, he also gave the Chesley lecture at
Carleton College Carleton College ( ) is a Private college, private Liberal arts colleges in the United States, liberal arts college in Northfield, Minnesota, United States. Founded in 1866, the main campus is between Northfield and the approximately Carleton ...
. He was named an Institute Professor at MIT in June 2015.


Selected publications

Rivest's publications include:


Algorithms


Cryptography


Learning


Elections and voting


Personal life

His son is Chris Rivest, entrepreneur and company co-founder.Cf. Acknowledgements, p.xxi, in Cormen, Rivest, et al.
''Introduction to Algorithms''
MIT Press


References


External links


List of Ron Rivest's patents on IPEXL

Home page of Ronald L. Rivest

Official site of RSA Security Inc.

Ron Rivest election research papers
* {{DEFAULTSORT:Rivest, Ron American cryptographers 1947 births Living people American computer security academics Public-key cryptographers Election technology people International Association for Cryptologic Research fellows Members of the United States National Academy of Sciences Members of the United States National Academy of Engineering Turing Award laureates MIT School of Engineering faculty Scientists from Schenectady, New York 1994 fellows of the Association for Computing Machinery Yale University alumni Timothy Dwight College alumni Stanford University alumni People from Arlington, Massachusetts 20th-century American engineers 21st-century American engineers 20th-century American scientists 21st-century American scientists Mathematicians from New York (state)