JavaScript Signature

Open-source JavaScript projects categorized as Signature

Top 9 JavaScript Signature Projects

  • tweetnacl-js

    Port of TweetNaCl cryptographic library to JavaScript

    Project mention: Online Cryptography Course by Dan Boneh | news.ycombinator.com | 2024-05-02

    This is great, finding NaCl (libsodium) has been a godsend, specifically the JS lib.

    1 - https://nacl.cr.yp.to/

    2 - https://github.com/dchest/tweetnacl-js

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • eth-crypto

    Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity

  • noble-secp256k1

    Fastest 4KB JS implementation of secp256k1 signatures and ECDH

    Project mention: A beginner's guide to constant-time cryptography (2017) | news.ycombinator.com | 2024-02-22

    I noticed in July of 2022 that Go did exactly the vulnerable example and reported it to the security team.

    https://github.com/golang/go/issues/53849

    It was fixed as of Go 1.21 https://go.dev/doc/go1.21

    ---

    The article cites JavaScript, which is not constant time. There's no sure way to do constant time operations in JavaScript and thus no secure way to do crypto directly in Javascript. Browsers like Firefox depend on low level calls which should be implemented in languages that are constant time capable.

    JavaScript needs something like constant time WASM in order to do crypto securely, but seeing the only constant time WASM project on GitHub has only 16 stars and the last commit was 2 years ago, it doesn't appear to have much interest. https://github.com/WebAssembly/constant-time

    However, for JavaScript, I recommend Paul's library Noble which is "hardened to be algorithmically constant time". It is by far the best library available for JavaScript. https://github.com/paulmillr/noble-secp256k1

  • noble-ed25519

    Fastest 4KB JS implementation of ed25519 signatures

    Project mention: Noble – Fastest 4KB JavaScript implementation of ed25519 signatures | news.ycombinator.com | 2024-07-21
  • oauth-1.0a

    OAuth 1.0a Request Authorization for Node and Browser

  • webext-signed-pages

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

    Project mention: E2EE on the web: is the web that bad? | news.ycombinator.com | 2024-02-19

    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

  • egnature

    Egnature is an email signature generator tool, which is an open source and free to use.

  • webverify

    Verify Authorship of Webpages. Includes a Web Extension as a proof-of-concept using PGP.

  • signature-sdk-js

    Wacom’s Signature SDK library for JavaScript provides software components to capture handwritten signatures from a Web Browser.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Signature discussion

Log in or Post with

JavaScript Signature related posts

  • E2EE on the web: is the web that bad?

    2 projects | news.ycombinator.com | 19 Feb 2024
  • 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
  • I am considering adding Skiff as an encrypted email provider and would like community feedback

    3 projects | /r/thenewoil | 20 Jul 2022
  • Truly safe?

    1 project | /r/ProtonMail | 30 Jun 2022
  • A browser that verifies Javascript

    1 project | /r/ProtonMail | 5 Jun 2022
  • Ask HN: Should I learn the tech behind crypto even if I don't want to own any?

    1 project | news.ycombinator.com | 20 May 2022
  • Security experts declare all Proton apps secure after security audit

    2 projects | news.ycombinator.com | 18 Apr 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Signature projects in JavaScript? This list will help you:

Project Stars
1 tweetnacl-js 1,811
2 eth-crypto 886
3 noble-secp256k1 777
4 noble-ed25519 431
5 oauth-1.0a 325
6 webext-signed-pages 190
7 egnature 35
8 webverify 18
9 signature-sdk-js 16

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?