Crypto and Linux
Linux and Crypto
Might be about Crypto
Might be about Linux
Might be about either
100

A single on/off or 0/1 in a computers transistor is known as a:

What is a bit?

100

CTF stands for:

What is Capture the Flag?

100

A historic cipher in which the alphabet is shifted left or right a given number of spaces.

What is the Caesar Cipher?

100

The information about a file that is embedded in the file, such as date, location, size, etc. 

What is metadata?

100

What is the command used for searching for a word or phrase in a file in Linux?

What is Grep?

200

What is not a measure of the number of Bytes in a computer?

What is a Zilobyte?

200

How many bits are there in a byte?

What is 8?

200

A substitution cipher based on multiple alphabets and a system to switch between them using a password.

What is the Vigenere Cipher?

200

What is NOT a tool for steganography?

What is the Vigenere table?

200

When you type in "pwd" it will give you the :

What is the absolute path of your current location?

300

The system which represents alpha-numeric data in computers, such as A=65=010000001 is called:

What is ASCII?

300

Scrambling data so that it is unreadable to anyone except those who know the trick to Decoding it is:

What is cryptography?

300

This is a technique used to solve substitution Ciphers based on commonly used letters and words.

What is frequency analysis?

300

Linux CLI is case sensitive (true or false).

What is true?

300

To add data to an existing file you can use the append symbol which is represented by what symbols(s)?

What is two greater than symbols?

400

What is considered the base 16 number system?

What is hexadecimal?

400

The data that has been encrypted is called:

What is Ciphertext?

400

One-time Pad uses a pre-shared key only once which makes the encryption method: 

What is both impractical and unbreakable?

400

To use auto complete when typing in a command in Linux, you can use which key?

What is Tab?

400

A small program of Linux commands that can perform tasks on a computer is called:

What are scripts?

500

Representing a range of characters by some kind of conversion system, like ASCII, is called:

What is encoding?

500

This is a method of encryption in when the order of the letters is changed.

What is transposition?

500

The practice of hiding messages in an image or text is called:

What is Steganography?

500

To clear your screen in Linux, you can:

What is type in Clear?

500

What command will share activities that recently took place?

What is history?