tweetnacl-js VS Ed25519Tool

Compare tweetnacl-js vs Ed25519Tool and see what are their differences.

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
tweetnacl-js Ed25519Tool
4 5
1,727 20
- -
2.9 5.6
2 months ago 8 months ago
JavaScript JavaScript
The Unlicense BSD 3-clause "New" or "Revised" License
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.

tweetnacl-js

Posts with mentions or reviews of tweetnacl-js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-02.
  • Online Cryptography Course by Dan Boneh
    2 projects | news.ycombinator.com | 2 May 2024
    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

  • I am considering adding Skiff as an encrypted email provider and would like community feedback
    3 projects | /r/thenewoil | 20 Jul 2022
    On cryptography, our whitepaper shares information on the general cryptography choices - login, authentication, keypairs, etc. It's quite similar to password managers or encrypted communication apps. In the actual product (code here https://github.com/skiff-org/skiff-mail), we use the library TweetNaCl (https://github.com/dchest/tweetnacl-js) which is designed to be fast, trustworthy, and performant
  • 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
    Working with encryption more broadly will equip you to understand the fundamentals that underpin the web3/crypto world: hashes, asymmetric crypto, signatures, signature chains, etc. And it also has many uses, of course, outside the web3 realm.

    If you're working with Node, tweetnacl.js (https://github.com/dchest/tweetnacl-js) gives you secure defaults and a nice API to start learning and building with.

    Once you're familiar with this stuff, blockchains/cryptocurrency/web3 loses a lot of its mystery. They're essentially all just different takes on using key management and signature chains to verify identities and

  • A Hold'em Poker game in Clojure
    4 projects | /r/Clojure | 17 Aug 2021
    Those things are not the same. With the Berne Convention Implementation Act of 1988 (and the earlier Copyright Act of 1976, which went into effect in 1978), all works were by default copyright protected. In the absence of a legal notice, nobody can reliably use this for anything at all. Most jurisdictions don't even have a way of reliably dedicating anything to the public domain, hence the existence of permissive licenses. Please at least consider adding the ISC or MIT or Unlicense text or similar to a LICENSE or NOTICE file in your repository. An example: https://github.com/dchest/tweetnacl-js/blob/master/LICENSE

Ed25519Tool

Posts with mentions or reviews of Ed25519Tool. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-12.
  • Show HN: Non.io, a Reddit-like platform Ive been working on for the last 4 years
    7 projects | news.ycombinator.com | 12 Jun 2023
    I'm concerned about the `#` character in the URL.

    # means fragment and that's kept local and not sent to the server unless client side Javascript sends it to the server. I would use an identifier that doesn't already mean something to the URL.

    See https://github.com/Cyphrme/URLFormJS#query-parameters-fragme... (Also see https://github.com/Cyphrme/Path)

    For an example where this is relevant: https://cyphr.me/ed25519_tool/ed.html#?msg_encoding=Text&msg...

    And see https://www.rfc-editor.org/rfc/rfc3986#section-3.5

  • r/Crypto, can you help take down an evil tool that's stealing people's private keys?
    3 projects | /r/crypto | 30 Sep 2022
    For browsers this problem is partially solved as subresources may be integrity checked. Further, there have been proposals like DOMTegrity, that provides a complete solution. For now, yes, full integrity checking isn't done automatically in browser, but it may be done automatically using git or manually as is normally done for any software downloaded not using a package manager or git.
  • Daily General Discussion - September 30, 2022
    3 projects | /r/ethfinance | 30 Sep 2022
    The only reason the evil tool is now the second result is because this backdoor angered me so much I created the (now) #1 tool, that runs in browser, never sends off keys, and is fully open source. Feel free to click on that one all you want and star it on Github. Just practicing, "cypherpunks write code". 😉
  • Ed25519 Online Tool - Sign, Verify, and Generate Ed25519 Keys.
    4 projects | /r/crypto | 8 Jun 2022
    git clone https://github.com/Cyphrme/ed25519_applet.git

What are some alternatives?

When comparing tweetnacl-js and Ed25519Tool you can also consider the following projects:

auth-jwt - A demo to learn JWT by reverse engineering

constant-time - Constant-time WebAssembly

hazedumper - up to date csgo offsets and hazedumper config

chains - provides metadata for chains

examples

node-rsa - Node.js RSA library

skiff-apps - Privacy-first, end-to-end encrypted Mail, Pages, Drive, and Calendar.

Path - A more robust URI naming scheme

js-jose - JavaScript library to encrypt/decrypt data in JSON Web Encryption (JWE) format and to sign/verify data in JSON Web Signature (JWS) format. Leverages Browser's native WebCrypto API.

nonio

RbNaCl - Ruby FFI binding to the Networking and Cryptography (NaCl) library (a.k.a. libsodium)

noble-secp256k1 - Fastest 4KB JS implementation of secp256k1 signatures and ECDH