

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of encryption and user authentication concepts in computer science. It defines terms such as plaintext, ciphertext, decryption, cryptographic algorithm, and cryptographic key. It also explains the Advanced Encryption Standard (AES) and user authentication techniques, including two-factor authentication and strong passwords.
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


encryption - correct answer transforms a message or data file in such a way that its contents are hidden from unauthorized readers plaintext - correct answer An original message or file that has not yet been encrypted ciphertext - correct answer An encrypted message or file decryption - correct answer converting ciphertext into plaintext cryptographic algorithm - correct answer a procedure for encryption or decryption cryptographic key - correct answer a word, number, or phrase that must be known to encrypt or decrypt data Advanced Encryption Standard (AES) - correct answer the encryption standard currently used worldwide user authentication - correct answer any technique used to verify or confirm a peron's identity two-factor authentication - correct answer increases security by verifying identity based on two components strong password - correct answer difficult to hack
brute force attack - correct answer uses password-cracking software to generate every possible combination of letters, numerals, and symbols dictionary attack - correct answer Helps hackers guess your password by stepping through a dictionary containing thousands of the most commonly used passwords. password entropy - correct answer a measure in bits of a password's unpredictability password manager - correct answer to keep track of passwords so users don't have to memorize them strength meter - correct answer indicates password security