Hi there
I would like to know how to use SHA-256 to hash my passwords
It mhash the only function that can do it?
mhash(MHASH_SHA256,$string);
When I use mhash(), I get a string with weird caracters like "�[#�8��10�7"�0*"�;���fӏU۶�" instead of something like "5b5cdff61cdb68ed059e39b3f9c82588"
Is it normal?
thanks for your help