commit 83b2ac3c1ab79b7f7abe6a269b7285504c807d71 parent a929612c8b23127af46f96e6232c3cfbc7380f4f Author: Nicolas CARPi <nico-git@deltablot.email> Date: Fri, 4 Feb 2022 23:47:19 +0100 Add PHP password_hash to list of supported algos Diffstat:
M | src/select.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/select.c b/src/select.c @@ -157,5 +157,6 @@ list(void) "ARP1 \n" "phpBB \n" "SHA1 Django \n" + "PHP password_hash\n" "MD5 Joomla (pass:salt)\n"); }