Skip to content

hrace009/Convert-MD5-Hex-to-MD5-Plain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Convert MD5 Hex to MD5 Plain 👋

Version Twitter: 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.
    $servername = "DATABASE_HOST";
    $username   = "DATABASE_USER";
    $password   = "DATABASE_PASSWORD";
    $dbname     = "DATABASE_NAME";
  • Then, run on your console like bellow:
    # php convert.php

Author

👤 Harris Marfel

Show your support

Give a ⭐️ if this project helped you!
Comment, like and subscribe to my Youtube channel @hrace009


About

Convert PW user password from MD5 HexBin to Plain MD5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages