From 1aef49d11be7afa7ee1c0d78a5091801e94e6463 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sat, 13 Jul 2019 20:51:38 +0200 Subject: [PATCH] update readme/changes txt --- docs/changes.txt | 1 + docs/readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 0bb228187..7062e62af 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -35,6 +35,7 @@ - Added hash-mode: Python passlib pbkdf2-sha256 - Added hash-mode: Python passlib pbkdf2-sha512 - Added hash-mode: Oracle Transportation Management (SHA256) +- Added hash-mode: sha256(md5($pass)) ## ## Bugs diff --git a/docs/readme.txt b/docs/readme.txt index 9e36b73ce..91b35c4c8 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -88,6 +88,7 @@ NVIDIA GPUs require "NVIDIA Driver" (418.56 or later) and "CUDA Toolkit" (10.1 o - sha256($salt.$pass) - sha256(utf16le($pass).$salt) - sha256($salt.utf16le($pass)) +- sha256(md5($pass)) - sha512($pass.$salt) - sha512($salt.$pass) - sha512(utf16le($pass).$salt)