Live data from Hacker News

Keybase launches encrypted Git

keybase.io

151–160 of 277 posts

Re: Keybase launches encrypted Git

#151

Earlier quoted context omitted.

It doesn't seem to verify hashes of objects on checkout, but it does when receiving packfiles. So it's difficult to see how this could be an exploit unless the attacker has access to your local .git directory.

If you're syncing the repository itself (e.g. over Dropbox) instead of using git remotes, then it could be exploited.

Why the hell would you do that. That defeats the point of git.

Re: Keybase launches encrypted Git

#152
post #122

Earlier quoted context omitted.

Is this possible if the PR is coming from a fork?

It is.

To expand on this, you need to add the fork as an alternate remote (as opposed to origin), and then replace "origin" in the command posted prior.

Re: Keybase launches encrypted Git

#153

The two most interesting companies in crypto for me right now are KeyBase, and Wire. I kind of wish there was some way for them to interact with each other, because it feels like they each have a piece of some bigger puzzle.

Are you not concerned with the data Wire collects?

https://news.ycombinator.com/item?id=14069674

Versus the data Signal collects:

https://signal.org/bigbrother/eastern-virginia-grand-jury/

Although I agree Wire looks like a much more (visually) polished chat service, it seems like they (Wire) collect more data than is necessary.

Re: Keybase launches encrypted Git

#154

Earlier quoted context omitted.

The outpouring of positive energy (on HN!) is really inspiring. Everyone on the Keybase team is feeling good about our work right now, so thanks!

The team seriously deserves it. For what it's worth, I think my above comment is my highest upvoted comment of all time. There's a lot of people out there who want Keybase to succeed.

My comment that started this subthread is in my top ten, and I have been here entirely too long, so, yeah. Keybase is good. It staying around is important. People around here, at least, seem to know it, and that's awesome.

Re: Keybase launches encrypted Git

#156
post #58

I have a private repo on GitHub which contains my dotfiles with SSH private keys, tokens, secrets and all kinds of secret stuff. I was uncomfortable storing it there, but my laziness/lack of time kept it there. Finally I will be able to encrypt the entire repo, yay!!

if you're uncomfortable storing them there, you're going to rotate all the secrets after you move the repo to keybase, right?

Re: Keybase launches encrypted Git

#157
post #23
post #21

Earlier quoted context omitted.

> You guys should be taking my money, is what I'm saying. Completely agreed. The reason I don't use Keybase more than I do is because I half expect them to be acquired/something else to happen. Would gladly give them my $10/mo. for a 1TB instead of Dropbox. With that said, I completely understand why they aren't right now -- maybe they're not going after the consumer market, maybe they don't want to box themselves in…

For sure. I would give them my ten bucks a month for the 100GB I get for free .

IIRC we get 10 gigs for free... unless that changed at some point?

Re: Keybase launches encrypted Git

#159
post #149

Was expected one question but haven't found one: how it is actually encrypted? Any whitepaper or information how diffs could be handled over encrypted data? Or it is a just encrypted .git folder?

Looks like it's built on top of kbfs[1].

[1]: https://keybase.io/docs/kbfs/understanding_kbfs

Re: Keybase launches encrypted Git

#160

If you go crypto don't use git. It's not designed for cryptography in mind and the Keybase approach looks nice IF I can control every chain or can keep using github (or any other git server) with it. But for the storing part alone I would not trust Keybase. I would even say if you do crypto and need cloud storage then store it in multiple places and avoid git. Better flat file and some daily backup strategy with e.g.…

> But for the storing part alone I would not trust Keybase. Why not? You're making a bunch of claims about this being bad but you're not providing any reasoning for it.

It's basically new closed source one bucket crypto on one company which is not known for storage. A little bit too much of uncertainty for my taste.
Post reply on HN