CallBuilder is a Java code generator that finally makes it easy to make a builder class. Builders are great when you have a constructor or method with many parameters. They are even helpful when you ...
This is an implementation of the OpenBSD Blowfish password hashing algorithm, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres. It's core is based on jBcrypt, ...