码迷,mamicode.com
首页 >  
搜索关键字:secure crt    ( 3945个结果
Internet protocol security (ipsec) packet processing for multiple clients sharing a single network address
Embodiments of the present invention address deficiencies of the art in respect to secure communications for multiple hosts in an address translation ...
分类:Web程序   时间:2014-08-05 02:54:48    阅读次数:381
SSH Secure Shell Client--- the host may be dow
the host may be down,or there may be a problem with the network connection.Sometimes such problems can also be caused by a misconfigured firewall.遇到这样...
分类:其他好文   时间:2014-08-05 00:19:28    阅读次数:454
c语言中字符串操作的工具类
?? 1.编写头文件 #define _CRT_SECURE_NO_WARNINGS //#pragmawarning(disable:4996) #include #include #include   struct CString {     char *p;        //保存字符串首地址     i...
分类:编程语言   时间:2014-08-03 23:27:26    阅读次数:557
Method and system for public-key-based secure authentication to distributed legacy applications
A method, a system, an apparatus, and a computer program product are presented for an authentication process. A host application or system within a di...
分类:移动开发   时间:2014-08-03 20:20:35    阅读次数:453
nginx 反向代理apache服务器 配置java与PHP共存环境
listen 80; listen 443; ssl on; ssl_certificate /passport.crt; ssl_certificate_key /passport.key; ssl_session_timeout 5m; server_name lo...
分类:编程语言   时间:2014-08-03 12:32:55    阅读次数:348
CAS客户端配置
1. 导出证书 以上操作会在当前目录产生文件:ssodemo.crt(需要用到的文件请看CAS服务端配置那篇文章)2. 客户端导入证书 以上操作会在jdk安装目录jre\lib\security下产生文件:cacerts 注意:多台电脑要重复以上操作,每个jdk都要导入这个文件 另一种导...
分类:其他好文   时间:2014-08-01 15:23:42    阅读次数:217
IIS上架设https网站证书处理备忘
1. 免费SSL证书申请https://www.startssl.com教程:http://hxs.fd.fj.cn/?action=show&id=132. 证书转换申请到的证书有两个关键文件(适用于openssl文本格式), xxx.key & xxx.crt,要在IIS上安装需要转换成pfx格...
分类:Web程序   时间:2014-08-01 10:47:01    阅读次数:197
php常用函数
<?php//setcookie(name,value,expire,path,domain,secure):函数向客户端发送一个HTTPcookie。//domain:可选,规定cookie的域名//secure:可选规定是否通过安全的https链接来传输cookie//setrawcookie(name,value,expire,path,secure):函数不对cookie进行URL编码,发送一个H..
分类:Web程序   时间:2014-08-01 07:01:21    阅读次数:252
分享:APK高级保护方法解析(二)
F-Secure在2013下半年威胁研究报告中称,Android手机恶意软件占所有手机恶意软件的97%,比2012年的79%上升了18%,仅从这些数据来看,就知道Android用户的安全环境是多么糟糕。解决这些问题,需要开发者对自己的APK做好安全保护,防止被恶意篡改、二次打包及盗版。 下面小编就接着分享一下APK高级保护的第二种方法——文件夹混淆 文件夹混淆主要指的是利用Windows,Linux,Android 三个系统环境下的文件夹名的特殊性来对源码文件夹进行混淆,让混淆后的文件夹在Window看起...
分类:其他好文   时间:2014-07-31 17:05:57    阅读次数:254
C语言进行网站开发之cgi
?? 安装Apach 配置ApacheRuntime 下面的过程中一直点击next 配置CGI,放开配置:AddHandler cgi-script .cgi 2.添加Option,截图 3.编写CGI代码如下: #define _CRT_SECURE_NO_WARNINGS  //取消安全检查 #...
分类:编程语言   时间:2014-07-31 03:02:15    阅读次数:430
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!