| View previous topic :: View next topic |
| Author |
Message |
gembels
Joined: 21 May 2010 Posts: 23
|
Posted: Jan 22, 2011 5:24 pm Post subject: Password encode decode |
|
|
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: | $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 |
|
| Back to top |
|
 |
nyan
Joined: 28 Oct 2010 Posts: 121
|
Posted: Jan 23, 2011 11:56 am Post subject: |
|
|
| I highly doubt it's possible to decode the passwords, might as well put htem in plain text if you can decode them. |
|
| Back to top |
|
 |
gembels
Joined: 21 May 2010 Posts: 23
|
Posted: Jan 23, 2011 1:16 pm Post subject: i can |
|
|
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 ? |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: Jan 24, 2011 7:41 am Post subject: |
|
|
| Why do you need that? |
|
| Back to top |
|
 |
gembels
Joined: 21 May 2010 Posts: 23
|
Posted: Jan 24, 2011 10:53 am Post subject: try using |
|
|
| trying to using xfilesharing pro username and password with another php software |
|
| Back to top |
|
 |
|