Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 9:15 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Security Checklist
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 1 post ] 
Author Message
Posted: Mon Jan 26, 2009 10:54 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 21, 2009 10:35 pm
Posts: 11
Hi guys,

I have to encrypt the manually uploaded jos_users table. At the moment i run the following script via SQL on the table:

update `jos_users` set password=md5(password);

but this does not add salt.

Can someone with experience in SQL/php write a script that will run in the field (as typed as i have minimal coding skills)
that will ($password+$salt).

I wish to have salt instead of basic MD5 encryption. But i've tried changing it to MD5($password+$salt) and the script fails.

please help ;)


ps; Attached is a screenshot of my SQL input.


You do not have the required permissions to view the files attached to this post.


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group