makeself VS amazon-corretto-crypto-provider

Compare makeself vs amazon-corretto-crypto-provider and see what are their differences.

makeself

A self-extracting archiving tool for Unix systems, in 100% shell script. (by megastep)

amazon-corretto-crypto-provider

The Amazon Corretto Crypto Provider is a collection of high-performance cryptographic implementations exposed via standard JCA/JCE interfaces. (by corretto)
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
makeself amazon-corretto-crypto-provider
11 2
2,133 215
- 0.5%
6.5 8.0
14 days ago 1 day ago
Shell Java
GNU General Public License v3.0 only Apache License 2.0
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.

makeself

Posts with mentions or reviews of makeself. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-05.

amazon-corretto-crypto-provider

Posts with mentions or reviews of amazon-corretto-crypto-provider. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-06.
  • Use Fast Data Algorithms
    5 projects | news.ycombinator.com | 6 May 2022
    I don't fully agree for two reasons.

    First, I am not sure the data on most in-use hardware (e.g. EC2 m5/c5/i3en etc ...) supports your conclusions. xxHash is faster than crypto hashes always and BLAKE3 single threaded is faster on every Intel machine I've come across in wide deployment. I hear similar arguments around CRC-32 and to be frank it just isn't true on most computers most people run things on.

    Second, many languages don't properly use the hardware instructions and if they do they often don't use them correctly. For example, Java 8 has bog slow SHA-1, AES-GCM and MD5 implementations, and switching to Amazon Coretto Crypto Provider was able to speed SHA/MD5 up by 50% and AES-GCM by ~90% on a reasonably large deployment (although the JDK wasn't using proper hardware instructions for AES-GCM until Java 9 I think it is still slower even after that).

    That being said, like I disclaimed at the top of the benchmark your particular hardware and your particular language matters a lot.

    [1] https://github.com/corretto/amazon-corretto-crypto-provider/...

  • What JCA Security Provider do you use for your Java applications?
    1 project | /r/java | 30 Aug 2021
    If you need better performance (and are running Linux), use the Amazon Corretto Crypto Provider (disclaimer: I am one of its primary authors)

What are some alternatives?

When comparing makeself and amazon-corretto-crypto-provider you can also consider the following projects:

redbean-docker - Docker image for redbean from the "scratch" container

xxHash - Extremely fast non-cryptographic hash algorithm

BLAKE3 - the official Rust and C implementations of the BLAKE3 cryptographic hash function

rmate - Remote TextMate 2 implemented as shell script

cityhash - Automatically exported from code.google.com/p/cityhash

dotfiles - rice 🍚 custom linux config files. as seen on r/unixporn #noricenolife neovim cultist. dotfiles are perpetual wip

fullmoon - Fast and minimalistic Redbean-based Lua web framework in one file.

requests - A simple, yet elegant, HTTP library.

proposal-temporal - Provides standard objects and functions for working with dates and times.

lua-style-guide - Olivine Labs Lua Style Guide