English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
What is PHPCMS?
PHPCMS is a website management software. The software adopts modular development, supports various classification methods, and can easily realize the design, development, and maintenance of personalized websites with it. It supports a variety of program combinations and can easily realize the migration of website platforms, and can meet the needs of websites of various scales widely, with high reliability, and is an excellent website management software with powerful, easy to use, and extensible functions, including articles, downloads, pictures, classified information, video, mall, collection, finance, and many other functions.
Solution to forgetting the PHPCMS backend password, this article mainly solves it from a technical perspective, please read the main text carefully.
1. If you forget the password, you must first find the encryption method
1.1 PHPCMS password can only be retried8times, and you have to wait if you exceed the number of retries1hours before you can log in again
1.2 The encryption method is to use plain text password MD5+encrypt again for MD5, Encrypt is randomly generated when creating a user, which can be seen in the admin table
3. This can generate a new password, and then use
password=md5(md5(trim($password)).$r['encrypt'])
Modify and that's it. Those who are interested can test it themselves.
In short, it is better to remember passwords less often, make good notes, and reduce unnecessary troubles. At the same time, also do a good job of password protection.
Declaration: The content of this article is from the Internet, and the copyright belongs to the original author. The content is contributed and uploaded by Internet users spontaneously. This website does not own the copyright, has not been manually edited, and does not assume any relevant legal liability. If you find any suspected copyright content, please send an email to: notice#oldtoolbag.com (Please replace # with @ when sending an email for reporting, and provide relevant evidence. Once verified, this site will immediately delete the infringing content.)