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

Added missing Version argument in examples #34

Closed isapir closed 3 years ago

patrickfav commented 3 years ago

LGTM. Thanks for the PR!