High School AdvancedA14.10Cryptography and Key Management Concepts

Lesson A14.10

Key Management Design Lab

This capstone lesson combines every A14 concept into one enterprise architecture decision. You will review what needs protection, how cryptographic trust is implemented, whether key and certificate lifecycle is healthy, how recovery works, which evidence conflicts, and whether the overall design is ready for approval.

The entire lab uses fictional architecture records and metadata. There are no real keys, secrets, credentials, encrypted files, certificate stores, production systems, or offensive cryptographic tasks.

Lesson Progress

Key Management Design Lab

High School AdvancedA14: Cryptography and Key Management Concepts • Lesson 10 of 10

100% complete

Readiness Check

A14.10 Capstone Readiness

0/5 ready

Capstone Mindset

Your Job Is to Make a Defensible Architecture Decision

A mature architecture review does not ask whether the system uses cryptography. It asks whether each cryptographic relationship is appropriate, owned, scoped, recoverable, lifecycle-managed, and supported by current evidence.

This lab also requires you to resist a common mistake: treating a mostly healthy architecture as automatically acceptable. A single high-impact trust path can justify a HOLD even when many other controls are strong.

Final decisions should be traceable from protection goal → cryptographic relationship → evidence → state → remediation → validation → governance decision.

Learning Objectives

Five Capabilities for the Final A14 Lab

1

Integrate protection goals, encryption models, hashing, signatures, PKI, key lifecycle, data-protection coverage, and governance into one coherent cryptography architecture review.

2

Resolve conflicting evidence by distinguishing Confirmed, Conditional, Unknown, Blocked, Accepted Risk, and Not Applicable states across technical and governance domains.

3

Prioritize remediation based on trust impact, data sensitivity, key or certificate scope, recoverability, lifecycle urgency, and evidence quality.

4

Make an architecture release recommendation that explains which cryptographic risks must block approval, which can be conditionally managed, and which are acceptable only through formal governance.

5

Produce the final Enterprise Cryptography and Key Management Review for the A14 portfolio.

Integrated Review

Nine Architecture Domains From A14.1–A14.9

Protection goals

A14.1

Review questions

  • Which assets need confidentiality, integrity, authenticity, or a combination?
  • Which trust boundaries matter?
  • Which goals are cryptographic and which depend on authorization or governance?

Strong evidence

Asset inventory, data classification, trust-boundary map, protection requirement, owner.

Common evidence conflict

A control is technically strong but aimed at the wrong protection goal.

Encryption model selection

A14.2

Review questions

  • Is symmetric, asymmetric, or hybrid encryption appropriate for the architecture problem?
  • Is shared-secret scope narrow enough?
  • Is public/private key ownership clear?

Strong evidence

Encryption-model register, key scope, participants, performance need, lifecycle owner.

Common evidence conflict

A convenient key model creates excessive trust or difficult distribution.

Hashing and integrity

A14.3

Review questions

  • What object needs integrity verification?
  • Who provides the trusted reference?
  • What happens when verification fails?

Strong evidence

Trusted manifest, object version, digest record, verifier event, mismatch action.

Common evidence conflict

A hash exists but the trusted reference is stale or unowned.

Digital signatures

A14.4

Review questions

  • Who is the signer?
  • Where is the private signing key protected?
  • Which relying systems verify before a sensitive action?

Strong evidence

Signer inventory, protected signing boundary, verification logs, release authorization.

Common evidence conflict

A signature verifies mathematically but signer ownership or authorization is weak.

Certificates and PKI

A14.5

Review questions

  • What identity does each certificate represent?
  • Which issuer and trust anchor are accepted?
  • Are renewal, revocation, and retirement current?

Strong evidence

Certificate inventory, issuer path, trust-anchor list, owner, validity, renewal evidence.

Common evidence conflict

The leaf certificate is current but obsolete trust anchors remain accepted.

Key storage and lifecycle

A14.6

Review questions

  • Where do key operations occur?
  • Who may use each key?
  • Can rotation and recovery happen without unsafe disruption?

Strong evidence

Key lifecycle register, version map, workload authorization, recovery test, retirement criteria.

Common evidence conflict

