搜索资源列表
sign
- C#实现数字签名 /* 基于RSA的数字签名和验证C#源码 * (采用字符串作为参数)RSA_Demo3 * 运行环境:.net2.0 framework */
sha1
- 基于C语言的sha-160认证代码,提供文件哈希和字符串哈希,希望对大家有帮助-Sha-160 certification based on C language code, the file hash and string has
csharppafile
- C#加密、解密到文件的源代码,字符串加密程序,可将粘贴在里面的字符串加密到文件保存-C# encryption, decryption source code to a file, string encryption program can be pasted inside the string encryption to save the file
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
数字签名实验
- 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