XFileSharing Pro - Password encode decode

Message
Author
gembels
Posts: 24
Joined: May 21, 2010 6:53 am

Password encode decode

#1 Postby gembels » Jan 22, 2011 5:24 pm

Hi,


What kind of method of XFS use to encode and decode user password ? Can I use PHP to decode it ?

Because right know I am trying to md5 standard of the password, but I can't because I am to weak on perl. I found the password salt.

I just want to do something like

Code: Select all

$sql = select usr_id from Users where md5_password = ''

array[$sql]

while that

"update from Users set md5_password = 'DECODE($usr_password)' where usr_id = array[$sql]

my point is how to convert existing password to md5 or text plain

Any idea or clue for this ?


Thank you

nyan
Posts: 163
Joined: Oct 28, 2010 8:01 pm

#2 Postby nyan » Jan 23, 2011 11:56 am

I highly doubt it's possible to decode the passwords, might as well put htem in plain text if you can decode them.

gembels
Posts: 24
Joined: May 21, 2010 6:53 am

i can

#3 Postby gembels » Jan 23, 2011 1:16 pm

yes, its possible, but I have problem with perl scripts, I am noob, if just to decode 1 user with their password, no problem, but with Users: 173572 , I must create a script with perl that can doing that , and that is my problem.

Anyone or developer can help me ?

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#4 Postby admin » Jan 24, 2011 7:41 am

Why do you need that?

gembels
Posts: 24
Joined: May 21, 2010 6:53 am

try using

#5 Postby gembels » Jan 24, 2011 10:53 am

trying to using xfilesharing pro username and password with another php software