A new key exists but hidden workloads or retained data still depend on the old key.

Crypto design mistakes

A14.7

Review questions

  • Where is trust broader than necessary?
  • Which legacy dependencies are unmanaged?
  • Which controls are being asked to solve the wrong problem?

Strong evidence

Design finding register, severity, owner, environment, lifecycle, recovery, remediation.

Common evidence conflict

Strong algorithms are wrapped in weak ownership, scope, or recovery architecture.

Transit and at-rest coverage

A14.8

Review questions

  • Is sensitive data protected while moving and while stored?
  • Are backups, exports, replicas, and temporary copies included?
  • Does authorization remain separate?

Strong evidence

Data Protection Coverage Matrix, path inventory, storage inventory, certificate/key owner, recovery evidence.

Common evidence conflict

One data state is protected while another is missing or stale.

Policy and governance

A14.9

Review questions

  • Which policy requirement applies?
  • What evidence proves the control objective?
  • Which exceptions or Accepted Risks are bounded and current?

Strong evidence

Policy mapping, control owner, evidence owner, exception record, risk owner, review cadence.

Common evidence conflict

A technical control is healthy but the policy exception, owner, or evidence is expired.

Evidence States

Use Decision States Consistently

Confirmed

Current technical and governance evidence supports the intended cryptographic control and lifecycle.

Release meaning: No material blocker remains in this domain.

Conditional

The design is substantially acceptable, but a bounded lifecycle, evidence, or remediation condition remains.

Release meaning: May proceed only if the condition is explicitly owned, monitored, and time-bounded.

Unknown

Evidence is missing, stale, contradictory, or insufficient.

Release meaning: Do not assume safety. Resolve evidence before relying on the control.

Blocked

A material cryptographic trust, lifecycle, recovery, or governance problem prevents approval.

Release meaning: Must be remediated before release or continued operation where applicable.

Accepted Risk

A known residual risk is formally approved for a defined scope, owner, period, and review trigger.

Release meaning: May proceed only within the exact approved exception or risk boundary.

Not Applicable

The control objective does not apply to this system or data scope.

Release meaning: Record rationale and approving owner.

Fictional Enterprise Context

Northbridge Systems Under Review

Student Services Portal

Role: Public web application for student-support workflows

Data: Sensitive student support records

Crypto: Protected web transport, internal workload trust, database encryption, signed release artifacts

Dependencies: Portal certificate private key, database encryption key, release signing trust

Governance: Application owner + Platform Security + Data Platform

Student Support Database

Role: Primary sensitive data store

Data: Sensitive support records

Crypto: Managed at-rest encryption with versioned key lifecycle

Dependencies: Database key v6 active; v5 retained for approved historical dependency

Governance: Data Platform + Student Services data owner

Partner Scheduling Integration

Role: External partner data exchange

Data: Scheduling messages

Crypto: Partner certificate, protected service transport, encrypted application storage

Dependencies: Partner certificate renewal due in 45 days

Governance: Integration Owner + external partner sponsor

Release Signing Service

Role: Signs production release artifacts

Data: Integrity-critical software packages

Crypto: Protected private signing key + verification trust in deployment pipeline

Dependencies: Signer generation 3; rotation planned next quarter

Governance: Release Engineering + deployment control owner

Recovery Backup Repository

Role: Production backup and disaster-recovery repository

Data: Encrypted sensitive backup sets

Crypto: At-rest backup encryption + protected replication

Dependencies: Recovery key v4 active; retained versions map to older backup sets

Governance: Resilience Team

Analytics Export Service

Role: Creates approved outbound data exports

Data: Sensitive report packages

Crypto: Encrypted temporary staging, protected recipient transfer, signed manifest

Dependencies: Per-export temporary data key + service certificate + signer trust

Governance: Analytics Product Owner + Data Governance

Legacy Reporting Service

Role: Historical reporting application awaiting modernization

Data: Historical sensitive reports

Crypto: Legacy shared encryption key, old certificate trust, inconsistent transport protection

Dependencies: Owner Unknown for legacy key; retired CA trust remains on some hosts

Governance: Reporting Product Owner + Infrastructure Security + risk owner

Integrated Evidence

Fourteen Cryptography Evidence Records

CRYPTO-01Protection goalsConfirmed

Student Services Portal

Claim

Sensitive student-support data needs confidentiality in transit and at rest plus integrity/authenticity for production releases.

Source

Current data classification + architecture map + release policy

Freshness

Current

Conflict

None

Decision

Protection goals are correctly separated and mapped to distinct controls.

CRYPTO-02Encryption modelConfirmed

Student Support Database

Claim

Managed symmetric storage encryption is appropriate for high-volume database data.

Source

Current key inventory + database encryption state

Freshness

Current

Conflict

Logical authorization is a separate issue and must not be inferred from encryption.

Decision

Encryption model is appropriate; maintain separate access review.

CRYPTO-03Hashing / integrityConfirmed

Student Services Release Package

Claim

Release artifact digest matches a trusted versioned manifest before deployment.

Source

Release manifest + verification event

Freshness

Current for version 8.4

Conflict

Digest match alone does not prove signer identity.

Decision

Integrity evidence is valid when combined with signature verification.

CRYPTO-04Digital signatureConditional

Release Signing Service

Claim

Production release package is signed by the approved release signer.

Source

Signer inventory + signature verification logs

Freshness

Current

Conflict

Next-quarter key rotation has not yet completed verifier-transition rehearsal.

Decision

Current signing is trusted; rotation readiness remains a release-readiness condition for the next lifecycle event.

CRYPTO-05PKIConditional

Partner Scheduling Integration

Claim

Partner service certificate currently validates under the approved partner trust relationship.

Source

Current partner certificate + sponsor record

Freshness

Current

Conflict

Certificate expires in 45 days.

Decision

Current operation may continue under monitoring; renewal must close before expiry.

CRYPTO-06Key lifecycleConfirmed

Student Support Database

Claim

Database key v6 is active and v5 remains available only for approved retained-data dependency.

Source

Key Lifecycle Register + restore test

Freshness

Current

Conflict

Old-key retention could become excessive if the dependency closure date slips.

Decision

Maintain retention mapping and retire v5 when closure criteria are met.

CRYPTO-07Key lifecycleConditional

Recovery Backup Repository

Claim

Backup encryption keys are present and versioned.

Source

Current key inventory

Freshness

Current

Conflict

Last full restore test is fourteen months old.

Decision

Key inventory is current, but recoverability remains Conditional until a current restore test passes.

CRYPTO-08Transit / rest coverageConfirmed

Analytics Export Service

Claim

Export is protected in staging and during recipient transfer.

Source

Storage policy + recipient trust + export workflow

Freshness

Current

Conflict

Recipient authorization must remain separate from transport trust.

Decision

Coverage is acceptable when authorization and cleanup remain enforced.

CRYPTO-09GovernanceAccepted Risk

Legacy Reporting Service

Claim

Legacy key storage does not meet the approved managed-key standard.

Source

Legacy key inventory + architecture exception EXC-14-04

Freshness

Current

Conflict

Exception expires 2027-01-31 and modernization is incomplete.

Decision

Legacy key gap is acceptable only within the exact exception scope and until the approved expiry.

CRYPTO-10PKI / trust anchorsBlocked

Legacy Reporting Service

Claim

Retired internal CA is still trusted by three production hosts.

Source

Current trust-store inventory

Freshness

Current

Conflict

No approved exception covers obsolete CA trust.

Decision

Remove obsolete trust after dependency mapping and migration; this remains a blocker.

CRYPTO-11Key ownershipBlocked

Legacy Reporting Service

Claim

Legacy shared encryption key owner cannot be established.

Source

Partial key inventory + stale documentation

Freshness

Partial / stale

Conflict

Modernization exception does not make Unknown ownership safe.

Decision

Assign accountable ownership and map key copies/dependencies before approval.

CRYPTO-12Transport coverageBlocked

Legacy Reporting Service

Claim

Some internal legacy report transfers use an old unverified transport path.

Source

Current architecture review + partial flow evidence

Freshness

Partial

Conflict

Internal network location was historically treated as sufficient trust.

Decision

