Consider the following statements regarding Blockchain technology and cryptographic mechanisms in cybersecurity:
1. Cryptographic hash functions used in blockchain exhibit the 'avalanche effect', where a minor modification to input data yields a significantly different hash output.
2. Immutability in a public blockchain ledger is secured because altering historical data requires recalculating the hashes of all subsequent blocks and achieving consensus across the network.
3. Asymmetric cryptography is implemented in blockchain systems primarily for compressing transaction data volume rather than managing digital keys and authentication.
Which of the statements given above are correct?
- 1 and 2 onlyCevap
- B2 and 3 only
- C1 and 3 only
- D1, 2 and 3
Cevap
The statement combination '1 and 2 only' is correct.
The combination consisting of the first and second statements is correct. Cryptographic hash functions ensure that any slight modification in input radically alters the output hash (avalanche effect). Furthermore, because blocks are cryptographically chained, modifying any past transaction invalidates all subsequent block headers, making the ledger tamper-resistant. Conversely, asymmetric encryption generates public and private key pairs for wallet identity and digital signatures, not for data compression.
Adım Adım Çözüm
Anahtar Kavram
Cryptographic Hash Functions and Asymmetric Encryption in Blockchain Security