Convert MD5 Hex to MD5 Plain
Convert your Perfect World database password from MD5 HexBin to Plain MD5
Usage
Harris Marfel
Comment, like and subscribe to my Youtube channel @hrace009
Convert your Perfect World database password from MD5 HexBin to Plain MD5
Usage
- Edit
convert.php
with your favorite editor. - Find this line at the top of script, and replace with your own configuration.
PHP:$servername = "DATABASE_HOST"; $username = "DATABASE_USER"; $password = "DATABASE_PASSWORD"; $dbname = "DATABASE_NAME";
- Then, run on your console like bellow:
Bash:# php convert.php
Harris Marfel
- Website: hrace009 Community
- Twitter: @hrace009
- Github: @hrace009
- LinkedIn: @hrace009
- Facebook: @hrace009
- Youtube: @hrace009
Comment, like and subscribe to my Youtube channel @hrace009