encrypting data

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/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:33 AM on 6/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

how to encrypt stored data in full volume

full disk and partition/volume encryption can be with bitlocker, filevault

2
New cards

where can you store data at rest

ssd, hard drive, usb drive, cloud storage is where the data at rest can be stored

3
New cards

how to encrypt a file

encrypting file system (efs), third party utilities

4
New cards

how to encrypt databases

transparent encryption with a symmetric key

5
New cards

how to encrypt individual columns in a database

record level encryption that uses separate symmetric keys for each column

6
New cards

how to encrypt data traversing through the network

encrypt the application

browsers can communicate using https

7
New cards

how do vpns work

encrypts all data transmitted over the network regardless of the application

client-based vpn using ssl/tls

site to site vpn using ip sec

8
New cards

both sides must be using the same what to have a successful encryption and decryption

encryption formula that both sides decide on early on

9
New cards

are cryptographic processes well known

yes the algorithm is usually a known entity but we dont know the key and without that we cant decrypt

like how we know how a door lock works but without the key we cant open the door

10
New cards

the larger the key the more or less secure something is

more

prevents brute force attacks

11
New cards

what size symmetric keys are common

128 bits and can get igger

12
New cards

characteristics of asymmetric keys

complex calculations of prime numbers

larger keys than symmetric encryption

common to see key lengths of 3072 bits or larger