vt-middleware / cryptacular

The friendly complement to the BouncyCastle crypto API for Java.
Other
39 stars 7 forks source link

Add bcrypt hash support. #42

Closed serac closed 6 years ago

serac commented 6 years ago

Includes a fair bit of work with base32/64 encoding components to support arbitrary alphabets and lack of padding, but these features could be considered general improvements in themselves.

Fixes #39.