Unit 5: AP Cybersecurity Vocabulary

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

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:03 PM on 7/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Symmetric Encryption

Encryption that uses a single shared key for both encrypting and decrypting data.

2
New cards

Asymmetric Encryption

Encryption that uses a mathematically linked key pair, public and private, where one key encrypts and the other decrypts.

3
New cards

AES

Advanced Encryption Standard; a widely used symmetric encryption algorithm considered secure and efficient for protecting data.

4
New cards

RSA

A widely used asymmetric encryption algorithm based on the mathematical difficulty of factoring large prime numbers.

5
New cards

Public Key

The publicly shareable half of an asymmetric key pair, used to encrypt data or verify a digital signature.

6
New cards

Private Key

The secret half of an asymmetric key pair, used to decrypt data or create a digital signature; must never be shared.

7
New cards

Key Pair

The matched public and private keys used together in asymmetric cryptography.

8
New cards

PKI

Public Key Infrastructure; the framework of policies, roles, and technologies that manages public key encryption and digital certificates.

9
New cards

Certificate Authority

A trusted entity that issues and verifies digital certificates, confirming the identity of certificate holders.

10
New cards

Digital Certificate

An electronic credential issued by a CA that binds a public key to an identity.

11
New cards

HTTPS

HTTP communication secured by TLS/SSL encryption, protecting data in transit between a browser and server.

12
New cards

Input Validation

The process of checking user-supplied input to ensure it meets expected format, type, and range before processing it.

13
New cards

Input Sanitization

The process of cleaning or filtering user input to remove or neutralize potentially malicious content before it is processed.

14
New cards

Least Privilege

A security principle where users and systems are granted only the minimum access rights necessary to perform their function.

15
New cards

Data at Rest

Data stored on a physical or digital medium that is not actively moving through a network.

16
New cards

Data in Transit

Data actively moving across a network or between systems, requiring protection during transmission.

17
New cards

Data Integrity

Assurance that data has not been altered or corrupted in an unauthorized way, from creation through storage and transmission.