0% found this document useful (0 votes)
117 views3 pages

Cryptography & Network Security Course

The document outlines a course on Cryptography and Network Security, detailing prerequisites, objectives, and outcomes. It covers security concepts, symmetric and asymmetric cryptography, cryptographic hash functions, and network security protocols. The syllabus includes classical encryption techniques, mathematical foundations, and practical applications of cryptography in securing communications.

Uploaded by

vyshanavirayudu
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)
117 views3 pages

Cryptography & Network Security Course

The document outlines a course on Cryptography and Network Security, detailing prerequisites, objectives, and outcomes. It covers security concepts, symmetric and asymmetric cryptography, cryptographic hash functions, and network security protocols. The syllabus includes classical encryption techniques, mathematical foundations, and practical applications of cryptography in securing communications.

Uploaded by

vyshanavirayudu
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

42

Professional Core - Cryptography & Network security


Prerequisites

Basics of Computer Networks


Discrete Mathematics
Programming Fundamentals (preferably Python or C/C++)
Basic knowledge of Operating Systems

Course Objectives

1. Explain the objectives of information security


2. Explain the importance and application of each of confidentiality, integrity,
authentication and availability
3. Understand the basic categories of threats to computers and networks
4. Discusses the Mathematics of Cryptography
5. Discuss the fundamental ideas of Symmetric and Asymmetric Cryptographic Algorithms
6. Discusses the Network layer, Transport Layer and Application LayerProtocols Enhanced
security mechanisms

Course Outcomes (COs)

CO
Description BTL
Code
Understand fundamental security principles, types of attacks, and classical encryption 2
CO1
techniques.
Explain and apply mathematical concepts underlying symmetric and asymmetric 3
CO2
cryptographic algorithms.
Analyze the working principles of various symmetric and asymmetric encryption 4
CO3
algorithms.
Evaluate cryptographic hash functions, message authentication codes, and digital 5
CO4
signature schemes.
Illustrate security protocols for network and internet security including TLS, IPSec, and 3
CO5
email security.
43

CO–PO–PSO Mapping Matrix

Contribution of Course Outcomes towards the achievement of Program Outcomes (1 –


Low, 2- Medium, 3 – High)

CO
↔ P P P P P P P P P PO PO PO PS PS PS
PO/P O1 O2 O3 O4 O5 O6 O7 O8 O9 10 11 12 O1 O2 O3
SO
CO1 3 2 1 1 2 1 - - - 2 - 2 2 1 1
CO2 3 3 2 2 3 - - - 1 2 1 2 3 2 2
CO3 3 3 2 3 3 2 1 1 2 3 1 3 3 3 3
CO4 2 3 2 3 3 2 1 1 2 3 2 3 3 3 3
CO5 3 3 3 3 3 2 1 2 2 3 2 3 3 3 3

Syllabus

UNIT – I: Security Concepts: Introduction, The need for security, Security approaches,
Principles of security, Types of Security attacks, Security services, Security Mechanisms, A
model for Network Security [Link] Encryption Techniques-symmetric cipher
model, Substitution techniques, Transposition techniques, Rotor Machines, Steganography.

UNIT – II: Introduction to Symmetric Cryptography: Algebraic Structures-Groups, Rings,


Fields, GF( ) fields, Polynomials.
Mathematics of Asymmetric cryptography: Primes, checking for Primness, Euler’s phi-
functions, Fermat’s Little Theorem, Euler’s Theorem, Generating Primes, Primality Testing,
Factorization, Chinese Remainder Theorem, Quadratic Congruence, Exponentiation and
Logarithm.

UNIT – III: Symmetric key Ciphers: Block Cipher principles, DES, AES, Blowfish, IDEA,
Block cipher operation, Stream ciphers: RC4, RC5
Asymmetric key Ciphers: Principles of public key cryptosystems, RSA algorithm, Diffie-
Hellman Key Exchange, Elgamal Cryptographic system, Elliptic Curve Arithmetic, Elliptic
Curve Cryptography.

UNIT – IV: Cryptographic Hash Functions: Applications of Cryptographic Hash Functions,


Two Simple Hash Functions, Requirements and Security, Hash Functions Based on Cipher
Block Chaining, Secure Hash Algorithms (SHA)
Message Authentication Codes: Message Authentication Requirements, Message
Authentication Functions, Requirements for Message Authentication Codes, Security of
MAC’S,MAC’S Based On Hash Functions: HMAC, MAC’S Based On Block Ciphers: DAA
and CMAC .
44

Digital Signatures: Digital Signatures, Elgamal Digital Signature Scheme, Elliptic Curve
Digital Signature Algorithm, RSA-PSS Digital Signature Algorithm.

UNIT – V: Network and Internet Security: Transport-Level Security: Web Security


Considerations, Transport Level Security, HTTPS, SSH.
IP Security: IP Security Overview, IP Security Policy, Encapsulating Security Payload,
Authentication Header Protocol.
Electronic-Mail Security: Internet-mail Security, Email Format, Email Threats and
Comprehensive Email Security, S/MIME, PGP.

TEXT BOOKS:

1. Cryptography and Network Security - Principles and Practice: William Stallings, Pearson
Education, 7th Edition, 2017
2. Cryptography and Network Security: Behrouz A. ForouzanDebdeep, Mc Graw Hill, 3rd
Edition, 2015

REFERENCE BOOKS:

