Applying Encryption in Cloud Services

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

This set of flashcards covers key concepts related to encryption practices in cloud services, as discussed in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

What is encryption?

The process of converting plaintext into ciphertext to protect sensitive information.

2
New cards

What are the two types of encryption discussed?

Symmetric encryption and asymmetric encryption.

3
New cards

What is symmetric encryption?

Encryption method where the same key is used for both encryption and decryption.

4
New cards

What is asymmetric encryption?

Encryption method that uses two different keys, a public key for encryption and a private key for decryption.

5
New cards

What does KMS stand for in cloud services?

Key Management Service.

6
New cards

What is the purpose of Key Management Services (KMS)?

To generate, store, and manage encryption keys securely.

7
New cards

What is plaintext?

The original human-readable form of information before encryption.

8
New cards

What is ciphertext?

The non-human readable form of information that results from encryption.

9
New cards

What is an encryption key?

A string that, together with an encryption algorithm, can encode or decode ciphertext.

10
New cards

What is Advanced Encryption Standard (AES)?

A widely used symmetric encryption standard that supports various key sizes, commonly 256-bit.

11
New cards

What is an important security measure when dealing with encryption keys?

Regularly rotating encryption keys to mitigate the risk of exposure.

12
New cards

What is AWS KMS?

Amazon's key management service that allows users to create and control encryption keys.

13
New cards

How frequently should encryption keys be rotated according to best practices?

Every 365 days.

14
New cards

What is a Customer Master Key (CMK)?

A master key used in AWS KMS to encrypt and decrypt data encryption keys.

15
New cards

What is AWS Secrets Manager used for?

To manage and store sensitive data such as credentials and API keys securely.

16
New cards

What best practice involves separating privileges for accessing Azure Key Vault?

Using Azure Role-Based Access Control (RBAC) to configure minimal access.

17
New cards

What should you do to secure access to Google Cloud Secret Manager?

Use Google IAM and IAM roles to enforce minimal access to secrets.