搜索资源列表
EDcodetxt
- 文本文件的加密和解密程序,本人经过使用很实用.-text file encryption and decryption procedures, I read a very practical use.
RSAjiamijiemi
- 实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。
information-secrecy
- 对文本,音频和图片三种格式的文件进行加密解密其中只对文本进行了加密解密,使用了比较简单的凯撒移位算法,栅栏易位算法和置换算法 源代码: -secrecy
vc
- 利用c语言位运算进行文本文件加密解密,利于学习-Bit operations using c language for text file encryption and decryption
MD5newest
- MD5 VB实现的MD5加密器,可以加密文件和文本。-MD5 encryption of the MD5 implemented in VB
hash
- 这段代码对任意文件生成hash,并保留在txt文本中。-The code to generate the hash for any file, and retained in the txt text.
duichengsf
- C#对称算法的密钥生成,使用C#研究一下对称算法与密钥生成并保存成文件的问题,此程序中,密钥文件保存在DecryptFile.txt文本中,可以由此引深成加密、解密。 -C# symmetric key generation algorithm, using C# look symmetric algorithm and key generation and document preservation issues, this program, the key file is saved i
jiami
- pb写的文件md5加密与文本加解密小工具,里面的dll可供其他语言调用,绝对的源码-pb write a text file encryption and decryption md5 gadget inside dll call for other languages, the absolute source
HASH-list-code
- 很好的MFC下的哈希算法,能加密解密文本文件。-Good hash algorithm under MFC, can decrypt the encrypted text file.
数字签名实验
- 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