¡@

Home 

php Programming Glossary: test_str

Mcrypt js encryption value is different than that produced by PHP mcrypt / Mcrypt JS decrypt doesn't work for UTF-8 chars

http://stackoverflow.com/questions/18786025/mcrypt-js-encryption-value-is-different-than-that-produced-by-php-mcrypt-mcryp

return trim decrypted_text echo 'Provided Text '. test_str 'This is test message.' echo ' br ' echo 'Encyrpted Value '... ' br ' echo 'Encyrpted Value '. enc_str string_encrypt test_str key echo ' br ' echo 'Decrypted Value '.string_decrypt enc_str.. lang 'javascript' var enc_str mcrypt.Encrypt ' php echo test_str ' '' enc_str B64.encode enc_str alert enc_str I don't get this..