ConsenSysMesh / web3studio-sojourn

A React Native DevKit with code for a Web3 Decentralized Data Storage Pattern.
https://consensys.github.io/web3studio-sojourn/
Apache License 2.0
31 stars 5 forks source link

List view of application is searchable #14

Open barlock opened 5 years ago

barlock commented 5 years ago

As a user I want to search my notes so that I don't have to spend a lot of time finding old notes

Assumptions

humbitious commented 5 years ago

Test: search functions create new surveillance vulnerability that defeats the utility of the SSV (self-sovereign vault).

barlock commented 5 years ago

I've added an assumption that search is done on device. I'm trying to decide what an "appropriate" level of security for that "note db" should be. iPhones are encrypted at rest by default. We can add an extra level of encryption, but we'd need to protect the key somehow. I believe apps can't access another apps storage.

Might be good for an ios/mobile expert to lead a hand here on what baseline is for sensitive local data.