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
482 stars 49 forks source link

Update README.md #35

Closed GlenKPeterson closed 3 years ago

GlenKPeterson commented 3 years ago

Removed mention of StringBuilder vs. StringBuffer since you have replaced both with byte arrays.

patrickfav commented 3 years ago

Thanks for the PR!