Storing encrypted passwords in mySQL

Trevor DeVore lists at mangomultimedia.com
Wed Nov 23 01:14:37 EST 2005


On Nov 22, 2005, at 8:57 PM, John Tregea wrote:
>
> Is there a way of encrypting the plain text string in Rev, (before  
> sending
> to mySQL) so I can store it in a mySQL table. I don't want the  
> password to
> be human readable by logging into mySQL and doing a SELECT statement
> directly.

You can use the md5Digest function to encrypt the password so it  
isn't readable as plain text inside the db.


-- 
Trevor DeVore
Blue Mango Multimedia
trevor at mangomultimedia.com





More information about the use-livecode mailing list