MODULE 2: CRYPTOGRAPHY

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/67

flashcard set

Earn XP

Description and Tags

Introduction to Cryptography

Last updated 7:03 AM on 7/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

68 Terms

1
New cards

Cryptography

Start in Ancient Greeks and Romans.

2
New cards

Caesar Cipher

Shifting each letter to plaintext message by a certain number of letters

3
New cards

Caesar Cipher

Shifting each letter to

plaintext message by a certain number of

letters. It can be decrypted by applying the

same number of shifts in the opposite

direction..

4
New cards

Substitution Cipher

substituting one letter for another in a consistent fashion.

5
New cards

Jefferson Disk

called his invention the “wheel cypher.” It had 36 wooden

disks, each with 26 letters in random order (“jumbled

and without order,”) along the edge, like the ridges of a coin.

6
New cards

Wheel Cypher

It had 36 wooden disks, each with 26 letters in random order (“jumbled and without order,” according to Jefferson [2]) along the edge, like the ridges of a coin.

7
New cards

Cryptography

A method of protecting information and communications through the use of codes, so that only those for whom the information is intended can read and process it.

8
New cards

Cryptography

to secure information and communication techniques derived from mathematical concepts

and a set of rule-based calculations called algorithms, to transform messages in ways that are

hard to decipher. -TechTarget-

9
New cards

"hidden" or "vault"

"crypt-" means ____ or ____

10
New cards

"writing."

"-graphy" stands for

11
New cards

Cryptography and steganography

The actual implementation of security goals needs some techniques. Two techniques are

prevalent today:

12
New cards

Cryptography

a word with Greek origins, means “secretwriting.” However,

we use the term to refer to the science and art of transforming messages to make them

secure and immune to attacks.

13
New cards

steganography

with origin in Greek, means “coveredwriting,”

in contrast with cryptography, which means “secretwriting”

14
New cards

Computer Security

Tools that protect data and thwart hackers.

15
New cards

Network Security

Measures protecting data during transmission.

16
New cards

Internet Security

Protects data across interconnected networks.

17
New cards

Plain Text

The original, intelligible message.

18
New cards

Cipher text

The transformed, unintelligible message.

19
New cards

Cipher

Algorithm transforming plaintext into cipher text.

20
New cards

Key

Critical information used by the cipher, known only to sender & receiver.

21
New cards

Encipher

Converting plaintext to cipher text using a cipher and key.

22
New cards

Decipher

Converting cipher text back into plaintext.

23
New cards

Cryptanalysis

Breaking cipher text without knowledge of the key —

code breaking.

24
New cards

Cryptology

Both cryptography and cryptanalysis combined.

25
New cards

Symmetric Encryption and Asymmetric Encryption

Two Types of Cryptosystem

26
New cards

Substitution

Each element is mapped to another

element.

27
New cards

Transposition

Elements are rearranged in position.

28
New cards

Symmetric Key

Sender & receiver use the same single

key.

29
New cards

Public Key

Sender & receiver use two different keys.

30
New cards

Block Cipher

Processes input one block at a time.

31
New cards

Stream Cipher

Processes input continuously, one

element at a time.

32
New cards

Symmetric Cryptography

Also known as private key cryptography

33
New cards

Symmetric Cryptography

It uses single key

34
New cards

Symmetric Cryptography

Key itself must be shared between the sender and receiver(key exchange)

35
New cards

SYMMETRIC CRYPTOGRAPHY

Weakness:

★ It uses only one key

★ If the key exposed beyond the sender

and receiver , it is possible for an

attacker who has managed to intercept

it to decrypt message and alter

★ Provides confidentiality not integrity

36
New cards

Block Cipher

takes a predetermined number of bits known

as block in the plaintext message and encrypts

that block

37
New cards

Block Cipher

can use 64 bits but can larger or smaller

depending on the algorithm

38
New cards

Electronic CodeBook(ECB) MODE

The input data is padded out to a multiple of

the block size, broken into a integer number

of blocks, each of which is encrypted

