Skip to content
🔍 Seeking a 6-month software engineering internship starting January 2027. Based in France, open to remote or relocation.
contact@julienc.meResume

anyquery tool mysql-password

Hash a password from stdin to be used in an authentification file

Hash a password from stdin to be used in an authentification file. The password is hashed using the mysql_native_password algorithm which can be summarized as HEX(SHA1(SHA1(password)))

Terminal window
anyquery tool mysql-password [flags]
Terminal window
echo "password" | anyquery tool mysql-password
Terminal window
-h, --help help for mysql-password