Which 2026 cybersecurity certifications actually cover cryptography? CISSP, CCSP, OSCP, Security+, CEH, and GIAC compared by exam format, cost, crypto content, and the job roles they lead to.
The CISSP exam dedicates an entire domain to cryptography, and that domain covers roughly 13% of the scored questions. For a certification priced at $749 and requiring five years of paid security work, you would expect the crypto content to be serious. It is. Candidates who cannot distinguish CBC from GCM mode, or who confuse digital signatures with message authentication codes, fail.
This post compares the six certifications that matter for cryptography-adjacent work in 2026: CISSP and CCSP from ISC2, OSCP from OffSec, CompTIA Security+, EC-Council CEH, and the GIAC tracks (GCIA and GCIH). For each one I list the prerequisites, exam format, cost, how much cryptography content it actually contains, and which job roles it tends to unlock. The goal is to help you pick based on what you want to do, not on what a bootcamp sales page told you to buy.
You can practice the algorithms these exams test using the AES encryption tool and the RSA encryption tool while you read.
The Certified Information Systems Security Professional, administered by ISC2, is the certification most job postings list for senior security architect and security manager roles. It requires five years of cumulative paid work in two of the eight Common Body of Knowledge domains, or four years with a relevant degree. The exam is 100 to 150 questions, computerized adaptive testing, up to three hours, and costs $749 as of 2026.
The cryptography content lives in Domain 3, Security Architecture and Engineering, which historically accounts for about 13% of the exam. The scope is broad: symmetric and asymmetric algorithms, block cipher modes of operation, public key infrastructure, key management lifecycle, digital signatures, hashing, and cryptanalytic attacks. CISSP does not ask you to perform modular exponentiation or trace a Feistel round. It asks you to choose the right control. A typical question gives a scenario about key escrow or certificate revocation and asks which architecture decision is correct.
The crypto depth is conceptual, not computational. If you want to understand why RSA requires large primes and how ECDSA achieves equivalent security with smaller keys, CISSP gives you the vocabulary but not the math. Pair it with hands-on practice on the ECDSA signature tool to close that gap.
CISSP leads to roles like security architect, CISO track positions, and security consultant. It is a management-leaning certification, which is why its cryptography questions favor policy over implementation.
The Certified Cloud Security Professional, also from ISC2, targets cloud security architecture. Prerequisites are lighter than CISSP: one year of cloud security experience, or no experience if you hold the CISSP. The exam is 125 multiple-choice questions, four hours, $599.
Cryptography appears across multiple CCSP domains rather than in one dedicated section. The heaviest crypto content covers cloud key management services, customer-managed encryption keys, bring-your-own-key and hold-your-own-key models, and the cryptographic separation between tenants in multi-tenant environments. CCSP expects you to know how AWS KMS, Azure Key Vault, and Google Cloud KMS implement envelope encryption, and where the trust boundary sits in each.
The exam also covers TLS termination at load balancers, certificate management in cloud certificate authorities, and the cryptographic implications of shared responsibility models. This is where CCSP overlaps with the TLS cipher suites explainer. If you configure cloud workloads, that overlap is the practical value of the certification.
CCSP leads to cloud security engineer and cloud security architect roles. It pairs well with CISSP but stands on its own for engineers who have no interest in the management track.
The Offensive Security Certified Professional, from OffSec, is the certification that hiring managers in penetration testing actually respect. There are no formal prerequisites, but OffSec recommends prior networking and Linux knowledge. The exam is a 24-hour practical: you attack a set of machines in a lab environment, submit a penetration test report within 48 hours of the exam ending, and must score 70 points. The course and exam bundle is $2,599 as of 2026.
OSCP's cryptography content is offensive, not defensive. You will not be asked to design a key rotation policy. You will be asked to exploit weak cryptography. The Pen-200 curriculum covers identifying and abusing legacy ciphers, attacking weak password hashing (NTLM, LM hashes, unsalted MD5), exploiting SSL/TLS misconfigurations, and decrypting captured traffic when you hold the key. The exam itself has included machines where the path to privilege escalation involves cracking a hashed credential or abusing a hardcoded symmetric key in a binary.
The crypto depth here is operational. You learn to recognize when a developer chose DES instead of AES, when a password hash is salted versus unsalted, and when a TLS endpoint accepts export-grade cipher suites. These are the mistakes that real penetration tests find. The SHA-256 hash generator is useful for understanding what unsalted versus salted hashing looks like before you encounter it in a lab.
OSCP leads to penetration tester, red team operator, and offensive security engineer roles. It is the certification most likely to get you past a technical interview screen for a hands-on hacking job.
CompTIA Security+ is the most common entry-level security certification. CompTIA recommends but does not require prior experience. The exam is 90 questions, 90 minutes, $392. It is approved by the US Department of Defense under Directive 8140 for baseline IA-level requirements, which is why it appears on so many government job postings.
Security+ covers cryptography at a foundational level. The objectives include symmetric versus asymmetric encryption, common algorithms (AES, RSA, Diffie-Hellman, ECC), hashing algorithms (SHA-2 family, MD5 deprecation), digital signatures, PKI components (CA, RA, CRL, OCSP), and key exchange protocols. The questions are recognition-level: identify the algorithm, identify the use case, identify the weakness. There is no calculation and no lab component.
The EC-Council Certified Ethical Hacker, at EC-Council, sits a step above Security+ in marketing but a step below OSCP in technical respect. It requires two years of security experience or an official training course. The exam is 125 multiple-choice questions, four hours, $1,199 including the official courseware bundle. CEH covers cryptography in the context of attack tools: encryption, decryption, cryptanalysis tooling, and steganography detection. The depth is similar to Security+ with added tool names.
Both certifications get you past HR filters. Neither gets you past a technical interview for a cryptography-heavy role. Treat them as prerequisites, not destinations.
The SANS Institute's GIAC certifications are the ones you see on incident responder and intrusion analyst job postings, particularly in US government and defense contracting. GCIA (GIAC Certified Intrusion Analyst) and GCIH (GIAC Certified Incident Handler) are the two most relevant to cryptography work.
GCIA focuses on network traffic analysis. Its cryptography content covers TLS handshake analysis, identifying encrypted protocols in packet captures, and detecting covert channels that hide data inside otherwise legitimate encrypted streams. The exam is 115 questions, three hours, $2,499 if you take it open-book (the standard GIAC format). The practical value is in reading packet captures and recognizing when encryption is being used to hide command-and-control traffic.
GCIH covers incident response and the attacker techniques you respond to. The crypto content includes ransomware behavior analysis, how attackers encrypt victim files (typically AES for speed, RSA or ECC for key wrapping), and how to recover when key management was implemented poorly. GCIH also covers credential dumping and the hashing schemes Windows and Linux use to store passwords.
Both GIAC exams are open-book, which changes how you study. You build an index of the courseware and learn where each topic lives. The cryptography questions reward understanding over memorization because you can look up algorithm names but you cannot look up which control applies to a scenario in the time available.
GIAC certifications lead to SOC analyst, incident responder, and threat hunter roles. They are expensive, and many candidates get them employer-funded. The technical reputation is strong in the defense sector.
The certifications above serve different career paths, and the cryptography content reflects that. If you want to architect security systems and eventually move toward management, CISSP is the path. Its crypto content is policy-oriented because that is what security architects do: they decide which controls apply, not which mode of operation to implement.
If you want to break into systems, OSCP is the credential that proves you can. Its crypto content is offensive because penetration testers exploit crypto mistakes, they do design them. The 24-hour exam format filters out people who can only answer multiple-choice questions.
For cloud-specific roles, CCSP covers the key management and tenant isolation problems that on-premises certifications ignore. For incident response, GCIH covers ransomware encryption behavior that no other certification on this list addresses in depth.
A common mistake is collecting certifications without a target role. Pick the job first, then pick the certification that the job postings in your region and industry actually list. The cryptography job interview questions post covers what hiring managers ask regardless of which letters are on your resume.
One note on costs: the prices listed here are exam fees only. Training, practice exams, and retakes add significantly. OSCP's official course is bundled with the exam. GIAC's official SANS course is separate and runs $8,000-plus. ISC2 and CompTIA offer self-study options that keep total cost closer to the exam fee.
None of the certifications on this list teach you to implement cryptography correctly. CISSP teaches you to choose it. OSCP teaches you to break it. Security+ teaches you to name it. Writing secure cryptographic code requires additional study.
The topics these exams skip include side-channel attacks beyond a passing mention, the specifics of constant-time comparison, nonce reuse vulnerabilities in GCM mode, and the implementation pitfalls of RSA padding (OAEP versus PKCS#1 v1.5). These are the bugs that cause real-world vulnerabilities. NIST publications, particularly SP 800-175B on guideline for using cryptographic standards, cover the implementation decisions that certifications abstract away.
If your goal is to work on cryptographic libraries or protocol design, certifications are a credential, not the education. Read the RFCs, read the NIST publications, and implement the algorithms yourself. The tools on this site exist to let you do exactly that kind of hands-on verification.
CISSP has the most dedicated cryptography content by volume, with an entire domain covering symmetric and asymmetric encryption, PKI, key management, and cryptanalytic attacks. CCSP covers cloud-specific crypto topics like key management services. For offensive crypto content, OSCP covers exploiting weak cryptography in penetration testing scenarios.
No. Cryptography roles in engineering and research typically require a computer science or mathematics degree and demonstrated implementation skill, not a certification. Certifications matter more for security architecture, penetration testing, compliance, and incident response roles where cryptography is one component of a broader skill set.
The CISSP exam costs $749 through ISC2 as of 2026. The exam is computerized adaptive testing, 100 to 150 questions, up to three hours. Passing requires five years of paid security work experience in two of the eight CBK domains, or four years with a relevant degree waiver.
No. Security+ covers cryptography at a recognition level: identifying algorithms, use cases, and weaknesses. It is a baseline certification useful for entry-level security roles and DoD 8140 compliance. For cryptography-heavy work, pair it with hands-on implementation practice and eventually a deeper certification like CISSP or OSCP depending on your career direction.
GIAC exams cost $2,499 and the associated SANS training courses run $8,000 or more. They are worth it when an employer pays, and when the target role is incident response, intrusion analysis, or threat hunting in sectors that list GIAC credentials in job postings. For self-funded career changers, OSCP offers stronger technical reputation at a lower total price.
AES Encrypt / Decrypt
Encrypt and decrypt with AES-128, AES-192, or AES-256 in CBC, CTR, or ECB mode. Includes a round-by-round state visualization showing SubBytes, ShiftRows, MixColumns, and AddRoundKey. Pure-TypeScript FIPS 197 implementation. Browser-based.
RSA Encrypt / Decrypt
Generate RSA key pairs (1024, 2048, 4096 bit) and encrypt or decrypt messages with RSA-OAEP / SHA-256 (RFC 8017). Exports PEM public and private keys. Explains the modular exponentiation math behind RSA. Browser-based via WebCrypto.
ECDSA Signature Tool
Generate ECDSA key pairs, sign messages, and verify signatures over NIST P-256, P-384, and secp256k1 (the Bitcoin and Ethereum curve). P-256/P-384 use the WebCrypto API; secp256k1 uses @noble/curves with RFC 6979 deterministic k. Browser-based.
SHA-256 Hash Generator
Generate SHA-256 cryptographic hashes for secure data verification.
Cryptography Job Interview Questions and How to Answer Them
Real cryptography interview questions with technical answers. Covers symmetric vs asymmetric, RSA math, hash properties, AEAD, CBC vs GCM, signatures vs MACs, and common attacks.
TLS Cipher Suites Explained: A Developer's Guide
Your server sends a list of cipher suites every time a browser connects. One wrong entry lets attackers downgrade your encryption. Here is how to read the list and configure it correctly in 2026.