Jump to content
Sign in to follow this  
V3ct0r

PKOdev.NET Database password (.cfg)

Recommended Posts

 PKOdev.NET Database password (.cfg)

 

screenshot_1.png

 

To establish a connection and work with the MSSQL server, AccountServer, GroupServer and GameServer load the server address and database user data from the corresponding configuration files (.cfg). In this case, the user's password must be encrypted in a certain way using DES and Base64 algorithms.

 

For example, GameServer.cfg:

[DB]
db_ip   = 127.0.0.1
db_usr  = PKODev_User
db_pass = SUOh8nJKCe387P/eUVMf+A==

This program is developed to encrypt and decrypt database user passwords for use in .cfg files of the game server.    

 

How to use:
1) Start the program;
2) On the "Encrypt" tab, in the "Password" field, enter the desired password for encryption*. You will see encrypted password in the "Encrypted password for .cfg" field;
3) On the "Decrypt" tab, in the "Encrypted password for .cfg" field, enter encrypted password. You will see decrypted password in the "Password" field.


* Note: The maximum password length is 16 characters. This limitation is caused by the size of the 32-byte buffer for reading the encrypted password from the configuration files in the server executables.

 

Download the program (150 KB)

  • Like 2

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...