We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected result:
[root@host genpasswd]$ echo 'asdf' | ./genpasswd BAD PASSWORD: The password is shorter than 8 characters [root@host genpasswd]$
Actual result:
[root@host genpasswd]$ echo 'asdf' | ./genpasswd genpasswd 0.0.1 : generate password string Usage: genpasswd [OPTION] -h, --help this help messages -i, --stdin given password with STDIN -m, --method=[md5|sha256|sha512] Crypt algorithm [default: sha512] -s, --salt=SALT user define salt [default: random string] [root@host genpasswd]$
The text was updated successfully, but these errors were encountered:
This bug is caused by #2 .
Sorry, something went wrong.
9bdf112
Joungkyun
No branches or pull requests
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: