Blowfish digest , how to create in Livecode
Matthias Rebbe
matthias_livecode_150811 at m-r-d.de
Mon Mar 27 19:29:17 EDT 2017
Hi,
i have a MySQL DB which uses passwords created with php crypt function using blowfish
the php code looks like this for example
$salt='$2a$08$NWy7XidPPL2XEsouCG3dy’;
$digest= crypt(‘myPassword01’,$salt);
how can i do this in Livecode server? I find SHA1digest and MD5digest functions in the dictionary, but no blowfishDigest function.
Or isn´t that possible in LC?
Regards,
Matthias
More information about the use-livecode
mailing list