// http://www.andrewpeace.com/rsajax // See LICENSE for licensing details // prints the public key being used for this session include_once('rsajax.php'); $json = array('n'=>$rsajax_server_n, 'e'=>$rsajax_server_e); print(json_encode($json)); ?>