搜索资源列表
TinyCA2
- MiniCA减肥修正版 大部分源码来自王雪松的原作以及OpenSSL。(文件名基本保持原样,和USBKEY没有任何关系。) -Most weight loss MiniCA amended version of the original source from Xuesong and OpenSSL. (File name basically remain as it is, and has nothing to do USBKEY.)
mMD5
- mMD5.c * example for illustrating how to open a file from MATLAB * and perform an MD5 checksum. * * takes a file name and no return values. Matlab6p5 version and VC6++ * Reference: MD5 in C by Tian-tai Huynh
Kodzik
- It is a program to encrypt files of any type of content by overwriting its contents. The program uses the XOR cipher. File after the encoding operation continues under the current name. A program written using Delphi.- It is a program to encrypt
数字签名实验
- DSA签名程序和DSA验证程序。 签名程序流程: a. 读入字符串(从屏幕或文本文件中),字符串内容应包含自己的学号或姓名; b. 计算该字符串的SHA-1值; c. 生成DSA密钥对(利用dsa_make_key); d. 利用dsa_export函数导出所生成的DSA密钥对的公钥,并保存到文件中(dsa_key.pub),供验证程序使用; e. 对第2步产生的SHA-1值进行签名,保存签名到文件中(signature.txt)(DSA signatures and DSA val