搜索资源列表
小型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
pb9
- pb 识别系统 各类信息,包括提取硬盘id 网卡信息、主版id、md5加密 解密-pb to identify various types of information systems, including the extraction of the hard disk id card information, the main version of id, md5 encryption and decryption
5
- AES算法包含头文件实现函数及主函数只有代码-AES algorithm contains header files and the main function of the realization of function
main
- Vigenere加密法,使用c++寫成,希望能作為同好的參考,謝謝。-Vigenere encryption method, the use of c++ languages, would like to share as a reference, thank you.
F8
- 基于Kasumi的f8算法实现,其中有Kasumi完整算法代码,但无main函数-The f8 algorithm based on Kasumi, including Kasumi complete algorithm code, but no main function
main
- Haffman code. coding text message into binary code. No decoding. C-Haffman code. coding text message into binary code. No decoding. C++
MAIN.cpp
- DES Implementation C-DES Implementation C++
adsc
- 第一个是main.c,它是用来进行加密,产生EXE文件的 第二个是main2.c,它是用来解密的-The first is the main.c, it is used for encryption, resulting EXE file second is main2.c, it is used to decrypt
main.cpp
- Burrows–Wheeler transform with Karkkainen and Sanders algorithm
20090603
- Abstract Developing technologies in the field of network security. The main motive of this paper to instigate the fast developing cryptography researchers and to increase the security development in the field of information security. In this
sword
- Main Sword symmetrical stream cryptographic algorithm console implementation
openssl-0.9.8x.tar
- OpenSSL整个软件包大概可以分成三个主要的功能部分:密码算法库、SSL协议库以及应用程序,支持Linux、Windows、BSD、Mac、VMS等平台,Apache使用它加密HTTPS,OpenSSH使用它加密SSH-The whole OpenSSL package probably can be divided into three main parts: the cryptographic algorithm library, SSL protocol library and appl
MD5
- 这是根据百度百科对MD5算法的介绍和一些论文中的介绍开发的一个简单的MD5加密程序,程序的主体正确,但是在移位操作上有问题,大家下载后自己改正吧-This is based on the the Baidu Encyclopedia MD5 algorithm introduced and some paper introduced the development of a simple MD5 encryption program, the main body of the program i
DES
- 可以用于多位二进制数加密解密的DES算法,在main函数中给出了使用范例,使用者可以比较并且了解到DES的雪崩效应。-Can be used for a number of binary encryption and decryption of DES algorithm, using the example given in the main function, the user can compare and understand the avalanche effect of DES.
DES
- 用C实现DES算法,有MFC界面。主要实现字符串加密和字符加密。可以作为一个加密小软件-DES algorithm implemented in C, with MFC interface. The main achievement of the character string encryption and encryption. Encryption can be used as a small software
Aes
- 和之前DES算法一样。这是AES算法的实现,有MFC界面。主要是字符和字符串加密。可以作为加密小软件-And before the same DES algorithm. This is the AES algorithm with MFC interface. Main character and string encryption. Encryption software can be used as a small
md5
- C++实验的MD5算法。 主函数在text.cpp中。-C++ experiment MD5 algorithm. The main function of the text.cpp.
EncryptionUitl
- java 加密代码 有main方法 凭秘钥AES加密 解密-java encryption code
EMP
- 农药电子查询服务系统的破解,含源码:解释注册文件p3.xml,导出已注册机主系统盘的逻辑序列号,再改写本地机器的系统盘的逻辑序列号。--Crack of the pesticide electronic inquiry service system, including source code: p3.xml explain the registration documents and export the the RI main system disk logical serial numbe
jm
- 一,产生密钥(算法实现可参照文档后的<附件1>KeyGeN.asp) 与<附件1>不同的是,实际要求密钥存放在字符串接受方数据库表KeyPool中,表结构如下: 1,personalID{主码} 2,secret_key{密钥,数据类型最好用text,与实际代码密钥生成长度有关} 3,serverTime{密钥生成时间,用以检验密钥是否失效} 接受方发现密钥失效,则拒绝验证 二,字符串加密(算法实现可参照文档后的<附