码迷,mamicode.com
首页 >  
搜索关键字:加密解密 pki ca ssl    ( 12962个结果
IIS7 配置SSL 绑定主机头
IIS7下面默认HTTPS绑定是无法指定主机头的,我们可以通过手工修改IIS配置来实现主机头绑定。 首先停止IIS服务。 然后打开C:/Windows/system32/inetsrv/config/applicationHost.config 搜索你的站点名称找到类似下面的配置项,做相应修改: ....
分类:其他好文   时间:2014-07-22 23:10:55    阅读次数:359
cocos2dx加密解密资源
先加密游戏资源然后改cocos2dx底层代码,在读取的时候进行解密 1 unsigned char* CCFileUtils::getFileData(const char* pszFileName, const char* pszMode, unsigned long * pSize) 2 { 3...
分类:其他好文   时间:2014-05-01 15:38:50    阅读次数:285
循环查询sql带逗号(,)分隔的数据
select * from sys_role_list where id in (select c from (with test as (select roleid c from sys_role_info where id=1) select substr(t.ca,instr(t.ca,...
分类:数据库   时间:2014-05-01 02:34:49    阅读次数:670
github proxy
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:其他好文   时间:2014-04-30 01:13:49    阅读次数:507
《Apache之虚拟主机的配置》——RHEL6.3
1、安装httpd软件包:Yum install httpd2、启动apache服务:[root@redhat Desktop]# /etc/init.d/httpd startStarting httpd: [ OK ]3、安装mod-ssl软件包[root@redhat Desktop]# yu...
分类:其他好文   时间:2014-04-29 20:50:11    阅读次数:431
java进阶12 Base64 UrlBase64 Hex 加密 解密技术
java进阶12 Base64 UrlBase64 Hex 加密 解密技术
分类:编程语言   时间:2014-04-29 18:45:01    阅读次数:873
java 文件加密解密
1 package com.test; 2 3 import java.io.File; 4 import java.io.FileInputStream; 5 import java.io.FileOutputStream; 6 import java.io.InputStream...
分类:编程语言   时间:2014-04-29 11:35:47    阅读次数:520
PKI证书格式及转换
PKI证书格式及转换2013年10月29日17:47PKCS 全称是 Public-Key Cryptography Standards ,是由RSA 实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,PKCS 目前共发布过 15 个标准。 常用的有:PKCS#7 Cryptogra...
分类:其他好文   时间:2014-04-29 10:37:45    阅读次数:471
NULL
oracle认为 null 最大。 升序排列,默认情况下,null值排后面。 降序排序,默认情况下,null值排前面。(1)用nvl函数或decode函数将null转换为一特定值 替换null: nvl(arg,value)(2)用case语法将null转换为一特定值: order by (ca.....
分类:其他好文   时间:2014-04-28 01:06:19    阅读次数:554
checking for SSL headers... configure: error: Cannot find ssl headers
" checking for SSL headers... configure: error: Cannot find ssl headers"        原因是缺少openssl-devel,安装这个库就可以解决问题。 yum -y install openssl-devel...
分类:其他好文   时间:2014-04-27 21:32:05    阅读次数:283
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!