Well the stored passwords are users for a chat server i'm making and they
sign up for via website, so i can use gambas to do the stored passwords i
have to use php's md5 function, so using the gambas crypt library isn't
doable. As for the md5sum binary, as far as i can see thats for files only,
i
use the md5sum binary
or generate the stored password with gambas crypt library !!!
it's to different thing... on one part, you have a summary... in other
an encrypted password !
2009/10/23 Jorge Carrión :
> Put your code here. I do not have problems whith crypt. you should do
> something bad...
Put your code here. I do not have problems whith crypt. you should do
something bad...
2009/10/23 briansykes
>
> I am trying to used stored MD5 passwords in a MySQL database with Gambas2,
> but with Crypt.MD5 i get numbers letters and dollar signs which is not an
> MD5 sum does anyone know how t
I am trying to used stored MD5 passwords in a MySQL database with Gambas2,
but with Crypt.MD5 i get numbers letters and dollar signs which is not an
MD5 sum does anyone know how to fix this? an example of what Crypt.MD5 kicks
out is this: $1$R48EQANG$.CoiiGj.gYSi399ggeQvj0 and in MYSQL it looks li