Yes :)
But couldn't we limit the decentralized networks to some nodes (my node + nodes of persons/organization I trust) + eventually node they trusts.
I have the feeling that limiting the networks would simplify the implementation cost as the underlying cryptographic system (I have a very naive understanding of such systems but I know I need them to sign/crypt information).
I have no idea of a minimal node number that is acceptable to do content addressing.
Just thinking loud:
I don���t actually need a quick implementation as the default is to have not synced version that get synchronized on opportunistic connection.
What if each node has by default private keys and all public key of the external node I have relation with ?
Wouldn���t it be simpler ?
To prototype stuff, I think I can consider naive crypto and even do symmetric cryptography (and use Cryptography package or NaCL binding).
I think I���ll do a very naive approach to sign and encrypt. If you know some existing applications that could help, please, let me know.
:) ok
Yes I agree.
One idea was to use only ipfs for public information shared with everybody (even outside of nodes I have relation with). Clearly, not a central point.
Oh ok. I think this is how I was seeing it��� says I exchange my phone number with somebody, the content hashed would be the full information (full content + version number + (maybe) its model hash + its geolocalized timestamp).
Thanks a lot for the exchange,
C��drick