is4560 T&D CHAPTER 3 Flashcards
- An algorithm that uses a pair of cryptographic keys to perform encryption/ decryption functions on information.
(FYI) These keys, and the algorithms that use them, have a unique property: If one key is used to perform an operation, its companion key is the only one that can reverse the operation. Additionally, if one key is viewed, it does not give insight into what the other key looks like because of the mathematics involved in the creation process. It is sometimes also referred to as using public and private keys, which describes who has access to and possession of the keys.
Asymmetric encryption
- An effort to break something such as a password by using all possible combina- tions of characters until a combination works.
Brute-force attack
- An attack in which a predefined list of words is tried to see whether one of them is a user’s password.
Dictionary attack
- The unique number produced by a hash algorithm when applied to a dataset. This value verifies the integrity of data.
Hash
- Encryption that uses the same key to encrypt and to decrypt information.
Symmetric encryption
____ is - Functions that are easy to compute in one direction, but hard to do in the other.
Trapdoor functions