Binary & Encoding
Hexadecimal & Its Uses
Cryptography
Steganography
Command Line Basics
100

The system that uses only 0s and 1s to represent data?

What is binary code?

100

The amount of digits in the hexadecimal number system?

What is 16?

100

The practice of securing information by transforming it into unreadable formats

What is cryptography?

100

The practice of hiding information within other non-secret data

What is steganography?

100

CLI stands for

What is Command Line Interface?

200

This type of math helps translate electrical bits into human language.

What is binary math?

200

The hexadecimal value of the decimal number 10?

What is A?

200

A cryptographic method that uses the same key for both encryption and decryption

What is symmetric encryption?

200

Unlike encryption, this method of hiding information does not rely on a key.

What is steganography?

200

The command in Linux lists the files in a directory

What is ls?

300

The process of converting data into a specific format that computers can use, like ASCII

What is encoding?

300

Name one use for hexadecimal numbers in computing.

What is representing colors in HTML/CSS or memory addresses?

300

A type of cryptographic algorithm that is RSA.

What is an asymmetric algorithm?

300

Name one tool used for steganography.

What is Steghide or OpenStego?

300

One command to view the contents of a file in Linux.

What is cat, less, or more?

400

The key difference between encoding and encryption

What is encoding is for data storage and readability, while encryption is for security and protection?

400

The binary number 1010 in hexadecimal.

What is A?

400

Two common cryptographic algorithms used for encryption.

What are AES and RSA?

400

One common use of steganography in cybersecurity

What is hiding messages in images or audio files?

400

Write a basic shell script that creates a directory and navigates into it.

What is mkdir mydir && cd mydir?

500

Name one example of encoding used in computing.

What is Base64 or UTF-8?

500

Hexadecimal numbers used in encryption

What is representing keys or encoding data in ciphers?

500

How does cryptography help improve security?

What is by making data unreadable to unauthorized users, ensuring confidentiality?

500

You can extract hidden information from an image using steganography techniques.

What is by using steganography tools to decode the embedded data in the image?

500

Change file permissions using the CLI in Linux

What is the chmod command?

M
e
n
u