Chapter 7 Flashcards
HSM (Hardware Security Module)
Provides security management for crypto keys and is used to provide crypto keys for activities such as encryption, decryption, and authentication.
RADIUS (Remote Authentication Dial In User Service)
A remote server used for authenticating network users for WPA2-Enterprise wireless networks.
Cryptography
The practice of encoding information in a manner that it cannot be decoded without access to the required decryption key.
Cipher
A method used to scramble or obfuscate characters to hide their value
Substitution Cipher
A type of coding or ciphering system that changes one character or symbol into another.
Polyalphabetic Substitution Cipher
Using multiple alphabets as a substitution cipher for the same message
Transposition Cipher
Transposing or scrambling the letters in a certain manner.
Steganography
The art of using cryptographic techniques to embed secret messages withing another file.
Nonrepudiation
Provides assurance to the recipient that the message was originated by the sender and not someone masquerading as the sender.
Symmetric Key Weaknesses
Key distribution
No nonrepudiation
Not scalable
Keys must be regenerated often
Symmetric Key Algorithms
Use a shared secret key that is distributed to all members who participate in the communications.
Asymmetric Key Algorithms
Each user has two keys: a public key, which is shared with all users, and a private key which is kept secret and known only to the owner of the keypair.
Asymmetric Key Strengths
Addition of new users only require a generation of one public-private key pair.
Users can be easily removed.
Key regeneration is only necessary when private key is compromised.
Distribution is simple.
Ensures integrity, authentication, and nonrepudiation.
No preexisting communication link needs to exist.
DES (Data Encryption Standard)
A proposed standard cryptosystem for all government communications.
ECB (Electronic Cookbook) Mode
Each time the algorithm processes a 64-bit block, it simply encrypts the block using the chosen secret key.