Modern Cryptography Primer by Czesław Kościelny Mirosław Kurkowski & Marian Srebrny
Author:Czesław Kościelny, Mirosław Kurkowski & Marian Srebrny
Language: eng
Format: epub
Publisher: Springer Berlin Heidelberg, Berlin, Heidelberg
This chapter presents asymmetric key cryptography, also known as public-key cryptography. It introduces the first asymmetric algorithm, invented by Diffie and Hellman, as well as the ElGamal algorithm. Moreover, we describe in detail a very well-known example of an asymmetric cryptosystem called RSA.
4.1 Idea of Asymmetric Cryptography
Asymmetric algorithms differ from the symmetric ones significantly. In the case of symmetric cryptography, in general the same key is used for encryption and decryption, or the decryption key can be determined from the encryption key. Hence, it can be said that only one key is used to encrypt and decrypt messages. In the case of asymmetric algorithms, a pair of two different keys is used, with computationally infeasible mutual reconstruction.
Customarily, the key used for encryption is called public and the one for decryption is called private. The essence of the idea of this kind of cryptography is that a ciphertext encrypted with a given public key can be decrypted only with the corresponding private key.
A public key, as its name suggests, can be publicized and widely available. Everyone may know this key and everyone can encrypt data with it. The point, as already mentioned, is that the same key cannot be applied for data decryption. This can be done only with the private key corresponding to the one used for encryption. The private key is known only to its owner and therefore only the owner is able to decrypt the data.
It is also possible to encrypt data in asymmetric algorithms (e.g., RSA) using a private key. This is an example of a digital signature. In such a case a ciphertext can be decrypted only with the corresponding public key, as in the procedure of signature verification. For details see the next chapter.
Distribution of the public keys does not need any secure channel, contrary to the case of symmetric keys. However, public-key cryptography requires a lot of infrastructure taking care of matching the appropriate private and public keys. Also, public key computations are substantially more time consuming than those in symmetric cryptography.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7810)
Grails in Action by Glen Smith Peter Ledbrook(7719)
Azure Containers Explained by Wesley Haakman & Richard Hooper(6840)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(6839)
Running Windows Containers on AWS by Marcio Morales(6367)
Kotlin in Action by Dmitry Jemerov(5092)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(5070)
Combating Crime on the Dark Web by Nearchos Nearchou(4648)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(4616)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4438)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(4335)
The Age of Surveillance Capitalism by Shoshana Zuboff(3979)
Python for Security and Networking - Third Edition by José Manuel Ortega(3895)
The Ultimate Docker Container Book by Schenker Gabriel N.;(3555)
Learn Wireshark by Lisa Bock(3531)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3528)
Mastering Python for Networking and Security by José Manuel Ortega(3376)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3356)
Blockchain Basics by Daniel Drescher(3325)