1. Cryptography and Network Security: AtulKahate, Mc Graw Hill, 3rd Edition


2. Introduction to Cryptography with Coding Theory: Wade Trappe, Lawrence C.
Washington, Pearson.
3. Modern Cryptography: Theory and Practice ByWenbo Mao. Pearson.
Online Resources

Coursera – AI for Cybersecurity


Cybrary – Cryptography & Encryption
MIT OpenCourseWare – Network and Computer Security

Common questions

Powered by AI

The security requirements for message authentication codes (MACs) include the ability to prevent forgery by ensuring that only parties with the shared secret key can generate a valid MAC for a message. They must also ensure integrity, where any change in the message leads to a different MAC, and verify sender authenticity. Unlike digital signatures, MACs do not provide non-repudiation since both parties share the secret key. This makes MACs suitable for situations where both parties trust each other, such as in secure channel protocols, but not for public verification where non-repudiation is required .

Digital signatures play a critical role within a cryptographic system by providing authentication, data integrity, and non-repudiation. By using asymmetric cryptography, digital signatures ensure that the signer of a message is verified, thus authenticating the message's origin. They also ensure that the message has not been altered after signing, maintaining its integrity. Lastly, digital signatures ensure non-repudiation, which means the signer cannot successfully deny having signed the message. These features are vital in applications like secure email, digital documents, and transactions, where authentication and integrity are of utmost importance .

To enhance the effectiveness of transport-level security protocols like TLS and SSH, various security mechanisms can be employed. These include implementing strong cipher suites that provide robust encryption and signing algorithms, using Perfect Forward Secrecy to ensure session keys are not compromised if the private key is exposed, and enabling certificate pinning to prevent man-in-the-middle attacks. Additionally, ensuring proper key management practices and hardening server configurations against common vulnerabilities further strengthens the security of these protocols, thus ensuring secure and private communications .

Cryptographic protocols at different network layers, such as the Network, Transport, and Application Layers, follow principles designed to ensure data integrity, confidentiality, and authentication. At the Network Layer, protocols like IP Security (IPSec) provide authentication and encryption of IP packets. At the Transport Layer, protocols like TLS ensure secure data transmission between applications. At the Application Layer, protocols are focused on end-user protection through security features like those in HTTPS and secure email via S/MIME or PGP. Integration of these protocols is crucial as it provides a comprehensive security model that protects data throughout its path from source to destination, effectively mitigating various types of security threats .

Elliptic Curve Cryptography (ECC) provides several advantages over traditional RSA, mainly in terms of efficiency and security. ECC offers equivalent security strength with smaller keys compared to RSA, which means it requires less computational power for both key generation and encryption/decryption processes. This leads to faster calculations and lower processing overhead, especially beneficial in constrained environments like mobile devices and IoT devices. Additionally, smaller key sizes in ECC make it less susceptible to brute-force attacks targeting key lengths, providing robust security with reduced computational requirements .

Cryptographic hash functions contribute to securing data by providing a unique fixed-size hash value for data input, which is used for verifying data integrity. The security requirements for cryptographic hash functions include preimage resistance (difficulty in finding an input with a given hash), second preimage resistance (difficulty finding another input with the same hash as a specific input), and collision resistance (difficulty in finding two different inputs with the same hash output). These properties ensure that any alteration in data leads to a visibly different hash value, thus acting as a means for integrity verification .

Symmetric cryptographic algorithms use the same key for both encryption and decryption processes, which makes them faster and suitable for encrypting large amounts of data. However, the security risk lies in key distribution, as the same key needs to be securely shared with the recipient. Asymmetric cryptographic algorithms, on the other hand, use a pair of keys (public and private). This allows secure key distribution, as only the public key needs to be shared, and provides mechanisms for digital signatures and secure communication. The primary challenge with asymmetric algorithms is their computational intensity, which can be inefficient for encrypting large datasets .

The fundamental security principles necessary for understanding network and information security include confidentiality, integrity, authentication, and availability. These principles guide the development of secure systems by ensuring that information is only accessible to those authorized, data comes from a verified source, and systems remain functional and available to legitimate users. Regarding attacks, the types of security attacks include but are not limited to denial of service, man-in-the-middle, phishing, and ransomware, each targeting specific vulnerabilities within these principles .

Block ciphers, such as DES and AES, have significant advantages in cryptographic systems, including efficiency in processing large data blocks uniformly and enhancing data integrity and confidentiality due to their deterministic processing nature. They operate on fixed-size blocks of data, thereby simplifying encryption algorithms' implementation. Security impacts stem from their resistance to cryptanalysis when properly implemented, making them resilient against attacks aimed at exploiting predictable encryption patterns. However, their deterministic nature can be a loophole without proper mode of operation like cipher block chaining which introduces randomization to prevent pattern exposure across repeated data blocks .

Mathematical concepts such as Euler’s theorem and Fermat’s Little Theorem are fundamental in the design of cryptographic algorithms, particularly in public-key cryptography. Euler’s theorem underlies the RSA algorithm; it provides the mathematical foundation for computing modular inverses necessary for the encryption and decryption processes. Fermat’s Little Theorem is used for checking for primality, essential for generating keys in many cryptographic systems. These theorems enable secure key generation and operations on encrypted data, facilitating secure communication based on the mathematical difficulty of factoring large composite numbers or computing discrete logarithms .

You might also like