patrickfav / 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.
https://favr.dev/opensource/bcrypt
Apache License 2.0
467 stars 50 forks source link

Are all sha256 checksums for v0.10.2 incorrect? #67

Open agelwarg opened 8 months ago

agelwarg commented 8 months ago

From what it looks like to me, many of the checksums do not match the published jar files. The contents of checksum-sha256.txt also looks strange with some repeated lines with DIFFERENT values. Am I misunderstanding or is the published release bad?