var RSA ={ encryptByDefaultKey: function($data, ispost){ var ret=$data; return ret; } }