我想要一个Sql数据库

时间:2023-01-21 18:27:03

我想要一个Sql数据库

I have been given a project to take over, my new client has given me all the files that where used to run the MLM website from the previous developer, my client asked me to decrypt the admin password. Someone help me go about this. Thanks in Advance

我接到了一个项目接管,我的新客户端给了我以前开发人员用来运行MLM网站的所有文件,我的客户端要求我解密管理员密码。有人帮我解决这个问题。提前致谢

1 个解决方案

#1


1  

Dont waste time trying to unhash a hash

不要浪费时间试图解开哈希

Just create a new user account with a password. Then copy/paste the new accounts hashed password into the Admin accounts password column. Using an UPDATE query of course.

只需使用密码创建一个新用户帐户即可。然后将新帐户哈希密码复制/粘贴到管理员帐户密码列中。当然使用UPDATE查询。

The password for the admin account will now be whatever password you used for the new account.

管理员帐户的密码现在将是您用于新帐户的密码。

Then delete the new account.

然后删除新帐户。

#1


1  

Dont waste time trying to unhash a hash

不要浪费时间试图解开哈希

Just create a new user account with a password. Then copy/paste the new accounts hashed password into the Admin accounts password column. Using an UPDATE query of course.

只需使用密码创建一个新用户帐户即可。然后将新帐户哈希密码复制/粘贴到管理员帐户密码列中。当然使用UPDATE查询。

The password for the admin account will now be whatever password you used for the new account.

管理员帐户的密码现在将是您用于新帐户的密码。

Then delete the new account.

然后删除新帐户。