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 cant compare text with it i've just tried that and it says file not found.

Fabien Bodard-4 wrote:
> 
> 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
>> 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 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
>>> like
>>> this: 0cbc6611f5540bd0809a388dc95a615b both the encrypted sums are the
>>> word
>>> Test.  If anyone can shed some light on this it would be great.
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Gambas-MD5-and-MySQL-MD5-Do-Not-Match-tp26020343p26020343.html
>>> Sent from the gambas-user mailing list archive at Nabble.com.
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>>> is the only developer event you need to attend this year. Jumpstart your
>>> developing skills, take BlackBerry mobile applications to market and
>>> stay
>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>>> http://p.sf.net/sfu/devconference
>>> _______________________________________________
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> http://p.sf.net/sfu/devconference
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Gambas-MD5-and-MySQL-MD5-Do-Not-Match-tp26020343p26031080.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to