Jump to content

Jaquemon

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by Jaquemon


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

×
×
  • Create New...