Jump to content

Recommended Posts

Posted

Ok so no one posted a working Joomla -> PHPVMS bridge so I'm going to have a go writing my own.

What I need to know is: does the password Salt have to be set correctly or can I use a default Salt Value?

If it unique based on the user registration data how is it created, so I can recreate it in Joomla?

  • Administrators
Posted

Doesn't matter how it's created, as long as it's correct to match the password. I use the current time combined with something else ( I don't remember off hte top of my head)

Posted

after looking into the code properly the PHPVMS system creates the salt as so:

it MD5 encrypts the current 24 hour time e.g. MD5(19:05:02)

gonna take a proper look at the code tomorrow and try and work out how to pass the reg values from joomla

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...