¡@

Home 

php Programming Glossary: ssecretkey

PHP AES encrypt / decrypt

http://stackoverflow.com/questions/3422759/php-aes-encrypt-decrypt

echo Decrypted . newClear. br function fnEncrypt sValue sSecretKey return trim base64_encode mcrypt_encrypt MCRYPT_RIJNDAEL_256.. trim base64_encode mcrypt_encrypt MCRYPT_RIJNDAEL_256 sSecretKey sDecrypted MCRYPT_MODE_ECB mcrypt_create_iv mcrypt_get_iv_size.. MCRYPT_MODE_ECB MCRYPT_RAND function fnDecrypt sValue sSecretKey return trim mcrypt_decrypt MCRYPT_RIJNDAEL_256 sSecretKey base64_decode..