[go: up one dir, main page]

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

1 - Introduction To Cryptography

Cryptography is the science of securing information through transformation to ensure confidentiality, integrity, authenticity, and non-repudiation. It includes methods such as symmetric encryption, asymmetric encryption, hash functions, and digital signatures. Cryptography is crucial for online banking, secure communications, and digital transactions.

Uploaded by

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

1 - Introduction To Cryptography

Cryptography is the science of securing information through transformation to ensure confidentiality, integrity, authenticity, and non-repudiation. It includes methods such as symmetric encryption, asymmetric encryption, hash functions, and digital signatures. Cryptography is crucial for online banking, secure communications, and digital transactions.

Uploaded by

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

Introduction to Cryptography

Cryptography is the science of securing information by transforming it into a secure


format. The main goal is to ensure confidentiality, integrity, authenticity, and non-
repudiation of data. Historically, simple methods like the Caesar Cipher shifted letters in the
alphabet. More advanced methods include:

- **Symmetric Encryption** (e.g., AES, DES): Uses the same key for encryption and
decryption.
- **Asymmetric Encryption** (e.g., RSA): Uses a public-private key pair.
- **Hash Functions** (e.g., SHA-256): Creates a fixed output from variable input, used in
password storage.
- **Digital Signatures**: Validate authenticity and integrity.

Today, cryptography is essential in online banking, secure communications, and digital


transactions.

You might also like