https://github.com/hrace009/convert-md5-hex-to-md5-plain
Convert PW user password from MD5 HexBin to Plain MD5
https://github.com/hrace009/convert-md5-hex-to-md5-plain
Last synced: 2 months ago
JSON representation
Convert PW user password from MD5 HexBin to Plain MD5
- Host: GitHub
- URL: https://github.com/hrace009/convert-md5-hex-to-md5-plain
- Owner: hrace009
- Created: 2021-03-20T03:07:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T05:14:01.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T21:08:18.475Z (4 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Convert MD5 Hex to MD5 Plain 👋
> Convert your Perfect World database password from MD5 HexBin to Plain MD5
### 🏠 [Homepage](https://www.hrace009.com)
## Usage
* Edit `convert.php` with your favorite editor.
* Find this line at the top of script, and replace with your own configuration.
```sh
$servername = "DATABASE_HOST";
$username = "DATABASE_USER";
$password = "DATABASE_PASSWORD";
$dbname = "DATABASE_NAME";
```
* Then, run on your console like bellow:
```sh
# php convert.php
```## Author
👤 **Harris Marfel**
* Twitter: [@hrace009](https://twitter.com/hrace009)
* Github: [@hrace009](https://github.com/hrace009)
* LinkedIn: [@hrace009](https://linkedin.com/in/hrace009)
* Facebook: [@hrace009](https://facebook.com/hrace009personalblog/)
* Youtube: [@hrace009](https://youtube.com/hrace009)## Show your support
Give a ⭐️ if this project helped you!
Comment, like and subscribe to my Youtube channel [@hrace009](https://youtube.com/hrace009)***