• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

kiwibrowser/sync: Open-source Chrome Extension for Bookmarks and Profile sync

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

kiwibrowser/sync

开源软件地址:

https://github.com/kiwibrowser/sync

开源编程语言:

JavaScript 71.4%

开源软件介绍:

Kiwi Sync Open-source Chrome Extension for Bookmarks and Profile sync

Copyright 2020 Geometry OU / Kiwi Browser

Licensed under GPL

cloud sync

Kiwi Sync will appear on the top right of your address bar. To invoke Kiwi Sync, press CTRL-Shift-F (on Windows), or CTRL-F (on MacOS) and Kiwi Sync will search accross all your bookmarks very, very, very fast (faster than Chrome).

What's implemented:

  • A blazingly fast way to search local and remote bookmarks
  • Live synchronisation of bookmarks across multiple devices
  • Offline synchronisation (you can add bookmarks while offline, and come back few minutes or days later).
  • Strong cryptography
  • Cross-browser support
  • Keyboard shortcut
  • Keyboard navigation with arrows

WARNING: THIS EXTENSION IS IN DEVELOPMENT:

This is an extension that will send your bookmarks to a private folder created specifically for you on a public server.

The bookmarks are encrypted, and there is strong encryption (heh! there's a challenge for you to break it!).

There are NO KNOWN WAYS to decrypt user data. However: This extension is in DEVELOPMENT and provided WITHOUT ANY GUARANTEE. It is NOT recommended to use it. The bookmarks you are syncing may be LEAKED. Do not sync secrets. Do not use it in a profile where your bookmarks are secret until it is thoroughly tested or if you are not ready to accept to lose your local bookmarks in case of a bug.

What's missing:

  • Mobile UI (to use inside Kiwi!)
  • UI to add a new device
  • UI to remove a device
  • UI to delete data from the server
  • UI to choose the Firebase server where to sync to (for users who want to host their own instance)
  • A reverse proxy for Chinese users to be able to access Firestore from China

Precepts:

  • Sync server can be compromised, and this should not impact user privacy.
  • The user should not have to trust the Sync server.
  • Users prefers to be anonymous (avoid Google SSO for example).

The main concept:

  • Each user generates a 32 bytes user ID {userId} derived from a passphrase provided by the user.
  • Sync server allocates one folder to each user.
  • All devices belonging to {userId} can access /users/{userId} and be informed when changes are happening.

Flow:

  • User enters a passphrase (e.g. 12 seed words), from this passphrase, using PBKDF2 (SHA-512, 100 000 iterations) is derived an AES-256 CBC secret key* {secretKey} and one username {userId} using window.crypto.subtle.deriveKey.
  • To access Google Cloud Firestore, device requests a database session token at https://us-central1-sync-internal.cloudfunctions.net/generateToken?uid={userId}
  • Device is assigned a folder /users/{userId}/bookmarks in Google Cloud Firestore.
  • Every time a bookmark is created, updated or removed on a device, the device publishes the change to /users/{userId}/bookmarks/{deviceId}|{bookmarkId}
  • Other devices listen to changes using onSnapshot

*To confirm which mode of operation AES is the most appropriate

Arnaud.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
zakkzhang/chrome: Storify Chrome Extension发布时间:2022-04-20
下一篇:
ScRiPt1337/chlogger: chrome keylogger extension !!!发布时间:2022-04-20
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap