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.
JavaApache-2.0
Issues
- 2
Update for java module system
#69 opened by colindj1120 - 0
Why is verify() needed?
#68 opened by Osiris-Team - 0
Are all sha256 checksums for v0.10.2 incorrect?
#67 opened by agelwarg - 2
[enhancement] Bcrypt.Verifyer.verify(char[] password, byte[] bcryptHash)
#16 opened by Andrew-Cottrell - 3
- 3
Input max length of 71 instead of 72 bytes.
#43 opened by mathieutu - 3
(only test scope): bcprov-jdk15on package version 1.60 is vulnerable to CVE-2020-15522
#40 opened by Abderrahman-byte - 7
ClassNotFoundException after importing library
#38 opened by MaaxGr - 9
Java 11 broken jar file
#30 opened by ipkpjersi - 0
Can not import using intelij+openjdk8
#37 opened by yhojann-cl - 1
Do you offer consulting help?
#31 opened by gcameo - 10
Interoperability issue with PHP implementation (and others) when truncating long password
#22 opened by Indigo744 - 7
- 6
Cannot specify LongPasswordStrategy on Verifier
#21 opened by Indigo744 - 1
Verifier always return Result with wrong version
#24 opened by hex-agon - 2
Unify API Bcrypt.with() to be able to hash and verify from the same entrypoint
#26 opened by patrickfav - 3
Missing copyright/license
#19 opened by djmdjm - 2
Strange and Incorrect Hash Output
#18 opened by scothampelold - 10
- 0
Add OSWAP Dependency Check to bcrypt
#14 opened by patrickfav - 3
password must not be longer than 71 bytes plus null terminator encoded in utf-8, was 80
#13 opened by chebaby - 0
Create JMH benchmark
#11 opened by patrickfav - 2
Add ProGuard optimized version
#4 opened by patrickfav - 4
- 2
- 0
- 1
Create CLI interface in another module
#5 opened by patrickfav - 0
- 0