码迷,mamicode.com
首页 >  
搜索关键字:对称加密 非对称加密 openssl    ( 5140个结果
Windows下openssl的下载安装和使用
Windows下openssl的下载安装和使用安装openssl有两种方式,第一种直接下载安装包,装上就可运行;第二种可以自己下载源码,自己编译。下面对两种方式均进行详细描述。一、下载和安装openss 方法一:直接使用openssl安装包Window的openssl的安装包的下载地址为:http:...
分类:Windows程序   时间:2014-11-19 23:44:08    阅读次数:920
bind9+mysql dlz(Dynamically Loadable Zones)
yum install openssl openssl-develgroupadd mysqluseradd -g mysql -s /sbin/nologin -M mysqlchown -R mysql:mysql /usr/local/mysql./configure --prefix=/us...
分类:数据库   时间:2014-11-19 18:25:42    阅读次数:192
基于Nginx的Rtmp流媒体服务器环境搭建
一、编译安装wget http://nginx.org/download/nginx-1.4.2.tar.gzwget https://github.com/arut/nginx-rtmp-module/archive/master.zip安装Nginx需要安装 pcre、openssl库CentO...
分类:其他好文   时间:2014-11-19 17:54:30    阅读次数:276
RSA非对称加密Java实现
原文加密基础方法类 1 import java.security.MessageDigest; 2 import sun.misc.BASE64Decoder; 3 import sun.misc.BASE64Encoder; 4 public class SecurityBase { 5 ...
分类:编程语言   时间:2014-11-19 17:48:41    阅读次数:276
ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library
ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library 需要安装pcre包。 sudo apt-get update sudo apt-get install libpcre3 libpcre3-dev 你可能还需要安装 sudo apt-get install openssl libssl...
分类:Web程序   时间:2014-11-19 12:43:59    阅读次数:180
解决Cocos2d-x3.0、3.1 "_opendir$INODE64"symbol(s) not found错误
升级系统和XCode后,在IOS8上编译之前的项目会报如下错误: Undefined symbols for architecture x86_64: "_opendir$INODE64", referenced from: _OPENSSL_DIR_read in libcocos2dx iOS.a(o_dir.o) "_readdir$INODE64", referenc...
分类:其他好文   时间:2014-11-19 12:42:26    阅读次数:208
tengine2+mysql-5.6+php5.5 Linux 服务器环境架构
升级所需要的库sudo -sLANG=Cyum install -y wget gcc gcc-c++ openssl* curl curl-devel libxml2 libxml2-devel glibc glibc-devel glib2 glib2-devel gd gd2 gd-devel...
分类:数据库   时间:2014-11-19 07:09:58    阅读次数:285
nginx使用ssl模块配置HTTPS支持
默认情况下ssl模块并未被安装,如果要使用该模块则需要在编译时指定–with-http_ssl_module参数,安装模块依赖于OpenSSL库和一些引用文件,通常这些文件并不在同一个软件包中。通常这个文件名类似libssl-dev。生成证书可以通过以下步骤生成一个简单的证书:首先,进入你想创建证书...
分类:Web程序   时间:2014-11-19 00:12:15    阅读次数:211
centOS6 php 编译 imap 模块
php 编译 c-client imap 客户端.下载地址 http://www.washington.edu/imap/mirrors.html 第一步,编译 c-client 官方文档说到底有点坑,编译报错 “错误:x509v3.h:没有那个文件或目录”,搜了下论坛,使用下面的命令编译通过  make slx SSLINCLUDE=/usr/include/openssl/   EX...
分类:Web程序   时间:2014-11-17 22:54:12    阅读次数:197
java.net.Decoder 配合java.net.Encoder使用解决url参数中文乱码问题【2014-11-17】
1、解码规则 //解释一下:解码规则对应着编码规则,类似对称加密算法 //解码规则:1、数字和字母保持原样;                       2、“.”、“-”、"_"、"*"保持原样;“+”号解码为“ ”(空一格字符串);                       3、%xy根据解码编码进行解码; 2、解码方法 //解释一下:解码方法和编码方法差不多...
分类:编程语言   时间:2014-11-17 17:55:28    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!