From d22c599c98c4da140049d4e64660ee30afcbe31e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 29 Jun 2021 23:06:54 +0200 Subject: [PATCH] added note in test.pl potthrough: it only works with unsalted hashes --- tools/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.pl b/tools/test.pl index 380673d9e..f414932de 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -602,7 +602,7 @@ sub usage_exit . "\n" . "Potthrough:\n" . " Like passthrough, but includes both the hash and the plain in hash:plain format,\n" - . " similar to the classic potfile format.\n" + . " similar to the classic potfile format, yet this only works for unsalted hashes.\n" . "\n" . "Verify:\n" . " Reads a list of hashes from and a list of hash:password pairs from\n"