phpmyadmin auth 加密协议
在 phpmyadmin 中,我们的主用户通常是“root”,它存储在“users”表下名为“mysql”的数据库中。
我的问题是,一个用户下的密码,是以什么格式加密的? md5?沙1? Base64?
In phpmyadmin our main user usually "root" its stored on a DataBase called "mysql" under the "users" table.
My question is, the password under a user, in which format is encrypted? md5? sha1? base64?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这与 phpMyAdmin 并没有真正的关系;它取决于 MySQL 服务器本身—— phpMyAdmin 只是您用来查询 MySQL 的工具。
无论如何,MySQL 手册的这一部分应该对您有所帮助: 密码MySQL 中的哈希:(引用):
This is not really related to phpMyAdmin ; it depends on the MySQL server itself -- phpMyAdmin being only the tool you're using to interrogate MySQL.
Anyway, this section of MySQL's manual should help you : Password Hashing in MySQL : (quoting) :