I need to make my own MD5 password generator to use with htpasswd  password
encryption. MD5Digests doesn't seem to cut it.
php has a function called crypt(

$password = crypt($clearTextPassword, base64_encode($clearTextPassword));

seems like this should be simple in livecode. What's the encryption method?

I'm working with the awesome Livecode server.
thanks for any help.

-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  <http://www.google.com/profiles/sbarncar>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to