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 /src/constructs/bcrypt/info.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 'src/constructs/bcrypt/info.txt')
-rw-r--r-- | src/constructs/bcrypt/info.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/constructs/bcrypt/info.txt b/src/constructs/bcrypt/info.txt new file mode 100644 index 000000000..91ab92e88 --- /dev/null +++ b/src/constructs/bcrypt/info.txt @@ -0,0 +1,9 @@ +define BCRYPT + +<requires> +libstate +blowfish +rng +base64 +</requires> + |