Drag steps to the numbered slots on the right, or tap a step then tap a slot.
CISSP Practice Question: Drag and drop the steps for implementing a…
Drag and drop the steps for implementing a digital signature using asymmetric cryptography in the correct order.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Hash the message, then encrypt the hash with the sender's private key, then attach the encrypted hash to the message, then verify by decrypting with the public key and comparing hashes.
Digital signatures involve hashing the message, encrypting the hash with the private key, attaching, then verifying with the public key.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Hash the message, then encrypt the hash with the sender's private key, then attach the encrypted hash to the message, then verify by decrypting with the public key and comparing hashes.
Why this is correct
This is the correct order because digital signatures require first creating a hash of the message to ensure integrity, then signing the hash with the private key to provide authenticity and non-repudiation, then attaching the signature to the message, and finally the recipient verifying by decrypting the signature with the public key and comparing the resulting hash with a freshly computed hash of the message.
- ✗
Encrypt the hash with the sender's private key, then hash the message, then attach the encrypted hash to the message, then verify by decrypting with the public key and comparing hashes.
Why it's wrong here
This sequence is fundamentally flawed because the digital signature process requires the message's hash to be computed *before* it can be encrypted. Attempting to encrypt a hash that has not yet been generated is a logical impossibility. The hash serves as the direct input to the private key encryption function, making its prior existence an absolute prerequisite for creating the signature.
- ✗
Hash the message, then attach the encrypted hash to the message, then encrypt the hash with the sender's private key, then verify by decrypting with the public key and comparing hashes.
Why it's wrong here
This option incorrectly places the attachment of the signature before its creation. A digital signature is the result of encrypting the message hash with the sender's private key. Attaching an unencrypted hash to the message would fail to provide authenticity or non-repudiation, as it's merely a hash, not a cryptographically signed artifact. The 'encrypted hash' must exist as a complete signature before it can be appended to the message for transmission.
- ✗
Hash the message, then encrypt the hash with the sender's private key, then verify by decrypting with the public key and comparing hashes, then attach the encrypted hash to the message.
Why it's wrong here
This order is incorrect because verification is a distinct step performed by the *recipient* after receiving the message and its attached signature. The sender's process culminates in attaching the encrypted hash to the message, making it ready for transmission. Placing the verification step before attachment implies an impossible scenario where the signature is verified before it has even been fully prepared and associated with the message for delivery.
Quick reference
Symmetric Encryption Algorithm Comparison
| Algorithm | Key Size | Block Size | Status | Notes |
|---|---|---|---|---|
| AES-128 | 128-bit | 128-bit | Current standard | NIST approved; WPA3, TLS |
| AES-256 | 256-bit | 128-bit | Current standard | Preferred for sensitive / govt data |
| 3DES | 112-bit effective | 64-bit | Deprecated (2023) | Replaced by AES |
| DES | 56-bit | 64-bit | Broken | Cracked in < 24 h; never deploy |
| ChaCha20 | 256-bit | Stream cipher | Current | TLS 1.3, WireGuard |
Go deeper
Related to this question
About these practice questions
This CISSP question is part of Courseiva's 747-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CISSP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CISSP exam.