wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

The Role of cryptography in cyber security

profile
29_Sahil Mestri
Aug 24, 2023
0 Likes
0 Discussions
125 Reads

What is Cryptography

Cryptography in cyber security refers to the practice of using mathematical techniques and algorithms to secure digital information and communications by transforming it into a form that is unreadable to unauthorized parties. It plays a vital role in ensuring the confidentiality, integrity, authentication, and non-repudiation of sensitive data in various digital environments. Cryptography forms the foundation of many security mechanisms and protocols used to protect information from cyber threats.

Working of Cryptography

Encryption and decryption are the two procedures involved in cryptography. A cypher is used throughout the encryption process to encrypt plain text and convert it into cypher text. Decryption, on the other hand, transforms the cypher text back into plain text using the same cypher.

Meaning that: A is shifted to D

B is shifted to E

C is shifted to F

D is shifted to G

E is shifted to H

F is shifted to I

G is shifted to J

H is shifted to K

Example:

By applying this cipher, our plain text “Hello” gets converted into cipher text “Khoor” Now, to the untrained eye “Khoor” means nothing like “hello”. However one with the knowledge of Shift cipher could easily decrypt this message

Symmetric key cryptography

 In symmetric key cryptography, the same secret key is used for both encryption and decryption of data. This means that the sender and the recipient must both possess and share the same secret key. The security of symmetric cryptography relies on keeping the key secret. Examples of symmetric encryption algorithms include DES, AES, and 3DES

Asymmetric key cryptography

In this approach, information is encrypted and decrypted using a pair of keys. The public key of a receiver is used for encryption, and the private key is used for decryption. Private Key and Public Key are distinct. Even if everyone knows the public key, only the intended recipient can decode the message because only he has access to the private key. The RSA algorithm is the most widely used asymmetric key encryption algorithm.

Encryption Algorithm 

Ciphers: A cypher is a set of guidelines used to carry out encryption. On the internet, there are thousands different cypher algorithms. While some of them are open source, others are proprietary.

Substitution:This approach replaces every character in the data with a different character. A very straightforward illustration in this approach would be to swap out the character by moving it three characters upstream. Thus, "D" would take the place of "A," and so forth. We can choose specific letters to be replaced throughout the text to add complexity. In this case, the key's value is three, and both nodes must be aware of it in order for the data to be decrypted.

Stream Cipher: A kind of symmetric key cypher that encrypts each individual character of plain text. There are many different kinds of stream cyphers, including synchronous and asynchronous ones. The most popular stream cypher design is RC4. During the encryption cycle, the encrypted output's transformation changes.

Block Cipher: A symmetric key cypher type that encrypts plain text on a defined length of the group. In a block cypher, the way that encrypted data is transformed is constant. The same key is used on each block of data to encrypt it. The most popular types of block cypher designs are DES and AES.

Data Encryption Algorithm (DES) is a symmetric key algorithm that was once used for encryption, however it is now regarded as insecure. Triple DES and G-DES have since taken its place. The 56-bit key size used by DES is insufficient to preserve data consistency. The DES method uses 16 rounds of 48-bit intermediary round keys that are created from a 56-bit cypher key by a round key generator to process the data. Similar to this, the DES reverse cypher uses the same cypher key to compute the data from the cypher text in clear text format.

Advanced Encryption Algorithm  :There was a need for a different encryption method that is more secure and efficient than DES when DES became vulnerable and performing DES encryption three times (3-DES or Triple-DES) required considerable computation and time. In 2000–2001, "Rijndael" released the Advanced Encryption Algorithm (AES), a novel algorithm. Although Triple-DES is a Private Key Symmetric Algorithm, AES is more powerful and quick. AES has 128/192/256 bit keys and can encrypt data up to 128 bits.

Digital Signature Algorithm (DSA) is an asymmetric cryptographic algorithm that is used to create digital signatures. Digital signatures are used to verify the authenticity of a message or document and to ensure that it has not been modified since it was sent.

DSA is based on the difficulty of calculating discrete logarithms in a finite field. The algorithm generates two keys: a public key and a private key. The public key can be shared with anyone, while the private key must be kept secret.

To create a digital signature, the sender uses their private key to encrypt a hash of the message or document. The hash is a unique fingerprint of the message or document that cannot be easily changed. The encrypted hash is then attached to the message or document.

Here are some additional examples of how cryptography is used in different applications:

  • Banking: Banks use cryptography to protect customer data, such as account numbers and passwords.
  • E-commerce: E-commerce websites use cryptography to protect customer data, such as credit card numbers and shipping addresses.
  • Government: Governments use cryptography to protect sensitive data, such as classified documents and military communications.
  • Healthcare: Healthcare organizations use cryptography to protect patient data, such as medical records and billing information.
  • Military: The military uses cryptography to protect sensitive data, such as troop movements and battle plans.

Cryptography is a critical tool for protecting data in the modern world. By understanding the basics of cryptography and how it is used in different applications, we can better protect ourselves from cyber threats.

 

 


Comments ()


Sign in

Read Next

Full Disk Encryption on Digital Forensics

Blog banner

CyberSecurity Color Wheel

Blog banner

Proof-of-Stake (PoS)

Blog banner

PERSONAL STORIES

Blog banner

Introduction to Data Science: Life Cycle & Applications

Blog banner

Education: Key to your Prosperity

Blog banner

How to Manage Employees and Tasks in One System (Without Excel)

Blog banner

Explain the concept of ( MIS) Management information systems

Blog banner

BLOCKCHAIN MACHANISM

Blog banner

Computer security techniques

Blog banner

Are Social Media Paid Campaigns Worth It?

Blog banner

Deadlock

Blog banner

evolution of operating system - Disha Parekh

Blog banner

Fudgy Tahini Date Chocolate Bars

Blog banner

Virtual Memory

Blog banner

Virtual memory

Blog banner

File management

Blog banner

Deadlock in Operating systems

Blog banner

What Makes Patola the Queen of Silk?

Blog banner

Visualization in Data Science

Blog banner

Global versus Indian Mental Health Differences

Blog banner

Embracing the power of Modern Machine UNIX

Blog banner

VIRTUAL MACHINE

Blog banner

Why Does Hierarchy Still matter in Organizations?

Blog banner

Computer Security

Blog banner

Cryptanalysis tool

Blog banner

Solving Problems with AI: The Power of Search Algorithms

Blog banner

Why am I never satisfied with my Life?

Blog banner

What is Spyware?

Blog banner

Way to make your meal healthier.

Blog banner

INTERNET

Blog banner

Dekkers Algorithm : Ensuring Safe Process Synchronization

Blog banner

Beautiful and stunning natural phenomena worth to see

Blog banner

CYBERBULLYING: Negative comments!

Blog banner

Direct Memory Access

Blog banner

Navigating the Digital Battlefield: Security Breaches and Effective Countermeasures

Blog banner

Objectives and Functions of Operating System

Blog banner

The launch of UniMap by HERE

Blog banner

HR Automation : Need of the hour

Blog banner

Water Resources are about to exhaust...

Blog banner

How to Encrypt and Decrypt Using GNU PGP

Blog banner

What is thread and multithreading ?

Blog banner