Modernize transport protection and endpoint trust; internal placement is not a compensating control.

CRYPTO-13Integrity / signingConfirmed

Analytics Export Service

Claim

Export manifest is signed by the approved analytics export signer.

Source

Signature verification + signer inventory

Freshness

Current

Conflict

Signature authenticity does not itself authorize release to the recipient.

Decision

Require both signed-manifest verification and export authorization.

CRYPTO-14Data retentionConditional

Temporary Analytics Workspace

Claim

Temporary workspace storage is encrypted.

Source

Workspace storage configuration + project policy

Freshness

Current

Conflict

Automatic destruction evidence is still under review.

Decision

Keep Conditional until retention and cleanup evidence proves the temporary lifecycle.

Fake Dashboard

Enterprise Cryptography Review Dashboard

Fictional integrated A14 architecture state

Architecture domains

9

Protection goals through governance reviewed across A14.1–A14.9

Evidence records

14

Current, Conditional, Accepted Risk, and Blocked evidence integrated

P0 blockers

3

Retired CA trust, unowned legacy shared key, and inconsistent legacy transport

Final recommendation

HOLD

Modern architecture is strong, but unresolved legacy trust paths block approval

Fake SOC Alert

Three P0 Cryptography Architecture Blockers Prevent Approval

Source: Fictional Enterprise Cryptography Review • Time: 11:23

High Severity
The final review identifies three independent blockers: retired CA trust remains active on production hosts, the legacy shared encryption key has Unknown ownership and uncontrolled copies, and sensitive legacy reporting traffic uses inconsistent protected transport.
Defensive recommendation: Issue a HOLD until REM-01, REM-02, and REM-03 have objective closure evidence.

Conflicting Evidence

Do Not Force Conflicting Evidence Into One Simplistic Answer

Mature reviews often contain evidence that looks contradictory only because it measures different parts of the architecture. Your job is to identify what each source actually proves.

CONFLICT-01

Current key inventory vs. stale recovery proof

Evidence A

Backup key inventory is current and shows expected key versions.

Evidence B

Full restore validation is fourteen months old.

Correct interpretation

Current key metadata supports key governance, but it does not prove recoverability. Recovery remains Conditional.

Why: Different evidence sources prove different control objectives.

CONFLICT-02

Valid signature vs. future rotation readiness

Evidence A

Current release signatures verify successfully.

Evidence B

Verifier transition for the next signing-key rotation has not yet been rehearsed.

Correct interpretation

Current signing trust is acceptable, but lifecycle readiness remains Conditional.

Why: Current effectiveness and future transition readiness are separate decisions.

CONFLICT-03

Approved legacy exception vs. unmanaged trust anchor

Evidence A

EXC-14-04 allows a bounded legacy key-storage deviation through 2027-01-31.

Evidence B

A retired CA remains trusted in production and is not covered by the exception.

Correct interpretation

The key-storage gap may be Accepted Risk, while the obsolete trust-anchor gap remains Blocked.

Why: Exceptions apply only to their documented scope.

CONFLICT-04

Encrypted temporary workspace vs. uncertain retention

Evidence A

Workspace storage is encrypted and project access is scoped.

Evidence B

Automatic destruction evidence has not yet been confirmed.

Correct interpretation

Confidentiality is strong while the data exists, but lifecycle governance remains Conditional.

Why: Encryption does not solve retention.

CONFLICT-05

Valid partner certificate vs. approaching expiry

Evidence A

The partner certificate validates today and sponsor evidence is current.

Evidence B

The certificate expires in 45 days.

Correct interpretation

Current trust can remain in service under monitoring, but renewal is a time-bounded condition.

Why: Validity today does not remove lifecycle responsibility.

Fake Log Panel

Fictional Enterprise Cryptography Decision Log

