getting encrypted password from database

Ruslan Zasukhin sunshine at public.kherson.ua
Tue Jun 5 11:07:05 EDT 2007


On 5/6/07 4:13 PM, "Robert Mann" <robmann at gp-racing.com> wrote:

Hi Robert,

> In my mysql database the users password is encrypted, to check and make sure
> the password is correct when they login to my web site I use the following
> 
>  
> 
> $login_passwd = md5(addslashes(delmagic($_POST["login_passwd"])));
> 
>  
> 
> Can I do the same thing with the Valentina database in my standalone?

Something as

    INSERT INTO tblUser( Name, Password )
        VALUES ( 'Robert', MD5('my password')  )

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]





More information about the use-livecode mailing list