0% found this document useful (0 votes)
7 views1 page

Introduction To Cryptography

Cryptography is the study of secure communication techniques that ensure only intended recipients can access messages. It includes symmetric and asymmetric types, core concepts like hash functions and digital signatures, and protocols such as SSL/TLS for internet security. Modern cryptography is crucial for protecting various online activities, including emails and banking transactions.

Uploaded by

Cordial
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Introduction To Cryptography

Cryptography is the study of secure communication techniques that ensure only intended recipients can access messages. It includes symmetric and asymmetric types, core concepts like hash functions and digital signatures, and protocols such as SSL/TLS for internet security. Modern cryptography is crucial for protecting various online activities, including emails and banking transactions.

Uploaded by

Cordial
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Introduction to Cryptography

Class Notes:

Cryptography is the study of secure communication techniques that allow only the sender and
intended recipient of a message to view its contents. It has evolved from classical ciphers like
Caesar’s shift to complex algorithms used in modern encryption.

Types of Cryptography:

• Symmetric: Uses the same key for encryption and decryption (e.g., AES).

• Asymmetric: Uses a public key to encrypt and a private key to decrypt (e.g., RSA).

Core Concepts:

• Hash functions: Produce fixed-length output from variable input; used for data integrity.

• Digital signatures: Authenticate identity and ensure message integrity.

• SSL/TLS: Protocols that secure internet traffic.

Modern cryptography is essential for online security, protecting everything from emails to
banking transactions.

You might also like