Cryptography Definitions Flashcards
OCSP
Online Certificate Status Protocol
Message Digest
fixed length block of data, result of hash function
IV
Initialization Vector
Nonce
Generated IV/Counter IV/Fixed IV/Random IV (↓)
PRIME NUMBERS
any number whose factors are 1 and itself only.
CO-PRIMES
A number that has no factors in common with another number.
EULER’S TOTIENT
Part of RSA.
MODULUS OPERATOR
Reminder of divide A by N
FIBONACCI NUMBERS
adding the last 2 numbers create next
BIRTHDAY PARADOX
Related to hashes and collision.
BIRTHDAY ATTACK
Brute force attack against hashes.
Ke
secret key
E
encryption
D
Decryption
m
Message
a
message authentication code
h
MAC function
P
public key
S
secret key
s
signature
v
verification key
P
plain text
C
cipher text
l (P)
length ofPlaintextin bytes
b
block size
K
number of blocks
⊕
XOR
M
blocks in total
n
block size of the block cipher
h
iterative hash function
T
tag
K0
Key Stream