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
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
??
1.编写头文件
#define
_CRT_SECURE_NO_WARNINGS
//#pragmawarning(disable:4996)
#include
#include
#include
struct
CString
{
char *p;
//保存字符串首地址
i...
分类:
编程语言 时间:
2014-08-03 23:27:26
阅读次数:
557
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
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
1. 导出证书 以上操作会在当前目录产生文件:ssodemo.crt(需要用到的文件请看CAS服务端配置那篇文章)2. 客户端导入证书 以上操作会在jdk安装目录jre\lib\security下产生文件:cacerts 注意:多台电脑要重复以上操作,每个jdk都要导入这个文件 另一种导...
分类:
其他好文 时间:
2014-08-01 15:23:42
阅读次数:
217
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//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
F-Secure在2013下半年威胁研究报告中称,Android手机恶意软件占所有手机恶意软件的97%,比2012年的79%上升了18%,仅从这些数据来看,就知道Android用户的安全环境是多么糟糕。解决这些问题,需要开发者对自己的APK做好安全保护,防止被恶意篡改、二次打包及盗版。
下面小编就接着分享一下APK高级保护的第二种方法——文件夹混淆
文件夹混淆主要指的是利用Windows,Linux,Android 三个系统环境下的文件夹名的特殊性来对源码文件夹进行混淆,让混淆后的文件夹在Window看起...
分类:
其他好文 时间:
2014-07-31 17:05:57
阅读次数:
254
??
安装Apach
配置ApacheRuntime
下面的过程中一直点击next
配置CGI,放开配置:AddHandler
cgi-script .cgi
2.添加Option,截图
3.编写CGI代码如下:
#define
_CRT_SECURE_NO_WARNINGS
//取消安全检查
#...
分类:
编程语言 时间:
2014-07-31 03:02:15
阅读次数:
430