-
All the code samples can be found here
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
bcrypt
A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool. (by patrickfav)
I decided to check other Google results, and the next Java library in the list was bcrypt from Patrick Favre (link to GitHub repo) with 513 starts and the last release version 0.10.2 (so, not stable) from 12th of February 2023 (almost 2 years old). This suggested that I'd not use it in production, but why not to run our tests.
-
Using bcrypt library with 1.3k starts and the latest release in November.
-
As a library, I used rust-bcrypt based on my AI friend advice.
-
src
Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.
Interesting! Let's check the OpenBSD implementation of this algorithm, and here is the link to it. The first point of interest lies here:
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Related posts
-
bcrypt VS password4j - a user suggested alternative
2 projects | 20 Jun 2022 -
March 2025 Java Key Updates in Boot, Security, and More
-
Fitness Functions - O Check-up contínuo de seu Software
-
Unveiling the Success Behind Spring Security: Open Source Business Models, Funding, and Community
-
Show HN: Torii – a framework agnostic authentication library for Rust