远程登录服务器后打开注册表编辑器,点开HKEY-LOCAL-MACHINE,SYSTEM,CURRENTCONTROLSET下的Control 找到SecurityProviders下的SCHANNEL,右键展开找到Protocols,对其右键点导出 导出注册表文件,文件名可任意输入,点保存 在任意磁盘下新建记事本TLS1.2,并输入以下代码后保存 Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentCont
string con, sql; con = "Server=192.168.31.26;Database=TestDB;user=kala;pwd=Password"; sql = "select * from testTable"; SqlConnection mycon = new SqlConnection(con); mycon.Open(); SqlDataAdapter myda = new SqlDataAdapter(sql, con); Data
2018 年的文章, Using deep neural networks to hunt malicious TLS certificates from:https://techxplore.com/news/2018-10-deep-neural-networks-malicious-tls.html 使用LSTM对恶意证书进行分类,准确率94% 下面是介绍. Moreover, encryption can give online users a false sense of securi