资源列表
x509_cert
- 使用openssl库实现x509证书操作:创建、签发、签名、验证等-X509 certificate using openssl library implements: Create, issuance, signature verification
OPE-source-code
- Order preserving encryption algorithm implementation
SM2
- 国密标准算法SM2的C语言实现,基于Openssl源码提取和修改而成。-The C project of SM2 algorithm, based on openssl source code.
lyapunov_wolf
- 采用轨迹跟踪的方法来求解最大李雅普诺夫指数-Trajectory tracking method is adopted to solve the maximum lyapunov index
matrixssl-3-7-2-open
- MatrixSSL 是一种开源的嵌入式SSL协议栈-MatrixSSL- Open Source Embedded SSL and TLS
HMAC
- hmac code in matlab encryption
caisetuxiangjiamichengxv
- 采用了迭代混沌,Arnold算法,傅里叶变换加密,小波变换加密对彩色图像的加解密过程-Using iterative chaotic, Arnold algorithm to encrypt the Fourier transform, the wavelet transform color image encryption and decryption process
RSA-2048-SignVerifySign
- CA认证系统中使用最广泛的证书载体是USBKEY,国内各大产商一般是使用CSP服务来提供加解密服务。这个例子是2048位的RSA数字签名与验证签名,使用厂家自带的csp来实现(若下载者没有安装任何USBKEY的驱动,可将代码中的TEST_CSP_NAME宏改为NULL 即调用微软自带的csp),编译环境VC6.0。-CA authentication system is the most widely used carrier certificate in USBKEY, the major d
ENUM-CSP
- CSP全称是crypt service provider,是加密服务提供者,是通用的加解密接口。在CA认证系统中广泛使用着,本程序可以枚举当前系统中所有的csp种类(系统自带的和厂家的)建议使用者在未安装usbkey的时候先运行一遍,安装一个usbkey的驱动,然后再次运行此程序,将两个运行结果对比一下,就会发现其中的奥妙了-CSP full name is the crypt service provider, is encrypted service provider, is the gen
weijiniya
- 维吉尼亚加密解密算法 自己编写的非常有用 -weijiniaya this is a useful code
LSFR-rc4
- 伪随机数发生器LSFR及其在流加密RC4中的应用-LFSR pseudo-random number generator and its application in the RC4 stream cipher
SM2
- 国密标准sm2算法公开实例参考实现,源码公开,可供参考-SM2 function sample