Problemos: Privacy.

Data hub

0  

Personal data stored on user's own machine, accessed by API

YAML Idėja

To keep data safe and secure, it is only stored on the user's machine. When a third party service wants some information, it requests it from the user's machine where it can be traced and attested.

chronological,

(nesiųsti pranešimų) (nebūtinas) Prašome prisijungti.

Teisingai, bet kaip būtų sukurta tokia API. Pavyzdžiui, Solid Tim Berners Lee ir kt. al. bando pasiekti kažką panašaus. Alternatyvūs P2P metodai, pvz., GunJS, bando realizuoti kažką iš naršyklės „LocalStorage“ pagrįstos decentralizuotos duomenų bazės, kur vis dėlto privatumą galima pasiekti naudojant šūsnyje pateiktą šifravimą. Kitas būdas yra „OAuth2.0“, kuris jau realizuoja visuotinius visų kompiuterio ar tinklo API leidimus suteikdamas būdą generuoti leidimo žetonus. Tai išsprendžia sudėtingus klausimus dėl daugybės išteklių, kuriuos gali turėti bet kuris interneto vartotojas. Taigi, kadangi žmonės jau naudojasi šia idėja, kaip ši idėja prisidėtų prie privatumo problemos sprendimo? Kaip iš tikrųjų veiktų šis „Duomenų centras“?

Right, but how would such API be designed. For example, Solid by Tim Berners' Lee et. al. are trying to achieve something like that. Alternative P2P approaches, like GunJS are trying to realize something of a browser LocalStorage-based decentralized database, where, however, privacy can be achieved through encryption provided within the stack. Another approach is the OAuth2.0, that already realizes the universal permissioning on all kind of APIs within a machine or a network, by providing a way to generate permission tokens. It solves the complicated matters of a multitude of resources that any internet user may have.

So, being that people already use this idea, how would this idea contribute to the solution of the privacy problem? How would this "Data hub" actually function?


Aš galvoju apie kai kuriuos dalykus, kurie yra labai paprasti. Mes užregistruojame duomenų tvarkytuvą naršyklėje / mobiliajame telefone, kuriame yra „datahub“: / URL nuorodos. URL turi būti prašoma „datahub“: vardas, pavardė, el. Pašto adresas, „dob“, http: // grįžimo adresas. Tada grąžinimo adresas suvedamas su duomenimis iš „datahub“.

I'm thinking of some thing very simple.

We register a data handler in browser/mobile phone for datahub:/ url links

The URL must contain what's requested

datahub:firstname,lastname,email,dob,http://returnaddress

Then the return address gets pinged with the data from the datahub.


Jei norime, kad tai būtų „backend“ apdorojimo dalis, pvz., Korporacijų „backend“ apdorojimas, arba kai tik jiems prireiks duomenų, jie turės būti serverio komponentas. Arba tarpininkas. Tarpininkas turėtų ryšį per VPN arba nulinį ryšį - nuorodą į vartotojo įrenginį, kur galima prašyti duomenų. Tarpininką galima patvirtinti per „OAuth“.

If we want it to be part of backend processing, such as a corporations backend processing or whenever they happen to require the data, they will need to be a server side component. Or an intermediary.

The intermediary would have a connection over VPN or zerotier, a link to the user's device where the data can be requested.

The intermediary can be authenticated via OAuth.