Which cryptographic hash algorithm produces a fixed 256-bit (32-byte) digest output and is widely used in Bitcoin and TLS standard security?
AMD5
BSHA-1
CSHA-256
DDES
Explanation
SHA-256 (Secure Hash Algorithm 256-bit) belongs to the SHA-2 family. It creates a one-way fixed output used in digital signatures, SSL/TLS certificates, and blockchain networks. MD5 and SHA-1 are cryptographically broken.
Exam Relevance
- Topic: Cybersecurity & Cryptography
- Subtopic: Hash Functions

No Comments