Fix Joomla salt length

This commit is contained in:
jsteube
2019-02-13 09:37:30 +01:00
parent 25e4023c89
commit af634750f2
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use warnings;
use Digest::MD5 qw (md5_hex);
sub module_constraints { [[0, 255], [30, 30], [0, 55], [30, 30], [30, 55]] }
sub module_constraints { [[0, 255], [32, 32], [0, 55], [32, 32], [32, 55]] }
sub module_generate_hash
{