Tags:LinuxHow to generate a random password under linux?
Well, there are really many ways to generate a random password under linux.
For any of these random password commands, you can either modify them to output a different password length, or you can just use the first x characters of the generated password if you don’t want such a long password. Hopefully you’re using a password manager like LastPass anyway so you don’t need to memorize them.
This method uses SHA to hash...