Encoding
Binary & Hex
Cryptography Basics
Ciphers
Steganography
100

Q: What is the purpose of encoding?

A: To make data easier to store, read, or transfer.

100

Q: How many bits are in a byte?

A: 8.

100

Q: What do we call readable text before encryption?

A: Plaintext.

100

Q: What kind of cipher rearranges letters but doesn’t change them?

A: Transposition.

100

Q: What does steganography hide?

A: The existence of the message.

200

Q: Is encoding meant to provide confidentiality?

A: No — it does not hide meaning from attackers.

200

Q: Convert binary 01000001 to ASCII.

A: 65 → ASCII “A”.

200

Q: What do we call unreadable, encrypted text?

A: Ciphertext.

200

Q: What kind of cipher replaces letters with other letters?

A: Substitution.

200

Q: What type of file most commonly hides data?

A: Images.

300

Q: What character set maps letters to decimal, binary, and hex?

A: ASCII

300

Q: What base is hexadecimal?

A: Base 16.

300

Q: What is an algorithm in cryptography?

A: A set of instructions for encryption/decryption.

300

Q: What is another name for the Caesar Cipher?

A: Shift cipher.

300

Q: What tool lets you see metadata inside a picture?

A: Exif Viewer.

400

Q: Base64 uses how many characters?

A: 64 characters (A–Z, a–z, 0–9, +, /).

400

Q: Convert hex 3A to decimal.

A: 58.

400

Q: What does cryptanalysis mean?

A: Attempting to break a cipher.

400

Q: In a shift‑2 cipher, what does “E” become?

A: G.

400

Q: What tool can find hidden files inside another file?

A: Binwalk.

500

Q: What is the difference between encoding and encryption?

A: Encoding = formatting for computers;
    Encryption = securing data with a key.

500

Q: Convert hex FF to decimal.

A: 255.

500

Q: Why is the One‑Time Pad unbreakable?

A: Uses a random key equal to the message length & used once.

500

Q: What makes Vigenère a polyalphabetic cipher?

A: It uses multiple alphabets based on a repeating key.

500

Q: Why is steganography hard to detect?

A: The image/file looks unchanged; hidden bits aren’t visually noticeable.

M
e
n
u