webext-signed-pages VS cyph

Compare webext-signed-pages vs cyph and see what are their differences.

webext-signed-pages

A browser extension to verify the authenticity (PGP signature) of web pages (by tasn)

cyph

Cryptographically secure messaging and social networking service. (by cyph)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
webext-signed-pages cyph
16 7
180 365
- -0.3%
0.0 9.3
over 1 year ago about 1 month ago
JavaScript TypeScript
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

webext-signed-pages

Posts with mentions or reviews of webext-signed-pages. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-19.
  • E2EE on the web: is the web that bad?
    2 projects | news.ycombinator.com | 19 Feb 2024
    There is "Signed Pages" by the debeloper of EteSync. It is a browser extension, that checks webapps based on signatures in the html file. The addon then warns the user if the signature is not correct or - if I remember correctly - the source changed. This allows you to be sure what webapp code was delivered. But it seems like it did not really get used outside of his own projects. https://github.com/tasn/webext-signed-pages
  • Cloudflare and CDNs - call for community opinions
    2 projects | /r/ProtonMail | 25 May 2023
    EteSync has implemented something called Signed Pages, this might be worth looking closer at. This uses PGP keys which is preloaded into the browser; but I suspect that will be a barrier too high for most non-tech users.
  • Is there any tool to verify client-side website code you get served is the same as the open source version?
    1 project | /r/PrivacyGuides | 17 Dec 2022
    4 projects | /r/privacy | 14 Dec 2022
  • Truly safe?
    1 project | /r/ProtonMail | 30 Jun 2022
    There are also projects like signed web pages which can also help increasing the trust level to some degree. But that requires that you can download the source code and regenerate the verification hash locally - or have other trusted methods to verify the hash value hasn't been modified as well. The current concept is reasonably sane, but it requires too much from users currently to make it widely used.
  • A browser that verifies Javascript
    1 project | /r/ProtonMail | 5 Jun 2022
  • Security experts declare all Proton apps secure after security audit
    2 projects | news.ycombinator.com | 18 Apr 2022
    > The server can at any time start serving malicious payloads

    True, and I call this threat model "Beware Each and Every Fetch" (BEEF) in contrast to the more common TOFU model (although if you trust a desktop app to auto-update itself then these two models might not be all that different).

    In any case, I think you're being a little quick to dismiss the idea of server-hosted applications. It's true that browsers don't natively have a nice way of pinning specific versions of a web app, but there is the clever hack of SecureBookmarks[0] (if you're prepared to sacrifice the UX), or, more realistically, you can pin the web app version using some sort of browser extension.

    Examples of the latter include the Signed Pages extension[1], and Code Verify[2], which is the result of a collaboration between Meta and Cloudflare (for securing the WhatsApp Web code, currently, but should eventually support other sites like Proton's too). Of course, it would be much better if this capability was natively included in browsers themselves, but hopefully adoption of this technology will pressure browsers and standards bodies to take ownership of this.

    [0] https://coins.github.io/secure-bookmark/

    [1] https://github.com/tasn/webext-signed-pages

    [2] https://github.com/facebookincubator/meta-code-verify

  • ProtonMail Is Inherently Insecure, Your Emails Are Likely Compromised
    4 projects | news.ycombinator.com | 15 Feb 2022
    Something like a browser extension for this does already exist, fortunately:

    https://github.com/tasn/webext-signed-pages

  • "Were you able to subpoena ProtonMail?"
    1 project | /r/ProtonMail | 20 Jan 2022
    In regards to untrusted webapp, yes, that is a reasonable attack vector. That said, I've heard from ProtonMail they have been considering to implement Signed Pages to help mitigate (at least some of the) issues with this attack vector.
  • Proton’s priorities
    1 project | /r/ProtonMail | 5 Oct 2021
    Which is why it is important to get proper E2E encryption on e-mail, where the source is open source and can be audited. And then that there are verify mechanisms to verify that the source code has not been manipulated. For web services there are signed-pages which is quite interesting.

cyph

Posts with mentions or reviews of cyph. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-17.
  • Ask HN: Why no browser-based E2E encryption?
    2 projects | news.ycombinator.com | 17 Mar 2024
    [where this model breaks down] -- Alice and Bob go to your website and have a conversation. Eve hacks into the website and modifies the E2EE code. She can switch between serving the normal webapp and the malicious non-E2EE webapp. There's no good way to detect it. There are people out there who really like end to end security, but don't like browser-based e2ee because it doesn't have end to end security.

    Note: https://www.cyph.com/ is a bbE2EE chat system.

  • E2EE on the web: is the web that bad?
    2 projects | news.ycombinator.com | 19 Feb 2024
    If we do care about the delta in security model between the web and other platforms, then we could build some kind of code bundling and signing mechanism for web applications, perhaps with some kind of transparency layer on top to make the code publicly auditable and make it harder to target specific users with malicious code. A bundling/signing/transparency solution for the web could probably be built out of some of a collection of mechanisms that already exist or have at least been explored. Related ideas include Subresource Integrity, Isolated Web Apps, Signed Exchanges and Web Packaging, Meta’s Code Verify extension, and source code and supply chain transparency proposals.

    Incidentally, I've actually just recently developed a solution to this exact problem: https://www.websign.app.

    WebSign started a while back as an internal framework used by the Cyph E2EE messenger (https://www.cyph.com), and @eganist and I gave a talk that covered part of the architecture at Black Hat and DEF CON. Now we have a static web hosting service built around it for others to use, which takes care of bundling and code signing during deployment.

    If anyone here has a use case for it, we're looking for pilot customers now. Just shoot me an email at [email protected].

  • r/crypto - Cyph - Encrypted Messenger
    1 project | /r/CryptoToFuture | 9 Oct 2021
  • Cyph - Encrypted Messenger
    1 project | /r/cypherpunk | 9 Oct 2021
    1 project | /r/pgp | 9 Oct 2021
    1 project | /r/crypto | 9 Oct 2021
  • Graph of Keybase commits pre and post Zoom acquisition
    6 projects | news.ycombinator.com | 9 Oct 2021
    https://github.com/cyph/cyph

    It would be wasteful to throw away the Web of Trust (people with handles to keys) that everyone entered into Keybase. Hopefully, Zoom will consider opening up the remaining pieces of Keybase if not just spinning the product back out to a separate entity?

    W3C DIDs and https://blockcerts

    From https://news.ycombinator.com/item?id=19185998 https://westurner.github.io/hnlog/#comment-19185998 :

    > There's also "Web Key Directory"; which hosts GPG keys over HTTPS from a .well-known URL for a given user@domain identifier: https://wiki.gnupg.org/WKD

    > GPG presumes secure key distribution

    > Compared to existing PGP/GPG keyservers [HKP], WKD does rely upon HTTPS.

    Blockcerts can be signed when granted to a particular identity entity:

    > Here are the open sources of blockchain-certificates/cert-issuer and blockchain-certificates/cert-verifier-js: https://github.com/blockchain-certificates

What are some alternatives?

When comparing webext-signed-pages and cyph you can also consider the following projects:

photos-app - ➡️ Moved to https://github.com/ente-io/ente

client - Keybase Go Library, Client, Service, OS X, iOS, Android, Electron

mailvelope - Browser extension for OpenPGP encryption with Webmail

Rundeck - Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts

frame - System-wide Web3 for macOS, Windows and Linux

Peergos - A p2p, secure file storage, social network and application protocol

pacman-bintrans - Experimental binary transparency for pacman with sigstore and rekor

leCrypt-web-extension - leCrypt is a decentralised password manager which is cross-platform, free and secure.

proton-mail - React web application to manage ProtonMail

web-extension - mega.nz browser extensions

oauth-1.0a - OAuth 1.0a Request Authorization for Node and Browser

termpair - View and control terminals from your browser with end-to-end encryption 🔒