independently using the key(for small

message).

39
New cards

Cipher Block Chaining

Each block of plaintext is XOR-ed with

the prior block of ciphertext. After

decryption, the output of the cipher must

then be XOR-ed with the previous

ciphertext to recover the original

plaintext.

40
New cards

Cipher Block Chaining

It uses Initialization Vector(message

uniques). It is generated randomly

41
New cards

Stream Cypher

Encrypt each bit in the plain

text message, 1 bit at a time.

42
New cards

True

it is possible for a block cipher

to act as a stream cipher by

setting a block size of 1 bit.

T/F

43
New cards

True

block cipher uses for often

T/F

44
New cards

True

block is often slower but more efficient

T/F

45
New cards

False

Stream is more sensitive to errors in the encryption process.

T/F

46
New cards

Data Encryption Standard(1976)

56 bit key

47
New cards

Advanced Encryption Standard

  • Symmetric key symmetric block cipher

  • 128-bit data, 128/192/256-bit keys

  • Stronger and faster than Triple-DES

  • Provide full specification and design details

  • Software implementable in C and Java

48
New cards

Advanced Encryption Standard (AES)

is an iterative rather than Feistel cipher. It is based on

‘substitution–permutation network’. It comprises of a

series of linked operations, some of which involve

replacing inputs by specific outputs (substitutions) and

others involve shuffling bits around (permutations).

49
New cards

Asymmetric Key

Utilize two(2) keys-Public and

Private key

50
New cards

Public Key

Used to encrypt data sent from the sender to

received and shared to everyone.

it was included in email signature posted on

servers that exist.

51
New cards

Private Key

Used to decrypt data that arrives in the

receiving end and are carefully guarded by the

receiver.

52
New cards
  • loss the need to distribute key

  • Secret keys are exchanged over the Internet or a large network.

  • A public key is made freely available to

anyone who might want to send you a message. The

second private key is kept a secret so that you can

only know.

53
New cards

Rivest Shamir Adleman (RSA) algorithms

Uses in Secure Socket Layer(SSL)

54
New cards

Elliptic Curve Cryptography (ECC)

is a key-based technique for encrypting data. Focuses on pairs of public and private keys for decryption

and encryption of web traffic.

55
New cards

Elliptic Curve Cryptography

- generates security between key pairs for public key

encryption by using the mathematics of elliptic curves.

56
New cards

Pretty Good Privacy(PGP)-

SSL and Transport Layer Security(TLS)

Protocols and Application that used asymmetric

57
New cards

HASH FUNCTION

  • refers as message digest

  • do not use key instead create a largely unique and fixed length hash value based on the original message(fingerprint)

  • determine that the message has changed.

  • provide confidentiality but not integrity

58
New cards

Hash Function

MD5.SHA2,SHA3

59
New cards

Digital Signature

-it allows the message to sign in order to enable detect

changes in message content to ensure that it was

legitimately sent by the expected party.

60
New cards

Digital Signature

-generate a hash of message and use the private key to

encrypt the hash.

61
New cards

Certificates

-it was created to link a public key to a

particular individual and are often used as a

form of electronic identification for the

particular identification.

62
New cards

Certificates

-it allows us to verify that the public key is

truly associated with a particular individual

63
New cards

PNPKI

it is a branding to distinguish the service that was provided by the

Philippine Government.

64
New cards

Public Key Infrastructure (PKI)

an infrastructure that secures

communications among individuals

and government agencies which is

being offered by the Department of

Information and Communications

Technology(DICT)

65
New cards

Public Key Cryptography

The Process of encrypting and decrypting data using two pairs of keys: Public and Private key

66
New cards

Digital Certificate + Public Key

-A small file that issued by

Certificate Authority as proof of

individual's identity
-It will be associated with Public

and Private Key

67
New cards

Sender Side

The document from the sender

will create a hash(green label)

68
New cards

Receiver side

When the receiver receives the

digitally signed document it will

create a hash and compare it to

the original hash

-If it didn't match, it means that

the documents was tampered.