Skip to content
Available for a 6-month internship starting in January 2027. Read my resume or contact me at contact@julienc.me.

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