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

Update for java module system #69

Open colindj1120 opened 7 months ago

colindj1120 commented 7 months ago

Will there be an update to allow for it to be used with java's module system

bowbahdoe commented 7 months ago

I would like this to be the case - I'm working on programs that would like to both have password hashing and be distributed as jlinked images.

I'll see if I can make a PR tonight

bowbahdoe commented 7 months ago

I made a pr on the bytes dependency. After that is merged + a release happens, the common pom should be updated and a very similar build config change should happen here.