gpt4 book ai didi

php - 使用散列密码连接到 MySQL?

转载 作者:可可西里 更新时间:2023-11-01 06:40:22 25 4
gpt4 key购买 nike

我想知道(并使用谷歌没有明确的结果)是否有任何方法可以使用散列密码通过 PHP 连接到 MySQL 数据库。假设我有以下内容:

Password (plain): 'foobar'
Password (sha1): '8843d7f92416211de9ebb963ff4ce28125932878'

现在我想像这样连接到 MySQL(以 mysql_* 函数为例,虽然我使用的是 PDO):

$db_link = mysql_connect ( 'localhost', 'user', '8843d7f92416211de9ebb963ff4ce28125932878' );

我这可能吗?以前有人这样做过吗?

最佳答案

然后“哈希”将成为密码。有什么好处?

关于php - 使用散列密码连接到 MySQL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1082852/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com