Simple Machines Community Forum

Customizing SMF => Bridges and Integrations => Topic started by: undeR. on September 25, 2013, 01:55:24 PM

Title: How to change a password hash?
Post by: undeR. on September 25, 2013, 01:55:24 PM
How to change password to no hash? I want to integrate SA:MP Server with SMF, i mean, to use SMF username and password on samp server or reverse. Is there any way to do that?
Title: Re: How to change a password hash?
Post by: Arantor on September 25, 2013, 01:58:18 PM
Well, changing the password to no hash is about the WORST thing you can do for security and I guarantee you no-one here will tell you how to compromise the security of SMF's code.

Not knowing how SA:MP Server works, it's impossible to suggest how the two could be bridged. But changing the hash of the password is not the way to do it.
Title: Re: How to change a password hash?
Post by: undeR. on September 25, 2013, 02:00:56 PM
SAMP Server is using SQL too, and i want to made all in one, to use same displayName and password column for smf and samp. But hash is diferent.
Title: Re: How to change a password hash?
Post by: Arantor on September 25, 2013, 02:02:11 PM
*shrug* I can't help you without more information.
Title: Re: How to change a password hash?
Post by: Kindred on September 25, 2013, 02:42:08 PM
there are lots of ways to bridge the memberlist between programs... but, as arantor says, we need more SPECIFIC information on what you are trying to do (and why).

Don't "assume" that whatevere you thought of is the "correct" way to do anything.
Give us your goal, the end result along with the details (like what the SA:MP is and what the database structure, encoding, etc is...