Social:Keybase

From HandWiki
Short description: Security software
Keybase
The Keybase logo
The Keybase logo
Type of site
Encrypted social networking service
Available inEnglish
OwnerZoom Video Communications (2020)
Created byChris Coyne, Max Krohn, others
Websitekeybase.io
RegistrationRequired for membership
Users407,163 (as of 2019-08-22)
LaunchedFebruary 14, 2014; 10 years ago (2014-02-14)
Written inGo, JavaScript, Electron, React[1]

Keybase is a key directory that maps social media identities to encryption keys (including, but not limited to PGP keys) in a publicly auditable manner.[2] Additionally it offers an end-to-end encrypted chat and cloud storage system,[3][4] called Keybase Chat and the Keybase Filesystem respectively. Files placed in the public portion of the filesystem are served from a public endpoint,[4] as well as locally from a filesystem mounted by the Keybase client.[5]

Keybase supports publicly connecting Twitter, GitHub, Reddit, and Hacker News identities, including websites and domains under one's control, to encryption keys. It also supports Bitcoin, Zcash, Stellar, and QRL wallet addresses.[6][3][7][8][9][10] Keybase has supported Coinbase identities since initial public release, but ceased to do so on March 17, 2017, when Coinbase terminated public payment pages.[11] In general, Keybase allows for any service with public identities to integrate with Keybase.[9][12]

On May 7, 2020, Keybase announced it had been acquired by Zoom,[13] as part of Zoom's "plan to further strengthen the security of [its] video communications platform".[14]

Identity proofs

Keybase allows users to prove a link between certain online identities (such as a Twitter or Reddit account) and their encryption keys. Instead of using a system such as OAuth, identities are proven by posting a signed statement as the account a user wishes to prove ownership of. This makes identity proofs publicly verifiable – instead of having to trust that the service is being truthful, a user can find and check the relevant proof statements themselves, and the Keybase client does this automatically.

App

In addition to the web interface, Keybase offers a client application for Windows,[15][16] Mac,[15][16] Android,[17][16] iOS,[16] and most desktop Linux distributions,[16] written in Go with an Electron front end. The app offers additional features to the website, such as the end-to-end encrypted chat, teams feature, and the ability to add files to and access private files in their personal and team Keybase Filesystem storage. Each device running the client app is authorized by a signature made either by another device or the user's PGP key. Each device is also given a per-device NaCl (pronounced "salt") key to perform cryptographic operations.

Chat

Keybase Chat is an end-to-end encrypted chat built in to Keybase launched in February 2017. A distinguishing feature of Keybase Chat is that it allows Keybase users to send messages to someone using their online aliases (for example a reddit account), even if they haven't signed up to Keybase yet.[3]

If the recipient (the online alias owner) has an account on Keybase, they will seamlessly receive the message. If the recipient doesn't have a Keybase account, and later signs up and proves the link between the online account and their devices, the sender's device will rekey the message for the recipient based on the public proof they posted, allowing them to read the message. Since the Keybase app checks the proof, it avoids trust on first use.[18]

Keybase Filesystem (KBFS)

Keybase screenshot showing a user's keys

Keybase allows users to store up to 250 GB[19] of files in a cloud storage called the Keybase Filesystem for free. There are no storage upgrades available, but paid plans allowing for more data are planned.[20] The filesystem is divided into three parts: public files, private files, and team files. On Unix-like machines, the filesystem is mounted to /keybase, and on Microsoft Windows systems it is usually mounted to the K drive.[21] Currently, mobile versions of the Keybase client can only download files from kbfs, and can not mount it. However, they do support operations such as rekeying files as necessary. In October 2017 Keybase brought out end-to-end encrypted Git repositories.[22]

Public files

Public files are stored in /public/username, and are publicly visible. All files in the public filesystem are automatically signed by the client.[5] Only the user who the folder is named after can edit its contents, however, a folder may be named after a comma-separated list of users (e.g. a folder /public/foo,bar,three would be editable by the users foo, bar, and three).[5]

Public files can be accessed by any user. Single user folders are displayed at keybase.pub and are also accessible by opening the directory in the mounted version of the filesystem. Multi user folders (such as /public/foo,bar,three) are only accessible through the mounted version of the system.

Private files

