Keybase.io
tbray.org
Keybase.io
1–10 of 117 posts
Re: Keybase.io
#2Re: Keybase.io
#3Re: Keybase.io
#4Re: Keybase.io
#5What I think that they get very right is tying keys to social identity, as these networks function much better as a web of trust than the original PGP version. But I don't know why I can't shake the feeling that this is not a trustworthy service.
I think paranoia is warranted in this day and age, and I think one of the best outlets for paranoia is for people to try and educate themselves about privacy technology. Keybase is a great opportunity for that, since all of the most sensitive operations happen client-side via open source software.
Re: Keybase.io
#6I'm interested in chat client capacity implemented on top of something like keybase.io. Anyone?
Re: Keybase.io
#7Edit: invites are gone. Try emailing the project leaders for some.
Re: Keybase.io
#8I'm interested in chat client capacity implemented on top of something like keybase.io. Anyone?
I remember reading somewhere that PGP is not suited for realtime web chats. Can't explain precisely why or cite sources, though.
Re: Keybase.io
#9Earlier quoted context omitted.
I remember reading somewhere that PGP is not suited for realtime web chats. Can't explain precisely why or cite sources, though.
It's because asymmetric cryptography is very inefficient, so most protocols just use asymmetric public/private keys to send a symmetric key (AES, etc) to the recipient, so further communications can happen over the much more efficient symmetric keys.
That said, you provide the answer: use PGP's asymmetric encryption to establish a session key, then use that to communicate.
Re: Keybase.io
#10I love the idea of Keybase and wish more people were using it. While it's not a replacement for keysigning parties, it's a nice probabilistic model for casual security.