Skip to content
Getting Digital

Cybersecurity

Cryptography

Nobody on a security team is expected to invent a cipher, and hardly anyone is asked to explain the mathematics inside one. What the work and the exams demand instead is judgement about applied choices: which algorithm for which job, where the keys live, who can reach them, and what happens when a certificate expires on a Sunday. Cryptography here is settled science wrapped in unsettled operations.

Why this topic exists: Encryption, hashing, keys and PKI underlie every other topic; the exams test them as applied choices, not maths (CISSP Security Architecture and Engineering; SY0-701 domain 1).

Cryptography in security work means choosing and operating well-understood mechanisms, not designing new ones. A practitioner decides where data needs protection, picks a scheme that suits the purpose, and then spends most of the effort on the less glamorous questions: where the keys are generated, who may use them, how they are rotated, and what breaks when one expires. The mathematics has been settled by specialists; the failures that reach incident reports tend to lie in how it was deployed.

The vocabulary is small and repays precision. Encryption keeps data confidential and can be undone by whoever holds the right key. Hashing cannot be undone; it produces a fixed-length fingerprint used to detect tampering and to store passwords, ideally with a salt and a deliberately slow function. Digital signatures combine the two ideas to prove who produced something and that nobody has altered it since.

Four decisions behind every deployment

  • Symmetric or asymmetric. One shared secret is fast and suits bulk data; a public and private key pair solves the problem of agreeing a secret with a stranger. Real protocols use both, the second to set up the first.
  • Algorithm and key length. Choose from current, widely reviewed options and log every place each one is used, so the choice can change when guidance moves.
  • Who vouches for a key. Public key infrastructure binds a public key to a name through certificates issued by an authority both sides trust, and withdraws that trust through revocation.
  • How keys live and die. Generation, storage in hardware where it matters, rotation, revocation and destruction: the lifecycle auditors examine and outages expose.

What the blueprints test, and the certificate nobody renewed

The CISSP treats cryptography inside Security Architecture and Engineering. Its outline asks candidates to select solutions across symmetric, asymmetric and elliptic-curve methods, with quantum approaches now named alongside them, to manage the cryptographic lifecycle and PKI, and to recognise how ciphers are attacked, from brute force and known plaintext to side channels and timing. Security+ places the subject in its opening domain, General Security Concepts, where a single objective runs from key length and key exchange through hardware security modules, salting and key stretching to certificate authorities, revocation lists and signing requests. Neither exam asks for proofs. The beginner's mistake is to stop thinking at the algorithm. A system can use strong encryption and still fail because the private key sits in a shared folder, because a certificate lapsed and took a service down with it, or because a developer wrapped a sound primitive in a homemade scheme. Most readers first meet all of this through TLS, the protocol behind the padlock in every browser.

Where to practise

Issuing and installing a certificate for a real domain teaches more about trust chains and renewal than a week of reading. Our guide to domains, DNS and SSL walks through the practical side. From here, application security shows where hashing and key handling go wrong in code, and cloud security covers the key management services a provider runs for you.

Next to this topic

Concepts to know

Glossary entries with the reason each one matters here.

  • Encryption

    The core of the topic.

  • Hashing

    Integrity and password storage.

  • PKI

    How keys are bound to names and trusted.

  • SSL/TLS

    The protocol most readers meet cryptography through.

Certifications that test it

Vendor exams and free certificates; facts, cost and the preparation path are on each page, and the certifications hub has them all.

Guides that apply

Frequently asked

Do I need advanced mathematics to work with cryptography?
Not for security roles. You need to know what each primitive guarantees and what it does not, which settings are outdated, and how keys are handled. Mathematics matters if you intend to research or implement algorithms, and those are specialist careers with routes of their own.
What is the difference between encryption and hashing?
Encryption is reversible for anyone holding the key and protects confidentiality. Hashing is one-way: you can check that an input produces a given value, but you cannot recover the input from it. That is why passwords are hashed with a salt rather than encrypted.
Why do expired certificates cause so many outages?
Because renewal comes round rarely enough to be forgotten and matters only on the day it is missed. Automated issuance and renewal, plus an inventory of every certificate in use, turn it from a recurring surprise into routine.
Should organisations prepare for quantum computing now?
The CISSP outline already names quantum methods among the topics candidates must know, which signals that planning has started. The practical first step is an inventory of where public-key cryptography is used, so that algorithms can be swapped when replacement becomes necessary.

Courses in the directory

38 courses are filed here; the top 6 by our ranking, details and the provider link on each course page.

Browse the directory shelf

Last reviewed 26 September 2026 · Getting Digital