Re: opposite of PASSWORD('mypasswd').

2002-02-13 Thread sumeet shroff
dear friends, in Mysql, under sql, we have the function PASSWORD('mypasswd') where we can encrpt 'mypasswd' into a 16 character scrambled word. which function in sql is used to decrypt the same and get back the original mypasswd. thanking you -- Sumeet Shroff proprietor Prateeksha Printing Serv

Re: opposite of PASSWORD('mypasswd').

2002-02-11 Thread Craig Vincent
> in Mysql, under sql, we have the function PASSWORD('mypasswd') where we > can encrpt > 'mypasswd' into a 16 character scrambled word. > which function in sql is used to decrypt the same and get back the > original mypasswd. There is no such feature. PASSWORD like other hash passwords are one w

Re: opposite of PASSWORD('mypasswd').

2002-02-07 Thread Craig Vincent
> in Mysql, under sql, we have the function PASSWORD('mypasswd') where we > can encrpt > 'mypasswd' into a 16 character scrambled word. > which function in sql is used to decrypt the same and get back the > original mypasswd. There is no such feature. PASSWORD like other hash passwords are one w

Re: opposite of PASSWORD('mypasswd').

2002-02-07 Thread sumeet shroff
dear friends, in Mysql, under sql, we have the function PASSWORD('mypasswd') where we can encrpt 'mypasswd' into a 16 character scrambled word. which function in sql is used to decrypt the same and get back the original mypasswd. thanking you -- Sumeet Shroff proprietor Prateeksha Printing Serv