I came across this problem and got into conflict, when using '+' in JavaScript it "joins" and in PHP it gives me a number (Hi?), good it is to fit JavaScript with PHP , see:
alert(CryptoJS.SHA1('ABCDE' + 'ABCD'.substr(0, 32)));
result: 64b988...
asked by
20.04.2015 / 21:46