Added hash-mode: MurmurHash

This commit is contained in:
Jens Steube
2021-05-18 10:58:13 +02:00
parent 10d0dde55c
commit aa7c579736
7 changed files with 1241 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
- Added hash-mode: bcrypt(md5($pass)) / bcryptmd5
- Added hash-mode: Linux Kernel Crypto API (2.4)
- Added hash-mode: MurmurHash
##
## Improvements
+1
View File
@@ -113,6 +113,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
- sha512($salt.utf16le($pass))
- sha512(utf16le($pass).$salt)
- Ruby on Rails Restful-Authentication
- MurmurHash
- HMAC-MD5 (key = $pass)
- HMAC-MD5 (key = $salt)
- HMAC-SHA1 (key = $pass)