Toggle shoutbox Lastest Announcements
![]() |
Page 1 of 1
Arcs Encrypted Passwords?
#1
Posted 07 July 2010 - 01:56 AM
just had a question about arcs password encryption. can you take out the normal passwords altogher does it matter at that point? or does arc still need them. I'm doing a smf integration they already use an encryption so I was going to change it to the one arc support.
#2
Posted 07 July 2010 - 02:43 AM
slade, on 07 July 2010 - 01:56 AM, said:
just had a question about arcs password encryption. can you take out the normal passwords altogher does it matter at that point? or does arc still need them. I'm doing a smf integration they already use an encryption so I was going to change it to the one arc support.
but if we took out the passwords, where would people input them?


#3
Posted 09 July 2010 - 04:22 PM
after running :
you can delete all unencrypted ones.
update accounts set encrypted_password = SHA(CONCAT(UPPER(login),":",UPPER(password)));
you can delete all unencrypted ones.
Need Help With Arcemu ? ^^

Concordia res parvae crescunt In varietate concordia

Concordia res parvae crescunt In varietate concordia
Spoiler
#4
Posted 09 July 2010 - 04:40 PM
I am not even sure why we have plain text passwords even. They are absolutely not needed and it's pretty stupid to use them.
"The demand for free goods is infinite."
#6
Posted 11 July 2010 - 01:38 AM
dfighter, on 09 July 2010 - 04:40 PM, said:
I am not even sure why we have plain text passwords even. They are absolutely not needed and it's pretty stupid to use them.
I believe they were implemented for the sake of simplicity - if they are to be removed the SQL query used to generate the encrypted versions of them should be clearly stated in the wiki imho!
DouglasStridsberg.com web engineering

My open source PHP projects
PHP Simple Disk Caching
PHP IRC Bot
PHP AJAX Poll
#7
Posted 11 July 2010 - 01:48 AM
Doggie52, on 11 July 2010 - 01:38 AM, said:
I believe they were implemented for the sake of simplicity - if they are to be removed the SQL query used to generate the encrypted versions of them should be clearly stated in the wiki imho!
Do you mean something like this? http://www.arcemu.in...rypted_password
"The demand for free goods is infinite."
#8
Posted 11 July 2010 - 03:35 AM
dfighter, on 11 July 2010 - 01:48 AM, said:
Do you mean something like this? http://www.arcemu.in...rypted_password
Exactly, and that should be added to the Database setup page of the main page.
EDIT: I can take care of this later!
DouglasStridsberg.com web engineering

My open source PHP projects
PHP Simple Disk Caching
PHP IRC Bot
PHP AJAX Poll
Share this topic:
Page 1 of 1