training-log-viewer.log
[08:11] CRYPTO-01 goals system=STUDENT_PORTAL state=CONFIRMED
[08:35] CRYPTO-04 signing current=TRUSTED rotation_rehearsal=OPEN state=CONDITIONAL
[08:59] CRYPTO-05 partner-cert valid=YES expiry=45d state=CONDITIONAL
[09:23] CRYPTO-07 recovery key_inventory=CURRENT restore_test_age=14mo state=CONDITIONAL
[09:47] CRYPTO-09 legacy-key exception=VALID state=ACCEPTED_RISK
[10:11] CRYPTO-10 retired-ca trusted_hosts=3 exception=NONE state=BLOCKED
[10:35] CRYPTO-11 legacy-key owner=UNKNOWN copies=MULTIPLE state=BLOCKED
[10:59] CRYPTO-12 legacy-transit protection=INCONSISTENT state=BLOCKED
[11:23] DECISION overall=HOLD p0_blockers=3 conditional_items=4 accepted_risk=1

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

Analyze the Evidence

Evidence Analysis: Valid Exception, Separate Blocked Trust

EXC-14-04 explicitly covers the legacy managed-key storage requirement.
The exception expires 2027-01-31.
Compensating controls and a risk owner are documented.
A retired CA remains trusted on three production hosts.
The exception does not mention the retired CA or PKI trust-anchor requirement.

How should the review treat the legacy key exception and the retired CA trust issue?

Release Criteria

What Must Be True Before Approval?

1

No unresolved high-impact Blocked trust paths

Pass

All retired or unauthorized trust anchors are removed or covered by valid, explicit governance.

Fail

A retired CA remains trusted without an approved exception.

2

Every active key has accountable ownership

Pass

Key purpose, owner, scope, storage boundary, users, lifecycle, and dependencies are known.

Fail

A shared production key has Unknown owner or uncontrolled copies.

3

Required recovery evidence is current

Pass

Protected backups and retained data can be restored under the current key lifecycle.

Fail

Only key inventory exists while restore validation is stale.

4

Certificate and signer lifecycle is actively governed

Pass

Renewals and rotations have owner, timeline, verifier transition, and evidence.

Fail

An expiring certificate or planned signer rotation has no accountable transition.

5

Data protection covers all meaningful states

Pass

Transit, storage, backup, export, replication, and temporary copies are mapped and governed.

Fail

A sensitive legacy flow uses unverified transport or unmanaged storage.

6

Cryptographic controls do not replace authorization

Pass

Identity/access decisions remain separate for databases, exports, services, and signing workflows.

Fail

A valid certificate, signature, or encryption state is treated as blanket permission.

7

Policy exceptions are valid and bounded

Pass

Every exception has exact scope, compensating controls, risk owner, expiry, and closure criteria.

Fail

A deviation exists with no valid exception or the exception has expired.

8

Evidence quality supports the final recommendation

Pass

Material decisions use current, attributable, non-contradictory evidence.

Fail

High-impact claims depend on stale, missing, or Unknown evidence.

Remediation

Prioritize Work by Trust Impact and Validation Evidence

REM-01P0Open — Blocker

Retired CA remains trusted on three production hosts

Owner

Infrastructure Security

Action

Complete dependency mapping, migrate any legitimate remaining certificate relationships, remove obsolete trust anchors, and record closure evidence.

Validation

Current trust inventory shows retired CA absent from production relying systems.

REM-02P0Open — Blocker

Legacy shared encryption key has Unknown ownership and uncontrolled copies

Owner

Reporting Product Owner + Infrastructure Security

Action

Assign accountable owner, map key copies and retained-data dependencies, restrict further use, and execute the approved modernization path.

Validation

Key register has current owner, exact scope, dependency map, and migration state.

REM-03P0Open — Blocker

Legacy reporting transport protection is inconsistent

Owner

Reporting Platform Team

Action

Replace unverified internal transfer paths with approved protected service communication and current endpoint trust.

Validation

Data-flow evidence shows protected transport for all sensitive legacy transfer paths.

REM-04P1Open — Conditional

Recovery restore validation is stale

Owner

Resilience Team

Action

Perform an authorized full recovery validation using the current key-version and backup lifecycle, then refresh evidence.

Validation

Current restore evidence confirms required backup sets and key versions are usable.

REM-05P1Open — Conditional

Partner certificate renewal due in 45 days

Owner

Integration Owner

Action

Complete certificate renewal, relying-system validation, and old-trust retirement before expiry.

Validation

Replacement certificate is current and old relationship is retired after validation.

REM-06P1Open — Conditional

Signing-key rotation transition has not been rehearsed

Owner

Release Engineering

Action

Validate new verifier trust, deployment policy, rollback, and historical-signature handling before rotation.

Validation

Controlled rehearsal proves signer and verifier transition without breaking release verification.

REM-07P2Open — Conditional

Temporary analytics workspace destruction evidence incomplete

Owner

Data Science Platform

Action

Verify automated cleanup and retention closure for temporary encrypted workspaces.

Validation

Lifecycle evidence shows expired workspaces and data copies are removed according to policy.

REM-08P2Monitor

Database old-key version remains retained

Owner

Data Platform

Action

Track retained-data dependency and retire key v5 once closure criteria are met.

Validation

No required data depends on v5 and retirement is recorded.

Decision Board

Final Enterprise Cryptography Architecture Recommendation

AreaStateEvidenceBlockerDecision
Protection goalsConfirmedCurrent classification + architecture mapNoDistinct confidentiality, integrity, authenticity, and authorization goals are mapped correctly.
Encryption model selectionConfirmedCurrent model and key-scope registerNoPrimary modern systems use defensible symmetric/asymmetric/hybrid patterns.
Integrity and signaturesConditionalCurrent verification + future rotation conditionNoCurrent release trust is sound; rotation readiness must close before the lifecycle event.
PKIBlockedRetired CA still trusted in productionYesObsolete trust anchor must be removed.
Key storage and lifecycleBlockedLegacy shared key owner UnknownYesModern key program is strong, but unmanaged legacy key trust prevents approval.
Transit / at-rest coverageBlockedLegacy transfer path inconsistentYesModern data flows are well protected; legacy sensitive transit remains unacceptable.
RecoveryConditionalRestore evidence fourteen months oldNoMust refresh recovery proof before full confidence.
Governance / policyConditionalLegacy key exception valid; other legacy PKI gap not coveredNo for exception, Yes for uncovered PKI gapGovernance works when scoped precisely; exception cannot be stretched to unrelated trust problems.
Overall release recommendationHOLDThree P0 cryptographic architecture blockers remainYesDo not approve full enterprise cryptography posture until REM-01, REM-02, and REM-03 close.

Final recommendation

HOLD

The modern cryptography architecture is strong across most domains, but three P0 legacy trust problems remain: obsolete CA trust, an unowned shared encryption key, and inconsistent protected transport. These are independent blockers and should be closed before full enterprise approval.

Analyze the Evidence

Evidence Analysis: Overall Release Recommendation

Modern portal, database, export, and release controls are largely strong.
A retired CA remains trusted on three production hosts.
A shared legacy encryption key has Unknown owner and uncontrolled copies.
Sensitive legacy report transfers use inconsistent protected transport.
One bounded legacy key-storage exception is valid but does not cover the retired CA or transport gap.
Recovery and several lifecycle items remain Conditional.

What is the strongest final decision for this fictional architecture?

Review Anti-Patterns

Eight Ways a Capstone Decision Can Go Wrong

1

Averages hide blockers

Why it fails: Most domains are healthy, so reviewers average the results and ignore one critical Blocked trust path.

Better approach: Treat material blockers independently of the overall percentage of healthy controls.

2

Exception scope is stretched

Why it fails: A valid exception for one key-storage issue is used to justify unrelated certificate or transport gaps.

Better approach: Apply exceptions only to the exact documented requirement and scope.

3

Current control hides future lifecycle risk

Why it fails: A certificate or signing key works today, so renewal or rotation readiness is ignored.

Better approach: Separate current effectiveness from lifecycle readiness.

4

Technical evidence overrides governance

Why it fails: A valid key or certificate is treated as sufficient despite Unknown ownership or expired risk approval.

Better approach: Require both technical and governance evidence for material decisions.

5

Governance evidence overrides technical failure

Why it fails: A policy exception is treated as proof that the underlying control is healthy.

Better approach: Keep the technical state visible even when risk is formally accepted.

6

Recovery is deferred

Why it fails: Teams assume backups are safe because encryption and key inventory are current.

