Re: [Gambas-user] Gambas MD5 and MySQL MD5 Do Not Match

2009-10-23 Thread Jorge Carrión
Put your code here. I do not have problems whith crypt. you should do something bad... 2009/10/23 briansykes brisy...@gmail.com 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

Re: [Gambas-user] Gambas MD5 and MySQL MD5 Do Not Match

2009-10-23 Thread Fabien Bodard
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 sho...@gmail.com: Put your code here. I do not have problems whith crypt. you should do

Re: [Gambas-user] Gambas MD5 and MySQL MD5 Do Not Match

2009-10-23 Thread briansykes
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,

[Gambas-user] Gambas MD5 and MySQL MD5 Do Not Match

2009-10-22 Thread 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 to fix this? an example of what Crypt.MD5 kicks out is this: $1$R48EQANG$.CoiiGj.gYSi399ggeQvj0 and in MYSQL it looks