E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
EVP
POSIX定时器timer_create、timer_settime、timer_delete
初始化以及删除一个定时器分别对应如下三个函数:timer_create、timer_settime、timer_delete#includeinttimer_create(clockid_tclock_id,structsigevent*
evp
fickyou
·
2015-12-22 10:00
EVP
_DigestInit(3)源码解析
由于今天做密码学实验需要去验证HASH函数的单向属性和抗碰撞属性,设计了一个用暴力破解的方法来查看使用多长时间来打破这两种属性,需要编写C函数来调用openssl库函数中的digest方法,查看
EVP
_DigestInit
·
2015-12-09 12:24
init
研发经理日记(2)
6/7/2004
EVP
项目的本质是工程师的野心。张总让我启动这个项目的时候多半刚看过比尔.盖茨的《未来之路》。
·
2015-11-13 22:27
日记
研发经理日记(3)
6/10/2004 星期四 我花了几天天的时间,终于写完了
EVP
重构的指导性技术文件。想来也是受杨疾的影响。这些天,他经常到我办公室来,和我谈
EVP
系统构架的问题。
·
2015-11-13 22:26
日记
利用OPENSSL 实现MD5加密。
#include <stdio.h> #include "openssl/
evp
.h" #include "openssl/md5.h"
·
2015-11-12 14:07
OpenSSL
关于Access violation at address 0012F973错误
解决办法: AMD的64位处理器中采用了一种新型的
EVP
功能(增强型病毒防护)为我们从源头截断了病毒等恶意代码执行的可能。
·
2015-11-11 04:40
Access
OpenSSL之PKey的
EVP
封装
在Openssl中,非对称加密涉及到两个密钥。一个为公开的密钥(公钥),一个为非公开的密钥。而OpenSSL中非对称加密算法有RSA、DSA、ECC,他们的原理不同,因此其密钥结构不同。下面我们列出我们关心的密钥部分。 1)非对称算法密钥结构 OpenSSL中,生产密钥的算法通过以下几个函数 int RSA_generate_key_ex(RSA *rsa, int bits,
·
2015-11-08 14:55
OpenSSL
openssl AES加密以及padding
pchIn, int nInLen, unsigned char *ciphertext, int &ciphertext_len, unsigned char * pchKey) {
EVP
_CIPHER_CTX
·
2015-11-07 13:55
OpenSSL
[原]OpenSSL SSL连接初始化部分解析
分配并初始化SSL_CTX结构, 1 很重要的就是load cipher_list2 设置ssl_session timeout时间默认为7200秒3 初始化client_CA STACK4 初始化
EVP
_MD
·
2015-10-31 11:46
OpenSSL
[原]替换OpenSSL Engine为硬件加密卡之替换
EVP
_CIPHER结构
定义: static const
EVP
_CIPHER FMC_ENG_
evp
_cipher= {
·
2015-10-31 11:46
OpenSSL
openssl aes 加解密
/** AES encryption/decryption demo program using OpenSSL
EVP
apis gcc -Wall
·
2015-10-31 10:46
OpenSSL
openssl之BIO系列之23---MD类型的BIO
wzhah@263.net ,发布于:http://gdwzh.126.com之openssl专业论坛) 该类型为过滤(filter)类型BIO,其定义如下(openssl\bio.h,openssl\
evp
.h
xiaoting451292510
·
2015-07-02 17:00
OpenSSL
openssl之BIO系列之22---Cipher类型的BIO
wzhah@263.net ,发布于:http://gdwzh.126.com之openssl专业论坛) 该类型为过滤(filter)类型BIO,其定义如下(openssl\bio.h,openssl\
evp
.h
xiaoting451292510
·
2015-07-02 17:00
OpenSSL
openssl之
EVP
本文参考百度百科和http://blog.csdn.net/gdwzh/article/details/19231一,什么是openssl?SSL是一个缩写,代表的是SecureSocketsLayer。它是支持在Internet上进行安全通信的标准,并且将数据密码术集成到了协议之中。数据在离开您的计算机之前就已经被加密,然后只有到达它预定的目标后才被解密。证书和密码学算法支持了这一切的运转,使用
drrlalala
·
2015-06-26 17:10
openssl
openssl之
EVP
系列之13---
EVP
_Open系列函数介绍
openssl之
EVP
系列之13---
EVP
_Open系列函数介绍 ---根据openssldoc/crypto/
EVP
_OpenInit.pod翻译和自己的理解写成 (作者:DragonKing
xiaoting451292510
·
2015-06-26 14:00
OpenSSL
openssl之
EVP
系列之12---
EVP
_Seal系列函数介绍
openssl之
EVP
系列之12---
EVP
_Seal系列函数介绍 ---根据openssldoc/crypto/
EVP
_SealInit.pod翻译和自己的理解写成 (作者:DragonKing
xiaoting451292510
·
2015-06-26 14:00
OpenSSL
openssl之
EVP
系列之11---
EVP
_Verify系列函数介绍
openssl之
EVP
系列之11---
EVP
_Verify系列函数介绍 ---根据openssldoc/crypto/
EVP
_VerifyInit.pod翻译和自己的理解写成 (作者:DragonKing
xiaoting451292510
·
2015-06-26 14:00
OpenSSL
openssl之
EVP
系列之10---
EVP
_Sign系列函数介绍
openssl之
EVP
系列之10---
EVP
_Sign系列函数介绍 ---根据openssldoc/crypto/
EVP
_SignInit.pod翻译 (作者:DragonKing,Mail
xiaoting451292510
·
2015-06-26 14:00
OpenSSL
openssl之
EVP
系列之9---
EVP
_Digest系列函数的一个例子
openssl之
EVP
系列之9---
EVP
_Digest系列函数的一个例子 ---根据openssldoc/crypto/
EVP
_DigestInit.pod翻译 (作者:DragonKing
xiaoting451292510
·
2015-06-26 14:00
OpenSSL
openssl之
EVP
系列之8---
EVP
_Digest系列函数详解
openssl之
EVP
系列之8---
EVP
_Digest系列函数详解 ---根据openssldoc/crypto/
EVP
_DigestInit.pod翻译和自己的理解写成 (作者:DragonKing
xiaoting451292510
·
2015-06-26 14:00
OpenSSL
openssl之
EVP
系列之7---信息摘要算法结构概述
openssl之
EVP
系列之7---信息摘要算法结构概述 ---根据openssldoc/crypto/
EVP
_DigestInit.pod翻译和自己的理解写成 (作者:DragonKing
xiaoting451292510
·
2015-06-26 14:00
OpenSSL
openssl之
EVP
系列之6---
EVP
_Encrypt系列函数编程架构及例子
openssl之
EVP
系列之6---
EVP
_Encrypt系列函数编程架构及例子 ---根据openssldoc/crypto/
EVP
_EncryptInit.pod和doc/ssleay.txtcipher.doc
xiaoting451292510
·
2015-06-26 14:00
OpenSSL
openssl之
EVP
系列之5---
EVP
_Encrypt系列函数详解(二)
openssl之
EVP
系列之5---
EVP
_Encrypt系列函数详解(二) ---根据openssldoc/crypto/
EVP
_EncryptInit.pod和doc/ssleay.txtcipher.doc
xiaoting451292510
·
2015-06-26 14:00
OpenSSL
openssl之
EVP
系列之4---
EVP
_Encrypt系列函数详解(一)
openssl之
EVP
系列之4---
EVP
_Encrypt系列函数详解(一) ---根据openssldoc/crypto/
EVP
_EncryptInit.pod和doc/ssleay.txtcipher.doc
xiaoting451292510
·
2015-06-26 14:00
OpenSSL
openssl之
EVP
系列之3---
EVP
_Encrypt支持的对称加密算法列表
openssl之
EVP
系列之3---
EVP
_Encrypt支持的对称加密算法列表 ---根据openssldoc/crypto/
EVP
_EncryptInit.pod和doc/ssleay.txtcipher.doc
xiaoting451292510
·
2015-06-26 13:00
OpenSSL
openssl之
EVP
系列之2---对称加密算法概述
openssl之
EVP
系列之2---对称加密算法概述 ---根据openssldoc/crypto/
EVP
_EncryptInit.pod和doc/ssleay.txtcipher.doc部分翻译和自己的理解写成
xiaoting451292510
·
2015-06-26 13:00
OpenSSL
openssl之
EVP
系列之1---算法封装
openssl之
EVP
系列之1---算法封装 ---根据openssldoc/crypto/
EVP
.pod翻译和自己的理解写成 (作者:DragonKing,Mail:wzhah@263.net
xiaoting451292510
·
2015-06-26 13:00
OpenSSL
Linux学习笔记(05-25)定时器接口
(1)创建一个定时器:inttimer_create(clockid_tclock_id,structsigevent*
evp
,timer_t*timerid) 进程可以通过调用timer
s651665496
·
2015-05-25 16:00
无法解析的外部符号
EVP
_EncryptFinal_ex
无法解析的外部符号
EVP
_EncryptFinal_ex原因是缺少对应版本的Lib;Win32下编译是没有问题的,但平台配置为x64的就不行了。需要引用对应的64位的Lib.
testcs_dn
·
2015-05-23 16:00
解析
配置
编译
平台
ex
OpenSSL 相关
x2on/OpenSSL-for-iPhoneOpenSSL添加到工程(偷懒,不编译),可参考:https://github.com/krzyzanowskim/OpenSSLopenssl高层次封装
evp
trandy
·
2015-03-30 20:00
openssl/
evp
.h: No such file or directory
openssl/
evp
.h:Nosuchfileordirectorysudoapt-getupdatesudoapt-getinstalllibssl-devfromhttp://stackoverflow.com
BruceLinxu
·
2015-02-23 23:00
POSIX:TMR间隔定时器
1、inttimer_create(clockid_tclock_id,structsigevent*
evp
,timer_t*timerid) 进程可以通过调用timer_create()创建特定的定时器
ostar_liang
·
2014-07-29 17:00
定时器
timer_create
timer_settime
timer_delete
timer_gettime
openssl 之
EVP
系列 PART III(14~20)
openssl之
EVP
系列之14---
EVP
_Encode系列函数介绍根据自己的理解写成(作者:DragonKing,Mail:wzhah@263.net,发布于:http://openssl.126
zhangmiaoping23
·
2014-04-29 16:00
openssl 之
EVP
系列 PART II(6~13)
openssl之
EVP
系列之6---
EVP
_Encrypt系列函数编程架构及例子 ---根据openssldoc\crypto\
EVP
_EncryptInit.pod和doc\ssleay.txtcipher.doc
zhangmiaoping23
·
2014-04-29 16:00
openssl 之
EVP
系列 PART I(1~6)
openssl之
EVP
系列之1---算法封装 ---根据openssldoc\crypto\
EVP
.pod翻译和自己的理解写成 (作者:DragonKing,Mail:wzhah@263
zhangmiaoping23
·
2014-04-29 16:00
openssl -
EVP
之对称加密篇
该部分主要用到了
EVP
_CIPHER和
EVP
_CIPHER_CTX两个数据结构。
zhangmiaoping23
·
2014-04-29 15:00
openssl对数组加密解密的完整实现代码-
#include #include #include"openssl/
evp
.h" #include"openssl/x509.h" staticvoiddisp(void*pbuf,intsize
xueyushenzhou
·
2014-04-09 17:00
openssl 加密文件的完整实现代码
#include #include #include"openssl/
evp
.h" #include"openssl/x509.h" //加密函数 intEncrypt_File() { unsignedcharkey
xueyushenzhou
·
2014-04-09 17:00
用openssl的
evp
进行base64编解码 C++
使用openssl的
evp
进行base64编解码有2种方式:第一种:#include"openssl/
evp
.h" #include"string" /************************
zmldndx
·
2014-03-17 17:00
使用openssl中的
EVP
通用加密算法接口的之--hash散列运算测试例子
/********************************************************************* *Author :Samson *Date :01/22/2014 *Testplatform: * 3.6.10-4.fc18.i686.PAE * GNUbash,version4.2.39 ***
yygydjkthh
·
2014-01-22 17:00
MD5
hash
OpenSSL
散列运算
使用openssl中的
EVP
通用加密算法接口的之--解密测试例子
/********************************************************************* *Author :Samson *Date :01/22/2014 *Testplatform: * 3.6.10-4.fc18.i686.PAE * GNUbash,version4.2.39 ***
yygydjkthh
·
2014-01-22 16:00
AES_128_CBC
对称解密
使用openssl中的
EVP
通用加密算法接口之--加密测试例子
/********************************************************************* *Author :Samson *Date :01/22/2014 *Testplatform: * 3.6.10-4.fc18.i686.PAE * GNUbash,version4.2.39 ***
yygydjkthh
·
2014-01-22 16:00
对称加密
OpenSSL加密
OpenSSL库的RSA使用(下)-rsa函数方式
本文上接:OpenSSL库的RSA使用(上)-
EVP
方式,URL:http://blog.csdn.net/fenghaibo00/article/details/172483813 RSA函数方式
fenghaibo00
·
2013-12-10 19:00
加密
问题
rsa
encryption
OpenSSL
OpenSSL库的RSA使用(上)-
EVP
方式
1 RSA加解密方式介绍使用OpenSSL的RSA方式加解密有两种方式,一种是使用
EVP
系列函数,这些函数提供了对底层加解密函数的封装;另外一种是直接使用RSA相关的函数进行加解密操作。
fenghaibo00
·
2013-12-10 18:00
代码
rsa
测试
示例
应用
OpenSSL
linux下HMAC函数
#include#include#include#include#include"string.h"#include unsignedchar*HMAC(constEVP_MD*
evp
_md,constvoid
zhaozhanyong
·
2013-11-06 16:00
c程序彩色输出导致aes加解密失败
033[31m"+str+"\033[0m";}stringyellow(conststringstr){ return"\033[33m"+str+"\033[0m";}后来,查文档发现如下说明:
EVP
_De
邓Kavin
·
2013-10-24 17:00
彩色、输出、加密、解密、aes
OpenSSL之PKey的
EVP
封装
在Openssl中,非对称加密涉及到两个密钥。一个为公开的密钥(公钥),一个为非公开的密钥。而OpenSSL中非对称加密算法有RSA、DSA、ECC,他们的原理不同,因此其密钥结构不同。下面我们列出我们关心的密钥部分。1)非对称算法密钥结构OpenSSL中,生产密钥的算法通过以下几个函数intRSA_generate_key_ex(RSA*rsa,intbits,BIGNUM*e,BN_GENCB
kkxgx
·
2013-08-15 22:00
rsa
OpenSSL
EVP_PKEY
使用openssl库
EVP
编程计算sha256值
参考sha256t.c #include #include #include #include #include staticchar*s1="abc"; staticchar*s2="abcdbcde""cdefdefg""efghfghi""ghijhijk" "ijkljklm""klmnlmno""mnopnopq"; staticunsignedcharapp
zahuopuboss
·
2013-07-30 16:00
OpenSSL
SHA256
使用openssl库
EVP
编程计算sha1值
参考sha1test.c #include #include #include #include #include staticchar*test[]={ "abc", "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", NULL, }; staticchar*ret[]={ "a9993e364
zahuopuboss
·
2013-07-30 14:00
OpenSSL
SHA1
使用openssl库
EVP
编程计算md5值
参考openssl中的md5test.c #include #include #include #include #include #include staticchar*test[]={ "", "a", "abc", "messagedigest", "abcdefghijklmnopqrstuvwxyz", "ABCDEFGHIJKLMNOPQRSTUVWXY
zahuopuboss
·
2013-07-30 13:00
MD5
OpenSSL
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他