Jump to content
Jaquemon

Config Hash and AccountDB Hash Algorithms

Recommended Posts

Greetings, fellow developers

 

I'd love to ask if any of you know what kind of hashing algorithm the server configuration files are using, I want to write a password generator stand-alone application and allow for more secure passwords as well.

 

I'm aware that the AccountDB has a password column that is using and MD5 hash, is there a way to use a different hash; like including my own salt column for passwords and users can then use that password to enter instead of an MD5 one? 

 

Overall my goal is to write a stand-alone application to do that all at once, just need to make sure what the hashing algorithms are and if giving my databases a salt-column will help with making it even more secure.

 

Best regards,

Jaquemon.

Edited by Jaquemon

Share this post


Link to post
Share on other sites

Hello, @Jaquemon!

 

You can can get the information you are interested from the server source codes which are posted on the forum. Also, as many years of experience show, there were no security related problems caused by current encryption algorithms.


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.


×
×
  • Create New...