Jump to content
Sign in to follow this  
V3ct0r

Password generator for .cfg files

Recommended Posts

Password generator for .cfg files

Credits: insider

51740670f69d.png

 

The program encrypts MSSQL user password for server .cfg-files.

 

Example:

Fragment of GameServer.cfg: User password for MSSQL Server should be encrypted.

[DB] 
db_ip   = 127.0.0.1
db_usr  = PkoDevUser
db_pass = EZCpyYOZVofugqDFBZrLKw==

 

How to use:

1. Open file passgen.ini and write to it desired password. The password length must be equal to 9 characters. For example let's take standard password Y87dc#$98:

pass=Y87dc#$98

2. Run passgen.exe. Then you will see encrypted password in the console (see picture above);

3. To copy encrypted password to clipboard do right click on window, in context menu select "Edit", then "Select all" and press Enter button.

EZCpyYOZVofugqDFBZrLKw==

That's all!

 

Download (469 KB)

  • Like 1

Share this post


Link to post
Share on other sites
On 8/21/2019 at 11:02 PM, bayne94 said:

@V3ct0r , just curious as to the reason why the password must be 9 characters long?

Hello, @bayne94!

I have no idea. This requirement was determined by the author of the program (insider), but it seems to work with other string lengths.


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...