搜索资源列表
小型CA系统.zip
- 前些天在网上看到了一些关于OPENSSL的介绍,觉得很有意思,于是做了一个程序,基本实现了数字证书的制作、SSL安全通讯、加解密操作等功能,秉承OPENSSL开放的原则,拿出来共享,主要实现写在了两个DLL中, The first days on-line saw some about the OPENSSL introduction, have thought very interestingly, thereupon has made a procedure, basically has
basMD5
- The code in basMD5.bas contains an implementation of the MD5 algorithm in VB6/VBA (zipped 6 kB). (VBA users should delete the first line with Attribute VB_Name in it.) This code is relatively slow. VB is not the best language to implement this algori
AES
- AES的基本要求是,采用对称分组密码体制。AES的加密数据块长度固定为128 比特,密钥长度则可以是128,192或256比特。AES加密有很多轮的重复和变换。大致步骤如下:1、密钥扩展(KeyExpansion)。2、初始轮(Initial Round)。3、重复轮(Rounds)。每一轮由四个不同的阶段组成,包括一个混淆和三个代换:字节代换(SubBytes)、行移位(ShiftRows)、列混淆(MixColumns)、轮密钥加(AddRoundKey)。4、最终轮(Final Round
watermarking
- CT based encryption 1. Open contourlet 5 and run aaa.m for image decomposition and for denoising 2. Open tsss and A_hidetext.m and set break point at line 109 and run 3. After selecting image ind text press F5 4. Now run H_finalextra
AES
- AES algorithm implemented in JAVA. The code generates AES Key, Encrypts and Decrypts. Its a command line code
RSAEuro-1.04.tar
- RSA等各种加密算法c代码.内部还包含符合386汇编码-RSA encryption algorithm c code. Interior also contains assembly code in line 386
AES02
- 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
makeCert
- 一般数字证书都是由openssl的命令行生成的,这里调用openssl库生成数字证书,需要在程序中生成证书的可以用到。-Digital certificates are generally the openssl command line generated here call the openssl library to generate a digital certificate, you need to generate a certificate that can be used in