Computer Concepts 2018: Encryption and User Authentication, Study notes of Computer Science

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

2023/2024

Available from 02/04/2024

star_score_grades
star_score_grades 🇺🇸

3.7

(21)

1.6K documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
New Perspectives on Computer
Concepts 2018 - Module 7 Section A
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
pf2

Partial preview of the text

Download Computer Concepts 2018: Encryption and User Authentication and more Study notes Computer Science in PDF only on Docsity!

New Perspectives on Computer

Concepts 2018 - Module 7 Section A

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