High School BeginnerModule B12Lesson 7 of 7

B12.7 Cryptography Decision Lab

Apply encryption, key management, hashing, signatures, certificates, secure connections, verification, recovery, and incident response to complete defensive cryptography scenarios.

Lesson Progress

Cryptography Decision Lab

High School BeginnerB12: Introduction to Cryptography Concepts • Lesson 7 of 7

100% complete

Readiness Check

Before You Start

0/3 ready

Professional Hook

The Strongest Method Is the One That Matches the Need

Defenders do not choose cryptography by asking which word sounds most advanced. They identify the asset, risk, protection goal, authorized users, trust relationship, recovery requirement, and evidence needed to verify success.

Safety reminder: every key, certificate, signature, hash, file, account, website, service, and organization in this lab is fictional. Never expose real secrets or test cryptography on important live data without permission.

Learning Objective

Match confidentiality, integrity, authenticity, and secure-exchange needs with appropriate cryptographic methods.

Learning Objective

Review shared-key, public-key, private-key, hash, signature, certificate, and HTTPS evidence.

Learning Objective

Design safer key-lifecycle, verification, recovery, and incident-response decisions.

Why This Matters

Cryptographic Tools Can Fail Through Bad Decisions

Strong algorithms cannot compensate for exposed keys, unverified identities, ignored warnings, weak recovery plans, or unsafe account access. The surrounding decisions determine whether the protection can be trusted.

Visual Diagram

The Cryptography Decision Workflow

Strong decisions connect the asset, protection goal, cryptographic method, key or trust requirement, and verification evidence.

1

Identify the asset

Determine which message, file, account, device, backup, download, website, or service needs protection.

2

Choose the goal

Decide whether confidentiality, integrity, authenticity, secure exchange, or several goals are required.

3

Match the method

Use encryption, hashing, signatures, certificates, or a combined trusted workflow.

4

Verify and respond

Check keys, identities, warnings, hashes, signatures, ownership, recovery, and incident evidence.

Defender rule: choose cryptography based on the security goal, not because one method sounds strongest.

Core Concept

Goal, Method, Key, Trust, and Verification Must Align

Encryption supports confidentiality. Hashing supports integrity checks. Signatures support integrity and authenticity. Certificates help connect identities with public keys. Secure connections combine several cryptographic methods, but users still must verify the domain, purpose, and request.

Key Vocabulary

Terms for Cryptography Decisions

Protection goal

The specific need cryptography should support, such as confidentiality, integrity, authenticity, or secure exchange.

Trust decision

A decision about whether a key, certificate, signature, file, website, or source should be accepted as expected.

Verification evidence

Information used to confirm integrity, identity, validity, ownership, or approved cryptographic use.

Key lifecycle

The stages of creating, distributing, storing, using, rotating, revoking, replacing, and retiring cryptographic keys.

Revocation

The process of marking a key or certificate as no longer trusted before its normal expiration.

Defense in depth

Using cryptography together with access controls, updates, monitoring, backups, training, and safe user decisions.

Technical Breakdown

Cryptography Decision Board

Every scenario should be reviewed through protection goals, trust evidence, key lifecycle, and noncryptographic controls.

Confidentiality

Review question

Who should be able to read the information, and how will authorized recovery work?

Safer choice

Use approved encryption, protected keys, limited access, and documented recovery.

Integrity

Review question

How will users detect whether the data or software changed?

Safer choice

Use trusted hashes, signatures, version evidence, and independent reference values.

Authenticity

Review question

How will users verify the expected sender, publisher, website, service, or key owner?

Safer choice

Use verified signatures, certificates, trusted directories, and expected identity checks.

Lifecycle

Review question

What happens when keys expire, users leave, exposure is suspected, or recovery is needed?

Safer choice

Document rotation, revocation, replacement, retirement, ownership, backup, and incident response.

Fake Dashboard

Cryptography Decision Review Panel

This fictional panel compares encryption, hashing, signatures, certificates, key management, recovery, and verification.

Fake Data

Private backup

Contains sensitive records and must remain recoverable

Use approved encryption, protected key storage, limited access, integrity checks, and tested recovery.

Software download

Publisher provides a trusted hash and digital signature

Verify the official source, integrity value, signature, and expected publisher before use.

Secure website

Requests credentials through HTTPS

Check the exact domain, certificate trust, warning status, purpose, and request before entering data.

Signed message

Recipient needs confidence about origin and changes

Verify the signature with the trusted public key and expected identity.

Shared encrypted archive

Several users rely on one shared secret

