This work briefly explains common cryptosystems and details two most popular private-key ciphers: DES ,which is probably the most widely used, and AES, which is intended to replace DES.
標簽: cryptosystems private-key explains briefly
上傳時間: 2013-12-20
上傳用戶:xfbs821
qt programming for linux private part of the book
標簽: programming private linux book
上傳時間: 2017-01-25
上傳用戶:xc216
.NET平臺下專題地圖實現的C#代碼 private void 點密度圖ToolStripMenuItem_Click(object sender, EventArgs e) { //獲取當前圖層 ,并把它設置成IGeoFeatureLayer的實例 IMap pMap = axMapControl1.Map ILayer pLayer = pMap.get_Layer(0) as IFeatureLayer IFeatureLayer pFeatureLayer = pLayer as IFeatureLayer IGeoFeatureLayer pGeoFeatureLayer = pLayer as IGeoFeatureLayer //獲取圖層上的feature IFeatureClass pFeatureClass = pFeatureLayer.FeatureClass IFeatureCursor pFeatureCursor = pFeatureClass.Search(null, false) IFeature pFeature = pFeatureCursor.NextFeature()
標簽: ToolStripMenuItem_Click EventArgs private object
上傳時間: 2013-11-27
上傳用戶:xlcky
//JDBC驅動器名稱(JDBC-ODBC橋) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //數據庫的URL地址 private String strUrl = "jdbc:odbc:atm1" //指定要訪問的數據庫名稱 private String strDBName = "atm1" //數據庫用戶名稱 private String strUserName = "testUser" //數據庫用戶密碼 private String strPassWord = "12345" //數據庫連接對象,初始化為空 private Connection conTemp = null //連接的容器對象,初始化為空 private Statement stmtTemp = null //結果集對象,初始化為空 private ResultSet rsTemp = null //操作記錄行數 private int intOperateNum
標簽: JdbcOdbcDriver strDBDriver JDBC-ODBC private
上傳時間: 2017-02-08
上傳用戶:songrui
public class DBClass { private String driver private String url private String username private String password private Connection connection private Statement statement private String message="" }
標簽: private String DBClass public
上傳時間: 2017-05-23
上傳用戶:c12228
購物車系統中的名牌產品類,private Integer id private String enName private String cnName private String smallPhoto private String bigPhoto private String description private Set products = new HashSet(0)
標簽: private String Integer enName
上傳時間: 2013-12-22
上傳用戶:璇珠官人
Export rsa private/public key pair
標簽: private Export public pair
上傳時間: 2017-09-26
上傳用戶:ggwz258
Abstract: The rapid build out of today's smart grid raises a number of security questions. In this article,we review two recent well-documented security breaches and a report of a security gap. These situationsinclude a 2009 smart-meter hack in Puerto Rico; a 2012 password discovery in grid distributionequipment; and insecure storage of a private key in distribution automation equipment. For each of theseattacks, we examine the breach, the potential threat, and secure silicon methods that, as part of acomplete security strategy, can help thwart the attacks.
上傳時間: 2013-10-27
上傳用戶:tecman
L2TP(Layer Two tunneling Protocol)是實現二層隧道VPN(Virtual private Network)的主要技術,有L2TPV2和L2TPV3兩個協議標準;為了進一步提高私有網絡的安全性,本文研究了VPN和L2TP隧道技術的基本實現技術,并在現有L2TPV2協議非對稱工作模型的基礎上實現了向下兼容的支持對稱工作模型的L2TPV3協議,并對系統的功能和性能進行了測試和分析,測試結果顯示該實現方案能夠正常完成L2TPV3隧道的建立以及協議報文的收發,且系統性能穩定。
標簽: L2TPV3
上傳時間: 2013-10-31
上傳用戶:iven
1:文件說明: ExampleServlet.java 發信JAVA源文件 CSEmail.jar 發信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java 發到 WEB-INF/CLASSES/ CSEmail.jar 放到 web-inf/lib/ 3. 修改ExampleServlet.java 中 private String SERVLET_HTTP_PATH = "http://www.yourSite.com/servlet/ 把www.yourSite.com 改成你的網址 4運行: http://www.yourSite.com/servlet/ExampleServlet 填寫你的SMTP郵件服務器和發信端口,還有你在這個郵件服務器上的帳號(不正確發不出信)
標簽: ExampleServlet CSEmail java jar
上傳時間: 2015-01-12
上傳用戶:cx111111