From 141b0289b1c4dcf2de6edb493164de8245ddc7f7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 26 Feb 2023 13:45:06 +0100 Subject: [PATCH] updated changes, more clear comment --- docs/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index c515097e1..699eaf400 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -22,7 +22,7 @@ - Added hash-mode: HMAC-RIPEMD160 (key = $salt) - Added hash-mode: bcrypt(sha256($pass)) - Added hash-mode: md5(md5($salt).md5(md5($pass))) -- Added hash-mode: metamask (26610) with plaintext check instead of checking tag (26600). No longer needs all data in hash. +- Added hash-mode: metamask (26610) with plaintext check instead of checking the AES-GCM tag of the data (26600). 26610 no longer needs all data in hash. ## ## Performance