2.1.1-4 vocab APCSP

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:55 PM on 1/29/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

cryptography

The science and art of delivering a message securely and confidentially.

2
New cards

encryption

The process of encoding data to prevent unauthorized access, such as converting plaintext to ciphertext.

3
New cards

decrypt

The process of decoding the data, the reverse of the encryption process, making the data human-readable again.

4
New cards

substitution cypher

A cipher in which each letter in an alphabet is replaced with a different character or symbol.

5
New cards

key

A string of characters used as a parameter that determines the output of an encryption algorithm.

6
New cards

brute force

A method for determining a solution to a problem by sequentially testing all possible solutions.

7
New cards

private key encryption

An encryption method where the sender and receiver share a private key to use in the encryption algorithm.

8
New cards

public key encryption

A method of paired key encryption in which the key used to encrypt data is made available to anybody and its corresponding decryption key is kept secret.

9
New cards

paired keys

Two keys that are related in such a way that one can encrypt data, which can then only be decrypted by the other.

10
New cards

symmetric encryption

A form of encryption using the same key for both encryption and decryption.

11
New cards

RSA algorithm

An example of public key encryption developed by Rivest, Shamir, and Adelman.

12
New cards

SSL certificate

A digital document used to verify the authenticity of a server or public key.

13
New cards

certificate authority

A business or organization that issues a digital certificate verifying that a public key is owned by the named entity.

14
New cards

personal identifiable information (PII)

Information about an individual, such as social security number, age, race, and financial information.

15
New cards

data breach

The unauthorized access or retrieval of confidential or otherwise protected data.

16
New cards

cookies

Small text-based bits of information about your browser that a web server saves.

17
New cards

phishing

Practice of sending fraudulent emails that appear to be from legitimate companies to induce sharing of sensitive information.

18
New cards

malware

Software intended to damage a computing system or to take partial control over its operation.

19
New cards

keylogger

A program that records every keystroke made by a computer user to gain access to confidential information.

20
New cards

rogue access point

A wireless access point that gives unauthorized access to secure networks.

21
New cards

system administrators

Persons responsible for managing computers, networks, servers, and computing resources for an organization.

22
New cards

authorization

To give permission to access information.

23
New cards

authentication

Confirm your identity using knowledge or information known only to you.

24
New cards

multi-factor authentication

A method of computer access control requiring multiple pieces of evidence to gain access.

25
New cards

GUI

Currently the dominant method for designing human-computer interaction.

26
New cards

API

A way programmers share their code with other programmers specifying methods of each class.

27
New cards

widgets

Standard components of a graphical user interface (GUI).

28
New cards

arguments

Input values to a command that specify the values of parameters when a procedure is called.