I've been using this for a couple weeks. Along with Zcash, it is the most amazing crypto-engineering project I've seen in years. Imagine being able to share files on an ad hoc basis with anyone -- on any network. Share with someone based on Twitter, on Facebook, or email address. Even better, all with cryptographic proofs of identity, strong crypto at every level, and open source.
Came here to say pretty much the same thing. It's slick and easy to use. It's actually the 'dropbox' I've always wanted and if they introduce a storage limit I'd pay. https://keybase.io/jgrahamc
Introducing the Keybase filesystem
11–20 of 501 posts
Re: Introducing the Keybase filesystem
#12You can now write data in a very special place: /keybase/public/fsargent
Very cool.
Re: Introducing the Keybase filesystem
#13lemon_party.jpg is a nice touch.
Re: Introducing the Keybase filesystem
#14How about something completely decentralized, but permanent:
The InterPlanetary File System (IPFS)
Re: Introducing the Keybase filesystem
#15 Read your messages: tail -f /keybase/private/yourname/inbox.log
Send a message to someone: echo 'Hi, friend!' >> /keybase/private/yourfriend/inbox.log
And I wonder how it handles filename collisions? Guess I'm going to need to play with this a bit later. :)Re: Introducing the Keybase filesystem
#16What can you provided over and above yubikey?
Re: Introducing the Keybase filesystem
#17Earlier quoted context omitted.
So IPFS with cryptography? Although, since Keybase still has a copy of the data, its closer to Dropbox with crypto. https://ipfs.io
I don't think it's distributed in the IPFS fashion, right? Which makes sense, of course, since Keybase is a funded startup that needs to capture value... and, well, centralized file sharing is a more straightforward solution, too. The file system thing seems really cool and useful. I'm a fan of Keybase and will recommend this to people with whom I need to share sensitive data. It'd be interesting to hear the Keybase…
Re: Introducing the Keybase filesystem
#18I've been using this for a couple weeks. Along with Zcash, it is the most amazing crypto-engineering project I've seen in years. Imagine being able to share files on an ad hoc basis with anyone -- on any network. Share with someone based on Twitter, on Facebook, or email address. Even better, all with cryptographic proofs of identity, strong crypto at every level, and open source.
Does it scale well? I mean, if I want to do some Torrent like P2P stuff, I need to... - gather public keys of all the people who want to download from me - encrypt every chunk for every person separately
Re: Introducing the Keybase filesystem
#19Is this all centralized? How about something completely decentralized, but permanent: https://ipfs.io/ https://youtu.be/HUVmypx9HGI The InterPlanetary File System (IPFS)
- You still have to host yourself, since you don't get free hosting.
- Not encrypted, so you gotta add the encryption in yourself.
Re: Introducing the Keybase filesystem
#20I would be really interested to see how they're making the filesystem cross platform if they're supporting Windows. I see in their 'hiring' page they mention FUSE which would give Linux and OS X support.