Better approach: Require current restore evidence for recovery-related control objectives.

7

Legacy systems disappear from scope

Why it fails: Modern systems score well because difficult legacy trust paths are omitted from the review.

Better approach: Keep legacy dependencies visible until migration or retirement is complete.

8

Remediation lacks validation

Why it fails: A ticket is closed because work was attempted, not because evidence proves the risk changed.

Better approach: Every remediation should have objective closure evidence.

Scenario Decision Lab

Scenario Decision Lab 1 — Strong Modern Crypto, Three Legacy Blockers

The enterprise review shows strong modern encryption, PKI, signing, and key management, but three high-impact legacy trust problems remain unresolved.

Scenario Decision Lab

Scenario Decision Lab 2 — Current Key Inventory, Stale Recovery Proof

The backup platform shows current encryption keys and healthy backup creation, but the last full restore validation is fourteen months old.

Safe Capstone Lab

Produce an Enterprise Cryptography and Key Management Review

Build the final A14 portfolio artifact using only fictional systems, key IDs, certificate metadata, evidence records, policy records, and risk decisions. The deliverable should read like a professional architecture review, not a collection of isolated lesson exercises.

1

Define the enterprise scope and business context.

2

List all important systems, data classes, services, partners, backups, exports, and legacy components.

3

Map confidentiality, integrity, authenticity, authorization, and recovery goals.

4

Map symmetric, asymmetric, and hybrid encryption relationships.

5

Map hashing/integrity controls and trusted references.

6

Map signer identities and digital-signature trust.

7

Map certificate subjects, issuers, trust anchors, and relying systems.

8

Map key classes, owners, storage boundaries, versions, and authorized workloads.

9

Map rotation, renewal, revocation, recovery, and retirement triggers.

10

Map encryption in transit.

11

Map encryption at rest.

12

Include backups, replication, exports, archives, and temporary storage.

13

Map policy and standard requirements.

14

Map technical evidence and governance evidence separately.

15

Classify every domain and material finding.

16

Create at least twenty-five integrated evidence records.

17

Create at least five explicit evidence conflicts.

18

Explain what each conflicting source actually proves.

19

Create release criteria.

20

Identify P0, P1, and P2 remediation.

21

Assign owners to every remediation.

22

Define objective validation evidence for closure.

23

List all active exceptions and Accepted Risks.

24

Verify exception scope, owner, expiry, compensating controls, and closure criteria.

25

Identify the three highest residual risks.

26

Write a final APPROVE, CONDITIONAL APPROVAL, or HOLD recommendation.

27

Explain exactly what evidence would change that recommendation.

28

Add change triggers for data classification, owner, environment, provider, algorithm policy, key version, certificate, signer, trust anchor, recovery, incident, and exception expiry.

29

Include a one-page executive summary.

30

Include a technical evidence appendix.

31

Include a governance and exception appendix.

Capstone safety boundary

Do not collect, expose, recover, extract, or manipulate real keys, secrets, certificates, trust stores, encrypted files, or private organizational data. Do not intercept traffic, crack encryption, forge signatures, or test live systems. The entire capstone is fictional and defensive.

Advanced Challenge

Create an Executive and Technical Decision Package

A strong senior security architect can communicate the same cryptography decision at two levels. Build both views.

Executive view

  • • Business scope and sensitive assets
  • • Overall architecture recommendation
  • • Top three cryptographic risks
  • • Highest-priority remediation
  • • Accepted Risks and exception expiries
  • • What must happen before approval changes

Technical view

  • • Crypto architecture inventory
  • • Key/certificate/signing lifecycle
  • • Transit and at-rest coverage
  • • Evidence conflicts and resolution
  • • Remediation validation criteria
  • • Detailed decision-state matrix

The two views should never contradict each other. The executive summary should be a faithful compression of the technical evidence, not a softer version of the risk.

Defender Habits

A14.10 Capstone Defender Checklist

Skill Check

Seven Questions

Check Your Understanding

A14.10 Mini Quiz: Key Management Design Lab

Choose your answers first. Explanations appear only after submission.

1. What should an integrated cryptography architecture review do first?

2. What is the strongest interpretation when current backup key inventory exists but restore evidence is stale?

3. Can a valid exception for legacy key storage automatically cover a retired CA trust issue?

4. Why can an overall architecture decision be HOLD even when most modern systems are strong?

5. What makes a remediation item complete?

6. Which statement about current signing trust and future rotation is strongest?

7. What is the strongest final-review principle?

Portfolio Prompt

Final Portfolio Build — Enterprise Cryptography and Key Management Review

Create the final A14 portfolio artifact: an Enterprise Cryptography and Key Management Review integrating your A14.1–A14.9 work. Include scope, systems, protection goals, encryption models, integrity controls, signer trust, PKI, key lifecycle, design mistakes, transit/rest coverage, governance, evidence states, conflicts, release criteria, remediation priorities, exceptions, Accepted Risks, residual risk, validation evidence, and a final APPROVE, CONDITIONAL APPROVAL, or HOLD recommendation.

Use one integrated architecture story rather than nine disconnected sections.
Preserve evidence conflicts instead of hiding them.
Do not let a valid exception cover unrelated risks.
Use P0/P1/P2 remediation with objective closure evidence.
Include both executive and technical views.
Use fictional provider-neutral architecture only.

Confidence / Readiness Reflection

Are You Ready for the A14 Module Test?

The module test will assess the entire A14 progression. You should be able to reason from a protection goal to a cryptographic control, then through trust, key lifecycle, evidence, recovery, policy, and a final architecture decision.

1

I can explain symmetric, asymmetric, and hybrid encryption by architecture purpose.

2

I can distinguish hashing, salting, signing, certificates, and encryption.

3

I can evaluate PKI and key lifecycle without exposing secrets.

4

I can follow sensitive data across transit, rest, backup, export, and recovery.

5

I can resolve conflicting evidence and make an explicit cryptography architecture recommendation.

Portfolio Build Guide

How to Make the Final A14 Review Look Professional

Start with scope and decision

Tell the reader what environment is reviewed and whether your conclusion is APPROVE, CONDITIONAL APPROVAL, or HOLD.

Trace each claim to evidence

Key, certificate, signer, recovery, transport, storage, and policy claims should point to current evidence records.

Show conflicting evidence

Explain why one source may be Confirmed while a related lifecycle or recovery source remains Conditional.

Keep blockers visible

Do not bury P0 issues beneath a large number of healthy findings.

Respect exception scope

Show precisely which requirement each exception covers and what it does not cover.

Use objective closure evidence

A remediation is not complete until current evidence proves the trust state changed.

Separate executive and technical detail

Executives need risk and decision clarity; technical reviewers need evidence and lifecycle depth.

Connect to the module test

Use this review as your primary study artifact for the 25-question A14 assessment.

Key Takeaways

What You Should Remember

1.Enterprise cryptography is a system of protection goals, keys, certificates, signatures, data paths, storage boundaries, lifecycle, and governance.
2.Technical correctness and governance correctness are both required for trustworthy cryptographic architecture.
3.Current effectiveness and future lifecycle readiness can have different decision states.
4.Exceptions apply only to their explicit scope.
5.Accepted Risk is formal, bounded, owned, and reviewable.
6.Recovery requires current evidence, not just current key inventory.
7.Legacy cryptographic trust must remain visible until modernization or retirement closes it.
8.Material blockers should not be averaged away by a mostly healthy architecture.
9.Remediation is complete only when validation evidence proves the risk changed.
10.The final Enterprise Cryptography and Key Management Review prepares you for the A14 Module Test.

Capstone Safety Boundary

Enterprise crypto review is about architecture evidence—not breaking cryptography

Do not extract or recover real keys, inspect private key material, crack encryption, forge signatures, alter trust stores, bypass certificate validation, capture protected traffic, access encrypted data, or test real systems without authorization. All architecture, evidence, keys, certificates, logs, and findings in this lab are fictional.

Lesson Complete

A14.10 Key Management Design Lab Complete

You have now completed all ten A14 lessons and produced the final Enterprise Cryptography and Key Management Review. The next page is the A14 Module Test with 25 questions covering the full module.