|
|
Log in / Subscribe / Register

Giving Upspin a spin

Giving Upspin a spin

Posted Mar 9, 2017 9:08 UTC (Thu) by xav (guest, #18536)
Parent article: Giving Upspin a spin

Really nice, but the centralized key server is a weakness point IMHO. Not from a reliability point-of-view (I trust Google can run a server) but from a privacy one: there's just one point where someone can plug and observe all requests for keys from one user to another.
See https://github.com/upspin/upspin/issues/216


to post comments

Giving Upspin a spin

Posted Mar 9, 2017 15:40 UTC (Thu) by droundy (guest, #4559) [Link]

I will add to this that the central key server is a place where a bad person can break the end to end encryption. If an attacker lies about my mother's public key, they can read anything I share with her. Perhaps I'll notice when she came see the files I share with her, but if I'm sharing with my a large group, maybe I'll not recognize this as an attack versus a problem on her computer.

Giving Upspin a spin

Posted Mar 12, 2017 11:03 UTC (Sun) by HIGHGuY (subscriber, #62277) [Link] (2 responses)

That keyserver should be replaced by a blockchain.
All transactions can surely be mapped to an equivalent operation, giving more control, privacy and security.

Giving Upspin a spin

Posted Mar 12, 2017 16:41 UTC (Sun) by nix (subscriber, #2304) [Link] (1 responses)

Also *far* higher resource consumption (CPU due to proof-of-work, disk space and network bandwidth due to storing the thing) and probably a very low system-wide maximum transaction rate, at least if blockchains are implemented anything like the Bitcoin one.

Blockchains are not a good fit for this problem. (They look like a terrible fit, actually. Why do you need nonrepudiability of fs operations? Why do you need it so much that you're willing to pay blockchain's enormous costs?)

Giving Upspin a spin

Posted Mar 12, 2017 18:58 UTC (Sun) by HIGHGuY (subscriber, #62277) [Link]

I'm only talking about the key servers, everything else is fine as is. It also doesn't exclude central servers doing some form of caching.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds