CH 2 Flashcards
….. is the cornerstone of computer
and communications security.
Modern cryptography.
Its foundation is based on various concepts of mathematics such as:
- number theory,
- computational-complexity theory,
- probability theory.
How does Classic cryptography manipulate ?
Classic Cryptography manipulates traditional characters.
How does Modern cryptography manipulate ?
Modern Cryptography operates on binary bit sequences.
What is Classic cryptography based on ?
Classic Cryptography is mainly based on ‘security through obscurity’. the techniques employed for coding were kept secret and only the parties involved in communication knew about them.
What is Modern cryptography based on ?
- Modern Cryptography relies on publicly known mathematical algorithms for coding the information. Secrecy is obtained through a secret key which is used as the seed for the algorithms. The computational difficulty of algorithms and absence of secret key makes it impossible for an attacker to obtain the original information even if he knows the algorithm used for coding.
What does Classic cryptography require ?
It requires the entire cryptosystem for communicating confidentially.
What does Modern cryptography require ?
it requires parties interested in secure communication to possess the secret key only.
Cryptology consists of 2 important thing ….. and ….. .
Cryptography, Cryptoanalysis.
What is cryptography ?
it is the art and science of making a cryptosystem that is capable of providing information security. Cryptography deals with the actual securing of digital data. It refers to the design of mechanisms based on mathematical algorithms that provide fundamental information security services.
We can look at cryptography as a large toolkit containing ….. .
Different techniques in security applications.
What is Cryptanalysis?
It is the art and science of breaking the cipher text. It involves the study of cryptographic mechanism with the intention to break them.
Cryptanalysis is also used during the design of the new cryptographic techniques to ….. .
Test their security strengths.
….. is concerned with the design of cryptosystems while ….. studies the breaking of the cryptosystems.
Cryptography, Cryptoanalysis.
What are the 4 primary objects of Cryptography ?
- Confidentiality
- Data Integrity
- Authentication
- Non-repudiation
Define Confidentiality.
Confidentiality is the fundamental security service provided by cryptography. It is a security service that keeps the information from an unauthorized person. It is sometimes referred to as privacy or secrecy.
How can confidentiality be achieved ?
Confidentiality can be achieved through numerous means starting from physical securing to the use of mathematical algorithms for data encryption.
Define Data integrity.
It is security service that deals with identifying any alteration to the data. The data may get modified by an unauthorized entity intentionally or accidently. Integrity service confirms that whether data is intact or not since it was last created, transmitted, or stored by an authorized user.
Can data integrity prevent the alteration of data ?
NO, But it provides the means for detecting whether data has been manipulated in an unauthorized manner.
Define Authentication.
It provides the identification of the originator. It confirms to the receiver that the data received has been sent only by an identified and verified sender.
What are the 2 variants of authentication service ?
- Message authentication identifies the originator of the message without any regard router or system that has sent the message.
- Entity authentication is assurance that data has been received from a specific entity, say a
particular website.
Define Non-repudiation.
It is a security service that ensures that an entity cannot refuse the ownership of a previous commitment or an action. It is an assurance that the original creator of the data cannot deny the creation or transmission of the said data to a recipient or third
party.
….. is a property that is most desirable in situations
where there are chances of a dispute over the exchange of data.
Non-repudiation.
Define cryptography primitives.
Cryptography primitives are the tools and techniques in Cryptography that can be selectively used to provide a set of desired security services.