Cybersecurity note
What is hashing?
What is a hash value?
What are some common terms that are also used to refer to a hash value?
How does a hash value serve as a fingerprint for data?
What are the lengths of the following hash algorithms?
How does even the most minor change in data affect its hash value?
What types of data can be hashed?
Is a hash reversible?
How is a hash used to verify the integrity of data?
Post your answer to Challenge 1 here.
Post your answer to Challenge 1 here.
Post your answer to Challenge 2 here.
Post your answer to Challenge 3 here.
What is symmetric cryptography?
What is the difference between a block cipher and a stream cipher?
What is the current standard for symmetric encryption?
Is AES a block cipher or a stream cipher?
Describe how the following AES modes of operation work:
What are the advantages of symmetric encryption/decryption?
What are the disadvantages of symmetric encryption/decryption?
Define the following cybersecurity terms:
What is the best way to prevent a successful social engineering attempt?
What is a Trojan horse in terms of malware?
How does ransomware work?
How is a botnet used to carry out a Distributed Denial of Service (DDoS) attack?
Why is eavesdropping a confidentiality concern?
How is wiretapping different from typical wifi eavesdropping?
How does an Adversary-in-the-Middle (AITM) attack work?
What is the original term for an AITM attack?
How does TCP Session Hijacking work?
How does a replay attack work?
What should users ensure they do if they need to leave their computer unattended?
What should users do to ensure their computers and mobile devices are up-to-date?
What software application does Microsoft Windows use to ensure a computer has the most recent version of system software?
What precautions should users take when prompted to download files?
What configurations should be on a device to improve the security of sensitive information on the device if it is lost or stolen ?
What are the 2 ways social media companies make money?
What is the importance of metadata to social media companies?
What are some best practices regarding posts on social media as it relates to social engineering attacks?
What is the expectation of privacy for an employee using organizational assets to communicate both work-related and private emails and messages?
What is company confidential information (CCI)?
What should companies who plan to process and store confidential customer information do?
What are examples of confidential employee information?
Why should organizations store CCI on a company network hard drive as encrypted data?
Why should organizations use data wiping software on devices no longer in use?
What is the difference between symmetric cryptography and asymmetric cryptography?
What are the advantages of asymmetric encryption/decryption?
How does asymmetric encryption/decryption use the two keys in the key pair?
How is asymmetric encryption/decryption used to ensure the confidentiality of data?
How is asymmetric encryption/decryption used to authenticate the sender of data, serving as a digital signature?
What are the disadvantages of asymmetric encryption/decryption?
What is the difference between encoding and cryptography?
Describe the characteristics of encoding as it relates to interoperability, security purpose, and reversibility?
What is ASCII?
How is ASCII used to encode text and other keyboard entries?
How much storage (in bits/bytes) does one ASCII character use?
What is Extended ASCII?
What is Unicode and how is more useful than ASCII?
Complete the chart below with the required information concerning UTF-8, UTF-16, and UTF-32.
What is Base64 encoding and why is it used?
What are the 64 possible character options for standard Base64 encoding?
How many digits (bits) represent a Base64 character?
What are the 3 steps in the Base64 encoding process?
What is padding in Base64 and why is it needed?
What is an indicator in a Base64-encoded string that padding bits have been added?