// http://www.andrewpeace.com/rsajax // See LICENSE for licensing details // set's the client's public key based on $_GET input include_once('rsajax.php'); if($_GET['key']!=null) { $_SESSION['s_rsajax_client_key'] = rsajax_decrypt($_GET['key']); } ?>