diff options
author | lloyd <[email protected]> | 2011-02-16 21:45:13 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-02-16 21:45:13 +0000 |
commit | 88a892707f05625cbcf0c8cc4b3e0ed7852967b5 (patch) | |
tree | b63eb83222d4ebbe9d705f901f915c6f4a65bff9 /doc/log.txt | |
parent | d996f15128ff12fb268f342cbbc0a855666caae4 (diff) |
Add support for bcrypt, the Blowfish-based password hashing scheme
used in OpenBSD. Tested as compatible with a common Java
implementation (http://www.mindrot.org/projects/jBCrypt/)
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 760b9531a..06107928a 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,6 @@ * 1.9.14-dev, ????-??-?? + - Add support for bcrypt, OpenBSD's password hashing scheme - Add support for NIST's AES key wrapping algorithm * 1.9.13, 2011-02-19 |