summaryrefslogtreecommitdiff
path: root/docs/intro/related.rst
blob: 16335e17f1b85bb08530e75628a42f59f4793185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Related projects
================

* `Crypton <https://github.com/SpiderOak/crypton>`_: Similar goals to Soledad,
  but in javascript for HTML5 applications.

* `Mylar <https://github.com/strikeout/mylar>`_: Like Crypton, Mylar can be
  used to write secure HTML5 applications in javascript. Uniquely, it includes
  support for homomorphic encryption to allow server-side searches.

* `Firefox Sync <https://wiki.mozilla.org/Services/Sync>`_: A client-encrypted
  data sync from Mozilla, designed to securely synchronize bookmarks and other
  browser settings.

* `U1DB <https://pythonhosted.org/u1db/>`_: Document synchronization API used
  as a basis for Soledad, without encryption.