Hello,
I have created a secure website using php and Mysql where the passwords are encrypted with the MD5 hashing methode. In php this wil result in a 32 bits length key.
Now I whan't to upload data from foxpro into this table but foxpro hassn't got a MD5 hash. I have searched the net but only found examples of MD5 routines that result in a 16 bits key.
So my question is Does anyone know how to create a 32 bits md5 hash in visual foxpro
I have created a secure website using php and Mysql where the passwords are encrypted with the MD5 hashing methode. In php this wil result in a 32 bits length key.
Now I whan't to upload data from foxpro into this table but foxpro hassn't got a MD5 hash. I have searched the net but only found examples of MD5 routines that result in a 16 bits key.
So my question is Does anyone know how to create a 32 bits md5 hash in visual foxpro