Hi, 2010/11/20 Altaf Mahmud <[email protected]>: > Thanks Chris. Is it exactly that MD5 function? My SQL version is 5.1.41, > SELECT MD5 ('123456') returns another string, not that one. Is there > anything else I've to do?
It's not quite MD5; it's actually md5_base64 as implemented by the Digest::MD5 Perl module. Regards, Galen -- Galen Charlton [email protected] _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
