Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.31 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.31 KB

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