curveprotect VS libedsign

Compare curveprotect vs libedsign and see what are their differences.

curveprotect

Mirror of the curveprotect software. The original source is only distributed over HTTP. SHA256 checksums verified by downloading from multiple networks. (by stribika)

libedsign

Small, high-security cryptographic signing library (by well-typed)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
curveprotect libedsign
1 1
6 4
- -
10.0 10.0
about 9 years ago 11 months ago
C C
GNU General Public License v3.0 or later 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.

curveprotect

Posts with mentions or reviews of curveprotect. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-23.

libedsign

Posts with mentions or reviews of libedsign. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-23.
  • minisign
    4 projects | news.ycombinator.com | 23 Dec 2021
    Seems like everyone is writing something like this now. I wrote my own C library for this during $WORK a long long time ago, but it never ended up being used for its intended purpose though (not for technical reasons) so I haven't touched it in a long while: https://github.com/well-typed/libedsign

    The design was directly taken from signify from OpenBSD, though with my own tweaks and API choices (signify is just a program); anyone who wants to implement anything like this would do well to study it or copy it directly. This seems to basically have all the same good stuff available, including (IMO) the important ability to encrypt/re-encrypt your private signing key which is easily forgotten in very basic tools. Some extra bonuses like having fingerprints on the keys is also nice too.

What are some alternatives?

When comparing curveprotect and libedsign you can also consider the following projects:

minisign - A dead simple tool to sign files and verify digital signatures.

sign - Digital file signing and signature verfication utility