An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Convert MD5 Hex to MD5 Plain 👋



Version

Twitter: hrace009

> 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)

***