Domain 3: Cryptography Flashcards
What is Plaintext?
An unencrypted message
What is Ciphertext?
an Encrypted message
What is Cryptology?
the science of secure communications
What is Symmetric Encryption?
Encryption that uses one key encrypt and decrypt
What is Asymmetric Encryption?
Encryption that uses two keys; if you encrypt with one, you may decrypt the other.
What is a Cryptography?
creates messages whose meaning is hidden
What is a Cryptanalysis?
the science of breaking Encrypted message
It is important to remember that Cryptology encompasses two disciplines. what are they?
Cryptography
Cryptanalysis
What is a Cipher?
A Cryptographic algorithm
What is a Plaintext?
An unencrypted message
What is a Encryption?
Converts Plaintext into Ciphertext
Cryptography provides which parts of Confidentiality Integrity Availability (CIA)
Confidentiality
Integrity
but not Availability
Cryptography provides which parts of Identity - Authentication - Authorization – Accountability: IAAA)
Proving an Identity Claim
Identity - Authentication
but not Availability
can Cryptography provide Non-repudiation?
Yes
What is Confusion?
The relationship between the Plaintext and the Ciphertext should be as random (Confused) as possible.
What is Permutation?
Provides Confusion by rearranging the Plaintext anagram-style
What is Diffusion?
The order of the Plaintext should be dispersed (Diffused) in the Ciphertext.
Are Permutation and Substitution are often combined?
Yes
What is Substitution?
Provides diffusion by replacing one character for another
What should Strong Encryption accomplish?
Should destroy patterns.
What metric is used to determine if a cipher uses strong encryption?
If a single bit of Plaintext changes, the odds that all of the bits of the resulting Ciphertext should be 50% or greater.
What do Cryptanalysts look for to break an encryption?
Any signs of nonrandomness may be used as clues to a Cryptanalyst.
In Cryptanalysis what is the Work Factor?
Describes how long it will take to break a cryptosystem.
In Cryptanalysis, what is Breaking a Cryptosystem:
Decrypting Ciphertext without a key
Does Secrecy of the cryptographic algorithm provide strength?
No
What is a Monoalphabetic Ciphers:
Uses one alphabet for substitution.
What is a weakness to Monoalphabetic Ciphers?
Susceptible to Frequency Analysis
What is a Polyalphabetic Cipher?
Uses multiple alphabets for substitution.
What is Frequency Analysis?
The study of the frequency of letters or groups of letters in a ciphertext.