What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (2024)

Become a Certified Professional

Encryption is essentially important because it secures data and information from unauthorized access and thus maintains the confidentiality. Here’s a blog post to help you understand ” what is cryptography “and how can it be used to protectcorporate secrets, secure classified information, and personal information to guard against things like identity theft.

Here’s what I have covered in this blog:

  • Introduction to Cryptography?
  • Encryption Algorithms
  • How various Cryptographic Algorithms Works?

You can go through this ‘What is Cryptography’ video where our Cyber Security Training expert is discussing each & every nitty-gritty of the technology.

What is Cryptography? | Introduction to Cryptography | Cryptography for Beginners | Edureka

This Edureka video about what is Cryptography and why it is essential to protect the information shared across the internet. This video on What is cryptography explains you the fundamental concepts along with various encryption techniques

Now, I’m going to take help of an example or a scenario to explain what is cryptography?

Let’s say there’s a person namedAndy.Now suppose Andy sends a message to his friend Sam who is on the other side of the world. Now obviously he wants this message to be private and nobody else should have access to the message. He uses a public forum, for example, WhatsApp for sending this message. The main goal is to secure this communication.What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (1)

Let’s say there is a smart guy called Eaves who secretly got access to your communication channel. Since this guy has access to your communication, he can do much more than just eavesdropping, for example, he can try to change the message. Now, this is just a small example. What if Eave gets access to your private information? The result could be catastrophic.

So how can Andy be sure that nobody in the middle could access the message sent to Sam? That’s where Encryption orCryptographycomes in. Let me tell you ” What is Cryptography “.

Look out for our CEH V12 Certification Training to learn more about the Ethical Hacking

Cybersecurity Is Interesting & Exciting

What Is Cryptography?

Cryptography is the practice and study of techniques for securing communication and data in the presence of adversaries.

What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (2)

Alright, now that you know ” what is cryptography ” let’s see how cryptography can help secure the connection between Andy and Sam.

So, to protect his message, Andy first convert his readable message to unreadable form. Here, he converts the message to some random numbers. After that, he uses a key to encrypt his message, in Cryptography, we call this ciphertext.

Andy sends this ciphertext or encrypted message over the communication channel, he won’t have to worry about somebody in the middle of discovering his private messages. Suppose, Eaves here discover the message and he somehow manages to alter it before it reaches Sam.What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (3)

Now, Sam would need a key to decrypt the message to recover the original plaintext. In order to convert the ciphertext into plain text, Sam would need to use the decryption key. Using the key he would convert the ciphertext or the numerical value to the corresponding plain text.

After using the key for decryption what will come out is the original plaintext message, is an error. Now, this error is very important. It is the way Sam knows that message sent by Andy is not the same as the message that he received. Thus, we can say that encryption is important to communicate or share information over the network.

Elevate your cybersecurity knowledge and skills with CISSP Certification Training.

Now, based on the type of keys and encryption algorithms, cryptography is classified under the following categories:

Encryption Algorithms

Cryptography is broadly classified into two categories: Symmetric key Cryptography and Asymmetric key Cryptography (popularly known as public key cryptography).

What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (4)

Now Symmetric key Cryptography is further categorized as Classical Cryptography and Modern Cryptography.

Further drilling down, Classical Cryptography is divided into Transposition Cipher and Substitution Cipher. On the other hand, Modern Cryptography is divided into Stream Cipher and Block Cipher.

So, let’s understand these algorithms with examples.

How various Cryptographic Algorithms Works?

Let’s start with the Symmetric key encryption

Symmetric Key Cryptography

Anencryptionsystem in which the sender and receiver of a message share a single, commonkeythat is used to encrypt and decrypt the message. The most popularsymmetric–keysystem is the DataEncryptionStandard (DES)

What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (5)

Transposition Ciphers

In Cryptography, a transposition cipher is a method of encryption by which the positions held by units of plaintext (which are commonly characters or groups of characters) are shifted according to a regular system, so that the ciphertext constitutes a permutation of the plaintext.

That is, the order of the units is changed (the plaintext is reordered). Mathematically, a bijective function is used on the characters’ positions to encrypt and an inverse function to decrypt.

Example:

What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (6)

Substitution Cipher

Method of encryption by which units of plaintext are replaced with ciphertext, according to a fixed system; the “units” may be single letters (the most common), pairs of letters, triplets of letters, mixtures of the above, and so forth.


Example:

Consider this example shown on the slide: Using the system just discussed, the keyword “zebras” gives us the following alphabets:

What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (7)

Stream Cipher

Symmetric or secret-key encryption algorithm that encrypts a single bit at a time. With a Stream Cipher, the same plaintext bit or byte will encrypt to a different bit or byte every time it is encrypted.What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (8)

Block Cipher

