"; echo "public key:"; echo $key; echo ""; echo "private key:"; echo $iv; echo ""; echo "AES DE mobile:"; echo AES::decrypt($key,$iv,$code); ?>