Limit access, protect distribution, rotate after membership changes, and document recovery.

Fake Dashboard

Fake Cryptography Decision Dashboard

Training dashboard using fictional encryption, hashing, signatures, certificates, keys, secure connections, recovery, and incident evidence.

Scenarios reviewed

24

Fictional backups, messages, software, websites, devices, cloud files, and accounts.

Protection goals mapped

41

Several scenarios required confidentiality, integrity, and authenticity together.

Defensive actions approved

20

Key rotation, verification, recovery, warning response, and access review were completed.

Fake SOC Alert

Multiple Trust Failures in One Workflow

Source: Fake Cryptography Decision Training • Time: 2:32 PM

High Severity
A fictional portal uses the wrong domain, shows a certificate warning, requests an MFA code, and provides a software download whose hash does not match the official publisher value.
Defensive recommendation: Stop immediately, do not enter information or run the file, preserve evidence, use official trusted routes, verify the publisher, and report the incident.

Fake Log Panel

Fake Cryptography Decision Log

training-log-viewer.log
14:02:06 DOMAIN expected='portal.school-example.test' actual='login-other.test'
14:07:31 CERTIFICATE status='name_mismatch'
14:12:44 REQUEST password='requested' mfa_code='requested'
14:18:09 DOWNLOAD name='security_tool.pkg' source='same_untrusted_portal'
14:24:17 HASH expected='official_value' actual='different'
14:28:53 USER_ACTION data_submitted='false' file_executed='false'
14:32:05 RESPONSE official_portal='opened' report='submitted'

Training note: this is fake data for defensive analysis practice only.

Analyze the Evidence

Which Protection Plan Is Complete?

A fictional backup contains private student records.
Authorized staff must detect changes before recovery.
Only two approved staff members may restore the data.
The backup must remain recoverable after a device failure.

What is the safest complete plan?

Common Mistakes

Mistakes That Weaken Cryptography Decisions

Choosing encryption when the main need is integrity verification.
Trusting a public key, certificate, or signature without checking the expected identity.
Keeping an exposed secret or private key active.
Assuming HTTPS makes every website request trustworthy.
Treating a matching hash as proof of identity or confidentiality.
Using cryptography without ownership, access control, backup, or recovery planning.

Safe Defensive Lab

Build a Complete Fictional Cryptography Protection Plan

Fake Organization

Northstar Student Services

A fictional organization manages private records, signed notices, software downloads, encrypted backups, secure websites, shared archives, and account-recovery messages.

Defender Planning Steps

  • Identify the asset, owner, classification, and approved users.
  • Choose confidentiality, integrity, authenticity, or combined goals.
  • Match encryption, hashing, signatures, certificates, or secure connections.
  • Document public, private, or shared-key responsibilities.
  • Define verification, recovery, rotation, revocation, and incident response.
  • Add access control, backups, monitoring, updates, and user training.

Scenario Decision Lab

A Signed File Has an Untrusted Public Key

A fictional document includes a digital signature, but the public key was delivered through an unexpected message and has not been connected to the expected sender.

Scenario Decision Lab

An Encrypted Backup Has an Exposed Key

A fictional backup is strongly encrypted, but the secret key is stored in the same public folder.

Defender Habits

Cryptography Decision Checklist

Check Your Understanding

B12.7 Mini Quiz: Cryptography Decision Lab

Choose your answers first. Explanations appear only after submission.

1. Which method best supports confidentiality for a private file?

2. Which method best helps detect whether a file changed?

3. Which method best supports source authenticity?

4. What should happen after suspected private-key exposure?

5. Why is defense in depth important?

Portfolio Prompt

Portfolio Prompt

Create a one-page fictional cryptography decision matrix. Include seven scenarios, asset, owner, classification, protection goal, cryptographic method, key or trust requirement, verification evidence, recovery step, incident response, and additional controls.

Use fictional keys, certificates, signatures, hashes, files, accounts, websites, services, people, and organizations only.
Do not include real passwords, secret keys, private keys, MFA codes, recovery codes, or personal data.
Explain why each selected method matches the protection goal and what it does not solve.

Key Takeaways

What You Should Remember

1.Cryptographic methods should be selected according to the protection goal.
2.Encryption, hashing, signatures, certificates, and HTTPS solve different but connected problems.
3.Key protection and identity verification are essential to trust.
4.Warnings, mismatches, and suspected exposure require immediate defensive action.
5.Cryptography works best as one layer within a larger defense-in-depth plan.

Navigation

Complete Module B12