public function encrypt($str) { //$str = "hh"; $key = "key:123";//密钥 $cipher = MCRYPT_DES; $models ...
分类:
Web程序 时间:
2015-05-14 06:10:16
阅读次数:
481
http://blog.ppsql.net/post-1870.html class?aes?{
static?public?$mode?=?MCRYPT_MODE_NOFB;
static?public?function?generateKey($length=32)?{
if?(!in_array($length,array(16,24,32)))
...
分类:
Web程序 时间:
2015-05-12 13:49:48
阅读次数:
137
lnmp依赖包安装yum -y install gcc automake autoconf libtool makeyum install gcc gcc-c++yum -y install libmcrypt-devel
#lnmp依赖包安装
yum -y install gcc automake autoconf libtool make
yum install gcc gcc-c+...
分类:
其他好文 时间:
2015-05-11 22:02:28
阅读次数:
131
wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz安装: 66 tar -zxvf libmcrypt-2.5.7.tar.gz 67 cd libmcrypt-2.5.7 68 m...
分类:
Web程序 时间:
2015-05-11 21:39:08
阅读次数:
135
1 PHP简介
PHP(PHP: Hypertext Preprocessor的缩写,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
2 下载地址
1)libmcrpyt
ftp://mcrypt.hellug.gr/pu...
分类:
Web程序 时间:
2015-05-08 16:41:03
阅读次数:
144
yum install httpd httpd-devel mysql mysql-server mysql-devel php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml把server.crt及serv...
分类:
Web程序 时间:
2015-05-07 12:10:11
阅读次数:
159
1. 安装依赖库yum -y install gcc automake autoconf libtool makeyum -y install gcc-c++ glibcyum -y install libmcrypt-devel mhash-devel libxslt-devel \libjpeg...
分类:
Web程序 时间:
2015-05-04 19:55:30
阅读次数:
142
编译安装php-5.4.40场景一:php编译为httpd的模块;编译安装httpd-2.4:apr,apr-utilhttpd-2.4mariadb-5.5.42注意:不用使用5.5.40除非自己去打补丁;与php结合会有问题;安装php:额外安装:libxml2-devel,libmcrypt-devel,bzip-devel方法一:我挂载的是CentOS-6.6-x86_64-bin-DV..
分类:
Web程序 时间:
2015-05-03 19:08:20
阅读次数:
522
报错内容:configure: error: mcrypt.h not found. Please reinstall libmcrypt网上搜索了很多,包括自带的 yum install libmcrypt libmcrypt-devel,这个是没有效果的。去SourceForget下载lhttp...
分类:
Web程序 时间:
2015-04-30 15:38:01
阅读次数:
273
class?aes_mcrypt?{
????private?$hex_iv?=?‘00000000000000000000000000000000‘;?#?converted?JAVA?byte?code?in?to?HEX?and?placed?it?here
????function?__construct($key)?{
??...
分类:
Web程序 时间:
2015-04-24 17:03:28
阅读次数:
207