91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么在php中利用crypt()函數實現一個加密功能

發布時間:2020-12-09 16:27:39 來源:億速云 閱讀:157 作者:Leah 欄目:開發技術

這期內容當中小編將會給大家帶來有關怎么在php中利用crypt()函數實現一個加密功能,文章內容豐富且以專業的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。

一、代碼

<&#63;php 
 $str = '應用crypt()函數進行單向加密!';     //聲明字符串變量$str 
 echo '加密前$str的值為:'.$str; 
 $crypttostr = crypt($str);      //對變量$str加密 
 echo '<p>加密后$str的值為:'.$crypttostr;  //輸出加密后的變量 
&#63;> 

二、運行結果

參數不帶salt,每次加密得出的密文都不一樣。
加密前$str的值為:應用crypt()函數進行單向加密!
加密后$str的值為:$1$Re4.Gg4.$D.yd00xX0fFfIfp6KrKGN0

三、代碼

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 
<title>使用crypt函數進行數據驗證</title> 
<style type="text/css"> 
<!-- 
body,td,th { 
 font-size: 12px; 
} 
body { 
 margin-left: 10px; 
 margin-top: 10px; 
 margin-right: 10px; 
 margin-bottom: 10px; 
} 
.STYLE1 { 
 font-size: 14px; 
 font-weight: bold; 
} 
--> 
</style> 
</head> 
<body> 
<div align="center"> 
<&#63;php 
 $conn = mysql_connect("localhost","root","root") or die("數據庫鏈接錯誤".mysql_error()); 
 mysql_select_db("db_database21",$conn) or die("數據庫訪問錯誤".mysql_error()); 
 mysql_query("set names gb2312"); 
&#63;> 
</div> 
<table width="777" height="587" border="0" align="center" cellpadding="0" cellspacing="0" background="images/bg.jpg"> 
 <tr> 
 <td width="149" height="200">&nbsp;</td> 
 <td width="448">&nbsp;</td> 
 <td width="158">&nbsp;</td> 
 </tr> 
 <tr> 
 <td height="187">&nbsp;</td> 
 <td align="center" valign="middle"> <form id="form1" name="form1" method="post" action="index.php"> 
 <table height="129" border="0" cellpadding="0" cellspacing="0"> 
  <tr> 
   <td width="100" height="30" align="right" valign="middle" scope="col"><span class="STYLE1">用戶名:</span></td> 
  <td width="100" height="30" align="left" valign="middle" scope="col"><label for="textfield"></label> 
  <input name="username" type="text" id="username" size="24" /></td> 
  <td width="100" align="center" valign="middle" scope="col">&nbsp;</td> 
  </tr> 
  <tr> 
  <td height="30" align="right" valign="middle" class="STYLE1" scope="col">密碼:</td> 
  <td height="30" align="left" valign="middle" scope="col"><input name="password" type="password" id="password" size="25" /></td> 
  <td align="center" valign="middle" scope="col">&nbsp;</td> 
  </tr> 
  <tr> 
  <td height="40" colspan="3" align="center" valign="middle" scope="col"><input type="image" name="imageField" src="images/bg2.JPG" />   
   &nbsp;&nbsp;<input type="image" name="imageField2" src="images/bg1.JPG" onclick="form.reset();return false;" /></td> 
  </tr> 
 </table> 
 </form> 
 <&#63;php 
 if(trim($_POST[username])!= "" and trim($_POST[password])!= ""){ 
  $usr = crypt(trim($_POST[username]),$_POST[username]); 
  $pwd = crypt(trim($_POST[password]),$_POST[password]); 
  $sql = "select * from tb_user where username = '".$usr."' and password='".$pwd."'"; 
  $rst = mysql_query($sql,$conn); 
  $result=mysql_num_rows($rst); 
  if($result>0){ 
   echo "<font color='red'>用戶登錄成功。</font>"; 
  }else{ 
   echo "<font color='green'>用戶登錄失敗!</font>"; 
  } 
 }else{ 
  echo "請認真填寫用戶名和密碼!"; 
 } 
&#63;></td> 
 <td>&nbsp;</td> 
 </tr> 
 <tr> 
 <td height="200">&nbsp;</td> 
 <td>&nbsp;</td> 
 <td>&nbsp;</td> 
 </tr> 
</table> 
</body> 
</html> 

四、運行結果

怎么在php中利用crypt()函數實現一個加密功能

上述就是小編為大家分享的怎么在php中利用crypt()函數實現一個加密功能了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

洪洞县| 南部县| 牟定县| 衡水市| 宜黄县| 修武县| 临澧县| 建阳市| 辽宁省| 阳信县| 客服| 余江县| 张家口市| 古丈县| 谷城县| 岳池县| 定边县| 阳曲县| 抚顺市| 长海县| 来安县| 霍林郭勒市| 饶河县| 磴口县| 新源县| 谢通门县| 金川县| 桂平市| 乐清市| 北宁市| 平罗县| 恩平市| 宁蒗| 攀枝花市| 镇宁| 龙南县| 班戈县| 灵璧县| 台湾省| 徐汇区| 衡南县|