[phorm] [Phorm:] Re: Encrypt Passwords

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 11 Jun 2003 01:18:23 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#2829) Re: Encrypt Passwords 
            <http://www.phorm.com/support/?rev=2829> 
  AUTHOR:   Patrick O'Hara 
  DATE:     June 10, 2003 at 9:18 p.m. EST 

  Reply To: (#2822) Encrypt Passwords 
  Author:   April 
  Date:     June 10, 2003 at 6:18 p.m. EST 

> Does Phorm have a feature to Encrypt Passwords and 
> insert them into a MySQL database? 

Hi April, 

You can use a PHP function md5() which encrypts the data using: 

RSA Data Security, Inc. MD5 Message-Digest Algorithm 
http://www.faqs.org/rfcs/rfc1321 

In the same fashion as using stripslashes() in the config file, us the md5() 
function: ie... 

$pass = md5($pass); 

Regards, 

Patrick O'Hara 
WhitsundayIT 
QLD, Australia 

patrick@xxxxxxxxxxxxxxxx 
www.whitsundayit.com 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts: