Skip to content

A simple script that uses XOR encryption for password encoding, which is necessary for database-related tasks in an old MMORPG for those interested in setting up a private server.

License

Notifications You must be signed in to change notification settings

yuhkix/Runewaker-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

To get started, you'll need the latest version of Python and some libraries which can be installed using the following command:

pip install -r requirements.txt

Compilation

To compile the project into a standalone executable, you have two options:

  1. Run compile.bat: This batch file will handle the compilation for you.

  2. Manual Compilation: You can also run the following command in your terminal (where main.py is located). The --icon parameter is optional:

    pyinstaller --onefile main.py --icon=rw.ico --name Runewaker

Usage

After compilation, you will find the executable in the dist folder. You can run it directly from there.

Contributing

Feel free to contribute to this project by submitting issues or pull requests. Your feedback is always welcome!

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A simple script that uses XOR encryption for password encoding, which is necessary for database-related tasks in an old MMORPG for those interested in setting up a private server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published