Private files are stored in /private/username, and are only visible to username. Private folders, like public folders, can be named after more than one user (e.g. a folder /private/foo,bar,three would be readable and editable by the users foo, bar, and three). Private files can also be read only for users after "#" (e.g. a folder /private/writer1,writer2,#reader1,reader2 would be readable and editable by the users writer1 and writer2 but only readable for reader1 and reader2).[5] Unlike public files, all private files are both encrypted and signed before being uploaded, making them end-to-end encrypted.[4]

Team files

Team files are stored in /team/teamname, and are publicly visible to team members. All files in the team filesystem are automatically encrypted and signed by the client.[5] Only users who are marked as writers can edit its contents, however, any readers can access the files stored there.[23]

Teams

In September 2017, Keybase launched Keybase Teams.[24] A team is described as "...a named group of people."[25] Each team has a private folder in the Keybase filesystem, and a number of chat channels (similar to Slack). Teams can also be divided into "subteams" by placing a . in the team name. For example, wikipedia.projects would be a subteam of wikipedia, while wikipedia.projects.foobar would be a subteam of wikipedia.projects (and therefore, also of wikipedia).

Team administration

Teams are largely administered by adding signatures to a chain. Each signature can add, remove, or change the membership of a user in a team, as well as when changes are made to subteams.

Each chain starts with a signature made by the team owner, with subsequent actions signed on by team admins or users.[26] This ensures that every action is made by an authorized user, and that actions can be verified by anyone in possession of the public key used.

References

  1. keybase/client, 2014-12-12, https://github.com/keybase/client  The Keybase client Github repository.
  2. "Sigchain | Keybase Docs". https://keybase.io/docs/sigchain. 
  3. 3.0 3.1 3.2 Dalton, Andrew (2017-09-02). "Keybase's encrypted chat works with accounts you already have". https://www.engadget.com/2017/02/09/keybase-encrypted-chat/. 
  4. 4.0 4.1 4.2 Russell, Jon (2016-05-02). "Keybase Introduces End-To-End Encrypted File Sharing Service". TechCrunch. https://techcrunch.com/2016/02/05/keybase-introduces-end-to-end-encrypted-file-sharing-service/. 
  5. 5.0 5.1 5.2 5.3 5.4 "Understanding the Keybase filesystem". https://keybase.io/docs/kbfs/understanding_kbfs. 
  6. Fleishman, Glenn. "Keybase Wants To Make Serious Encryption Accessible To Mere Mortals". https://www.fastcompany.com/3044306/keybase-wants-to-make-serious-encryption-accessible-to-mere-mortals. 
  7. "Keybase chooses Zcash". https://keybase.io/blog/keybase-and-zcash. 
  8. "Stellar wallets for all Keybase users". https://keybase.io/blog/keybase-stellar-launch. 
  9. 9.0 9.1 "Keybase ♥'s Mastodon, and how to get your site on Keybase". https://keybase.io/blog/keybase-proofs-for-mastodon-and-everyone. 
  10. "QRL and Keybase" (in en). 2019-04-24. https://www.theqrl.org/blog/qrl-and-keybase/. 
  11. "Abrupt Termination of Coinbase Support". Keybase, Inc. https://keybase.io/blog/abrupt-termination-of-coinbase-support. 
  12. "Proof Integration Guide | Keybase Docs". https://keybase.io/docs/proof_integration_guide. 
  13. "Keybase joins Zoom". https://keybase.io/blog/keybase-joins-zoom. 
  14. "Zoom Acquires Keybase and Announces Goal of Developing the Most Broadly Used Enterprise End-to-End Encryption Offering". Zoom Blog (Press release). 2020-05-07. Retrieved 2020-05-07.
  15. 15.0 15.1 Fleishman, Glenn (Feb 15, 2017). "Keybase offers encrypted chat where you control all the pieces". Macworld. http://www.macworld.com/article/3168585/encryption/keybase-offers-encrypted-chat-where-you-control-all-the-pieces.html. 
  16. 16.0 16.1 16.2 16.3 16.4 Dunn, John E (May 31, 2017). "Keybase adds end-to-end encryption to messages on the web". Naked Security. https://nakedsecurity.sophos.com/2017/05/31/keybase-adds-end-to-end-encryption-to-messages-on-the-web/. 
  17. Hoff, John (May 12, 2017). "Keybase encrypted chat now available on Android". androidcommunity.com. https://androidcommunity.com/keybase-encrypted-chat-now-available-on-android-20170512/. 
  18. "Introducing Keybase Chat". Keybase, Inc. https://keybase.io/blog/keybase-chat. 
  19. "FYI - we changed the default KBFS plan to 250GB instead of just 10GB. Very few people are hitting the limit so it's less work to let them go past it than deal with UX around upgrading right now.". https://keybase.io/images/blog/teams/teams-splash-announcement.png. 
  20. "Keybase". https://keybase.io/docs/kbfs. 
  21. "Introducing the Keybase filesystem". https://keybase.io/docs/kbfs. 
  22. "Keybase launches encrypted git". Keybase, Inc. https://keybase.io/blog/encrypted-git-for-everyone. 
  23. "KBFS - Understanding KBFS | Keybase Docs". https://keybase.io/docs/kbfs/understanding_kbfs. 
  24. Hackett, Robert (18 September 2017). "First They Made OkCupid and SparkNotes. Now They're Taking on Slack". Fortune Tech. http://fortune.com/2017/09/18/slack-okcupid-sparknotes-encryption-keybase-chat-app/. 
  25. "Teams for Keybase". https://keybase.io/docs/command_line/teams_alpha. 
  26. "Teams: Naming, Merkle Tree Integration, And Signature Chains". https://keybase.io/docs/teams/details. 

External links