An encryption method that applies a deterministic algorithm alongwith a symmetric key to encrypt a block of text, rather than encrypting one bit at a time as in stream ciphers


What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (9)

Example: Acommon block cipher, AES, encrypts 128-bit blocks with a key of predetermined length: 128, 192, or 256 bits. Block ciphers are pseudorandom permutation (PRP) families that operate on the fixed size block of bits. PRPs are functions that cannot be differentiated from completely random permutations and thus, are considered reliable until proven unreliable.

Build a robust Cyber Security portfolio and network of contacts through this Cybersecurity Internship experience.

Find out our CISSP Course in Top Cities

IndiaIndia
CISSP Training in BangaloreCISSP Training in India
CISSP Training in ChennaiCISSP Training in Pune
CISSP Training in HyderabadCISSP Training in Mumbai

Asymmetric Key Encryption (or Public Key Cryptography)

The encryption process where different keys are used for encrypting and decrypting the information. Keys are different but are mathematically related, such that retrieving the plain text by decrypting ciphertext is feasible.What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (10)

RSA is the most widely used form of public key encryption,

RSA Algorithm

  • RSA stands forRivest, Shamir, and Adelman, inventors of this technique
  • Both public and private key are interchangeable
  • Variable Key Size (512, 1024, or 2048 bits)

Here’s how keys are generated in RSA algorithmWhat is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (11)

Alright, this was it for “What is Cryptography” blog. To safeguard your information and data shared over the internet it is important to use strong encryption algorithms, to avoid any catastrophic situations.

If you wish to learn Cybersecurity and build a colorful career in cybersecurity, then check out ourCyber Security Certification Trainingwhich comes with instructor-led live training and real-life case studies experience. This training will help you in becoming a Cybersecurity expert.

You can also take a look at our newly launched course on CompTIA Security+ Training Coursewhich is a first-of-a-kind official partnership between Edureka & CompTIA Security+. It offers you a chance to earn a global certification that focuses on core cybersecurity skills which are indispensable for security and network administrators.

Learn Cybersecurity the right way with Edureka’s Masters in Cyber Security program and defend the world’s biggest companies from phishers, hackers and cyber attacks.

Got a question for us? Please mention it in the comments section and we will get back to you.

As a seasoned cybersecurity expert with hands-on experience in encryption and cryptography, I'll delve into the concepts mentioned in the article to demonstrate my expertise.

Introduction to Cryptography: Cryptography is the practice and study of techniques used to secure communication and data in the presence of adversaries. It plays a crucial role in maintaining confidentiality by preventing unauthorized access. The article emphasizes the importance of cryptography in protecting corporate secrets, securing classified information, and guarding against identity theft.

Encryption Algorithms: The article introduces the two main categories of cryptography: Symmetric Key Cryptography and Asymmetric Key Cryptography (Public Key Cryptography). Symmetric Key Cryptography involves the use of a single, shared key for both encryption and decryption. It is further classified into Classical Cryptography (Transposition Cipher and Substitution Cipher) and Modern Cryptography (Stream Cipher and Block Cipher).

  • Transposition Cipher: A method where the positions of plaintext units are shifted according to a regular system, creating a permutation of the plaintext.

  • Substitution Cipher: Units of plaintext are replaced with ciphertext according to a fixed system, such as single letters or pairs of letters.

  • Stream Cipher: A symmetric encryption algorithm that encrypts a single bit at a time, ensuring that the same plaintext bit or byte encrypts to a different bit or byte each time.

  • Block Cipher: An encryption method that encrypts a block of text using a deterministic algorithm and a symmetric key, unlike stream ciphers that encrypt bit by bit.

Asymmetric Key Encryption (Public Key Cryptography): This involves using different keys for encrypting and decrypting information. Keys are mathematically related, allowing the retrieval of plaintext by decrypting ciphertext. The RSA algorithm, named after its inventors Rivest, Shamir, and Adelman, is a widely used form of public key encryption.

  • RSA Algorithm: Involves a pair of keys – public and private – that are mathematically related. The public key is used for encryption, and the private key is used for decryption. The variable key size adds an extra layer of security.

In summary, the article covers the fundamentals of cryptography, the importance of encryption in securing communication, and provides insights into various encryption algorithms, both symmetric and asymmetric. As an expert, I would recommend further exploring specific algorithms and their applications based on individual security requirements.

What is Cryptography? | Cryptographic Algorithms | Types of Cryptography |Edureka (2024)
Top Articles
Latest Posts
Article information

Author: Rev. Porsche Oberbrunner

Last Updated:

Views: 6426

Rating: 4.2 / 5 (73 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Rev. Porsche Oberbrunner

Birthday: 1994-06-25

Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

Phone: +128413562823324

Job: IT Strategist

Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.