LegalComponents / IAuth

Legal research team repository
0 stars 2 forks source link

Add hash to each event and data set #10

Open dazzaji opened 8 years ago

dazzaji commented 8 years ago

Add hash representing key events and data to ensure integrity of the process and content data for use with higher value or importance current systems or as part of future distributed governance and decision making systems

Ideally when the system passes forward content (like an idea or ratings for UnWorkshop) to another service, then that data would all be hashed as well and we would also provide the message digest string with the data and also we would chuck that hash on a block chain one day.

This is a feature enabled largely by following the open web architecture of giving each item a URL (each idea generated, each set of ratings, each round, each individual profile, each announcement of the top idea, etc, etc). That URL is data that should be capable of being hashed. Adding these hashes to a blockchain and also archiving them in widely accessible systems like archive.org and github.com as well as passing the message digest from the hash function forward in the transactional data.

This moved toward development of the types of tools needed for distributed governance.