Hacker News new | ask | show | jobs
by eurasiantiger 1418 days ago
And now we’re on the fast track to adopt a blockchain as a tamper evident mechanism.
1 comments

git is effectively a blockchain. Trying to use a blockchain for this has many of the same problems as described in GP's comment.
A blockchain could be useful for proving a commit was not done significantly before or after the claimed timestamp, and (depending on how you do it) non-repudiation.

IMO I don't see how this is desirable enough to be worth it.

Wider adoption of GPG signatures would be much more impactful.

It could make sense to use a blockchain for key distribution/key discovery/revocation, effectively as a replacement of PKI, though.