Can a data be altered in a blockchain without changing its hash

+1 vote
I wish to  build something like proof of authenticity on blockchain.

I thought of using this approach:  storing the hash of data in ethereum blockchain and the data itself in some storage elsewhere.

Let's say it's an article we are talking about. If one needs proof that this article existed at some point of time, he can use the hash algorithm to generate hash from the article stored in whatever database/datastorage and compare it with the hash stored in blockchain.

can someone tell me if this would work. Also, is there a way to change the data data without changing its hash
Apr 8, 2018 in Blockchain by Christine
• 15,790 points
623 views

1 answer to this question.

+1 vote

Yes, it should work. The authentication practice you are trying to build is very musch possible with hash functions. Ensuring that you are using one way hashing functions(example SHA256) which has strong cryptographic properties(strong collision resistance), it is nearly impossible to have data streams with same hash.

answered Apr 8, 2018 by Shashank
• 10,400 points

Related Questions In Blockchain

+1 vote
1 answer

Can Blocks be reorganized in the blockchain?

In practical applications, invalid transactions can not ...READ MORE

answered Jul 18, 2018 in Blockchain by Varun

edited Aug 3, 2018 by Omkar 520 views
+1 vote
2 answers

Can I include real world data in a smart contract? If so, how?

You cant access/embed real world data using ...READ MORE

answered Jul 18, 2018 in Blockchain by sapan
893 views
+1 vote
1 answer

How can I modify stored data in blockchain??

One of the important feature of a ...READ MORE

answered Apr 18, 2018 in Blockchain by Christine
• 15,790 points
5,740 views
0 votes
2 answers
+1 vote
1 answer

Protocols used in a distributed/dlt system for the nodes to establish communication

yes all are over TCP/IP connections secured ...READ MORE

answered Aug 6, 2018 in Blockchain by aryya
• 7,450 points
1,148 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,705 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,237 views
0 votes
1 answer

Can a hacker change data of a smart sontract without call contract function?

A contract's content cannot be changed internally. ...READ MORE

answered Apr 8, 2018 in Blockchain by Shashank
• 10,400 points
471 views
+1 vote
1 answer

How to store state data in Ethereum blockchain?

You won't have to overwrite the whole ...READ MORE

answered Apr 25, 2018 in Blockchain by Shashank
• 10,400 points
727 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP