Amitosh Swain Mahapatra
Amitosh Swain Mahapatra
@dcodeIO, The code here is based on JohnTheRipper, which is already compatible with $2b$. The code should work fine if you just recognize `2b` as valid. The bug is specific...
2b is the correction for the bcrypt wrap-around bug. If you have insanely long passwords > 255 chars, you will get the same hash if two of them have the...
Yes +1
@sveisvei We do have experimental alpine binaries but it may be possible that the docker image contains glibc binaries by any chance (improper dockerignore?)
@nigel-daniels when you performed NPM install, did it install the Alpine binary from Github?
We are now including alpine images in releases by default
The binaries are pre-complied and hosted as a convenience. Many other libs do it (sass, fsevents) and fall back to compiling themselves when it can't be downloaded. Including binaries for...
We just had a release, which removes many of the problematic dependencies we had
@nephix It should not trigger a build for you Is there any other add-on that messes up with the node-gyp version we depend on? Can you post your dependencies?
@surjeetsinghofficial123 @nephix bcrypt supports all versions of NodeJS since 10 including non-LTS ones