Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Securing Blockchain Networks like Ethereum and Hyperledger Fabric

You're reading from   Securing Blockchain Networks like Ethereum and Hyperledger Fabric Learn advanced security configurations and design principles to safeguard Blockchain networks

Arrow left icon
Product type Paperback
Published in Apr 2020
Publisher Packt
ISBN-13 9781838646486
Length 244 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Alessandro Parisi Alessandro Parisi
Author Profile Icon Alessandro Parisi
Alessandro Parisi
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Section 1: Blockchain Security Core Concepts
2. Introducing Blockchain Security and Attack Vectors FREE CHAPTER 3. Cryptography Essentials 4. Blockchain Security Assumptions 5. Section 2: Architecting Blockchain Security
6. Trustless Blockchain Networks 7. Securing Hyperledger Fabric 8. Section 3: Securing Decentralized Apps and Smart Contracts
9. Decentralized Apps and Smart Contracts 10. Preventing Threats for DApps and Smart Contracts 11. Section 4: Preserving Data Integrity and Privacy
12. Exploiting Blockchain as an Attack Vector 13. Analyzing Privacy and GDPR Compliance Issues 14. Other Books You May Enjoy

Block synchronization

As we have seen in Chapter 1, Introducing Blockchain Security and Attack Vectors, the blockchain is nothing more than a list of blocks in which each block maintains a reference to the previous block. Within each block, in fact, the hash of the previous block is kept inside the Prev_Hash variable of the block header.

The hash stored within the Prev_Hash variable is obtained by calculating the SHA256 algorithm on the block header of the previous block. In this way, an indissoluble chain of mutual references is formed, which guarantees that the data contained therein is immodifiable (in fact, it is sufficient to modify even one of the blocks to obtain totally different hashes).

It is therefore important that each node in the network is able to keep the local copy of the blockchain up to date by synchronizing the current status with the global status shared and...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image