ipfs-shipyard / pm-idm

IDM project management repository
MIT License
63 stars 9 forks source link

Data replication between wallets must be encrypted and signed #276

Open paulobmarcos opened 5 years ago

paulobmarcos commented 5 years ago

Description

Currently, data being replicated between wallets is not securely encrypted and signed. We are using OrbitDB to store and replicate data, but it doesn't allow removing peers. This means that even if a user revokes a device, there is no current easy way to protect new information circulating around after a rovocation.

We should research on a good strategy to tackle this problem and implement a solution.

Acceptance Criteria