Raised This Month: $ Target: $400
 0% 

how to use md5-encrypted passwords?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
bsl.rohling
New Member
Join Date: Apr 2004
Location: Bremen
Old 04-27-2004 , 15:34   how to use md5-encrypted passwords?
Reply With Quote #1

hi,

i've configured amxx to use our existing database, but since we're storing the user's password with MD5-encryption... is it possible to use this password in amxx too?

my childish guess to change line # 188 of admin_mysql.sma from
Code:
    else if (equal(password,g_aPassword[index])) {
to
Code:
    else if (equal(md5(password),g_aPassword[index])) {
didn't work


furthermore a config-option to choose whether to use password-encryption (none,md5,mysql) or not would be great
__________________
Life's not rebootable
bsl.rohling is offline
Send a message via ICQ to bsl.rohling
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode