Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

LOVELY PROFESSIONAL UNIVERSITY, Essays (university) of Cybercrime, Cybersecurity and Data Privacy

Cybecryptography cryptography algorithmsExplanation: WiFi Protected Setup (WPS) began to show up a few years back on wireless access points as a new way of adding or connecting new devices to the network by just pushing a key (within the router) & typing an eight-digit password on the client device. Sanfoundry Global Education & Learning Series – Cyber Security.

Typology: Essays (university)

2019/2020

Uploaded on 11/21/2020

saptarshi-chatterjee
saptarshi-chatterjee 🇮🇳

1 document

1 / 28

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
First Edition
by William Stallings and Lawrie Brown
Lecture slides by Lawrie Brown
Chapter 2 – Cryptographic Tools
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c

Partial preview of the text

Download LOVELY PROFESSIONAL UNIVERSITY and more Essays (university) Cybercrime, Cybersecurity and Data Privacy in PDF only on Docsity!

First Edition by William Stallings and Lawrie Brown Lecture slides by Lawrie Brown

Chapter 2 – Cryptographic Tools

Cryptographic Tools

  • (^) cryptographic algorithms important element in security services
  • (^) review various types of elements
    • (^) symmetric encryption
    • (^) public-key (asymmetric) encryption
    • (^) digital signatures and key management
    • (^) secure hash functions
  • (^) example is use to encrypt stored data
  • (^) Ciphertext is encrypted text. Plaintext is what

you have before encryption, and ciphertext is

the encrypted result.

  • (^) The term cipher is sometimes used as a

synonym for ciphertext , but it more properly

means the method of encryption rather than the

result.

Symmetric Encryption

Exhaustive Key Search

Symmetric Encryption Algorithms

Advanced Encryption Standard (AES)

  • (^) needed a better replacement for DES
  • (^) NIST called for proposals in 1997
    • (^) efficiency, security, HW/SW suitability, 128,

256, 256 keys

  • (^) selected Rijndael in Nov 2001
  • (^) symmetric block cipher
  • (^) uses 128 bit data & 128/192/256 bit keys
  • (^) now widely available commercially

Block

verses

Stream

Ciphers

Message Authentication

  • (^) protects against active attacks
  • verifies received message is authentic
    • (^) contents unaltered
    • (^) from authentic source
    • (^) timely and in correct sequence
  • (^) can use conventional encryption
    • (^) only sender & receiver have key needed
  • (^) or separate authentication mechanisms
    • (^) append authentication tag to cleartext message
    • (^) When a hash function is used to provide message authentication, the hash function value is referred to as message digest. Thus, Message authentication code is also known as keyed hash function.

Message Authentication Codes

Message

Authenticat

-ion

Hash Function Requirements

  • (^) applied to any size data
  • H produces a fixed-length output.
  • (^) H( x ) is relatively easy to compute for any given x
  • (^) one-way property
    • (^) computationally infeasible to find x such that H( x ) = h
  • (^) weak collision resistance
    • (^) computationally infeasible to find yx such tha H( y ) = H( x )
  • (^) strong collision resistance
    • (^) computationally infeasible to find any pair ( x , y ) such that H( x ) = H( y )

Public Key Encryption

Public Key Authentication

Authentication and/or data integrity