Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d54debfb7402275c3e19b4.md

latest2.1 KB
Original Source
<!-- (audio) Jessica: Yes, all sensitive data must be encrypted, and you have to ensure that the encryption keys are stored securely. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What guidelines does Jessica mention?

--answers--

Only encryption keys need to be stored securely.

--feedback--

Jessica mentions both encrypting sensitive data and securing encryption keys.


Sensitive data must be encrypted, and encryption keys must be stored securely.


Sensitive data should be shared freely to improve security.

--feedback--

Sensitive data must be encrypted, not shared.


Encryption keys should be deleted after use.

--feedback--

Jessica says encryption keys must be stored securely, not deleted.

--video-solution--

2

--explanation--

Sensitive data refers to confidential information that must be protected. For example:

Sensitive data, like passwords, should never be shared. - Private information, such as passwords, must stay secret.

Encryption keys are used to lock and unlock encrypted data. For example:

Encryption keys help keep online payments secure. - These special codes protect financial transactions.

Jessica's guidelines ensure that both are handled securely.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.62,
      "finishTimestamp": 48.14
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 6.52,
      "dialogue": {
        "text": "Yes, all sensitive data must be encrypted, and you have to ensure that the encryption keys are stored securely.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}