Displaying 1 result from an estimated 1 matches for "9qj4qv8g".
2008 Jan 09
2
MENU / SHA1 passwords not working.
...problem with hashing passwords for use in the menu.
If I specify plain passwords in my config it works file:
Example:
MENU MASTER PASSWD 1234567890
MENU PASSWD test123
However if I hash a password using the sha1pass script the resulting hashes
don't work.
MENU MASTER PASSWD $4$9qj4qv8g$HQ6Jl6TVrpign78XeofX2OLmfJo$
MENU PASSWD test123 $4$B4LW6NPr$xYYfSoakhfLpWE7+l8zU0MdAlIA$
When prompted for the password I enter that which I added as an arg to the
script but It throws
Me back (same as with an invalid pass).
This is how I run the script:
simon1 at eb280-simon:~/sysli...