1
VI_Knight
Using User table with Flash 8 or external PHP script for validatition
  • 2006/9/19 18:02

  • VI_Knight

  • Just popping in

  • Posts: 15

  • Since: 2002/11/16


I am not sure if this is the right forum to post this in but, I am writing a flash version to my XOOPS site but I would like to be able to keep one set of tables only and use certain tables with the site. I would like in particular to use the user table to assist in login and client information. My problem is that the password field is encrypted and i am not sure which function I need to reference to decrypt it like it does when i log in through xoops. If i reference the password field directly i get the encrypted text and i can't use it for validation.

Can anyone tell me what function and file i need reference in order to be able to decrpt the password field?

2
Bender
Re: Using User table with Flash 8 or external PHP script for validatition
  • 2006/9/19 19:33

  • Bender

  • Home away from home

  • Posts: 1899

  • Since: 2003/3/10


The password field is md5 encrypted. Its a one way encryption so no sir you canĀ“t decrypt it.
(no hacking discussion about finding a similar hash please dear readers - thats not the topic)

So basicly if you create your own flash login you will have to get a md5 hash of the password the user entered and compare that to the value in the database.



For starters:

http://flashexperiments.insh-allah.com/md5.html

http://www.sephiroth.it/proto_detail.php?id=51
Sorry, this signature is experiencing technical difficulties. We will return you to the sheduled signature as soon as possible ...

Login

Who's Online

193 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 193


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits