Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

An example of using phpmyadmin to modify the password of Zhimeng background

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This article is to share with you the content of an example of using phpmyadmin to change the password of dream weaving background. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look.

Open PHPMYADMIN locally, enter your user name and password, and log in to PHPMYADMIN

Find the database of the website, find the table managed by storage [dede_admin]

After opening the [dede_admin] table, click Browse

After clicking to browse, you will find the user name and password, but the password is encrypted by MD5

So in order for PHPMYADMIN to know your password, it has to be MD5 encrypted, so we need to encrypt our password.

Using the MD5 online encryption tool, after opening it, we begin to encrypt our password, assuming that the password is 123456, click on encryption, and select a 32-bit lowercase password

MD5 encryption has 16 bits and 32 bits, but there are 20 bits in phpmyadmin. I tested several groups and found the secret. It turns out that the password required by PHPMYADMIN is a 32-bit password that removes the first five bits and the last seven bits.

Go back to PHPMYADMIN and click "Pencil" to edit

Copy [c3949ba59abbe56e057f] to PHPMYADMIN, click execute, and change the password successfully.

Open the dream weaving backend and enter the user name and password, as shown in the figure:

Click to log in.

Thank you for reading! The example of using phpmyadmin to modify the background password of Weaving Dream is shared here. I hope the above content can be helpful to you, so that you can learn more knowledge. If you think the article is good, you can share it and let more people see it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report