PHP 生成公鑰私鑰,加密解密,簽名驗籤

test_encry.phpphp <?php //建立私鑰,公鑰 //create_key(); //要加密內容 $str = "test_str"; //加密 $encrypt_str = test_encrypt($str); //解密 $decrypt_str = test_decrypt($encrypt_str); //echo $decrypt_str;exit; //簽名 $sig
相關文章
相關標籤/搜索