搜索资源列表
Md5验证资源更改
- 让程序启动时用Md5的加密解密算法来验证本程序的资源是否被更改过。是一个完整的vc工程-allow commencement Md5 with the encryption and decryption algorithms to verify the procedures whether the resources were changed. It is a complete engineering vc
File-integrity-testing-procedures
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
MD5ArchiveValidator
- 一个命令行下的MD5校验工具 ,用法:MD5AV [-c] [-f<FolderName>] [-h] [-n<FileName>] [-o<OutputFolder>] [-r] [-v] [-x<FolderName]-MD5ArchiveValidator (MD5AV) is a utility to confirm the accurate storage of files through MD5 Checksums. For each fil
MD5
- 在VC环境下实现MD5 功能 并有验证结果,-In the VC environment to achieve and verify the MD5 function results,
MD5
- 网络md5加密验证 可以通过此类验证网络md5加密算法-Network encryption md5 authentication can verify that the network such md5 encryption algorithm
test_md5
- 计算任意字符串MD5散列值的程序,已经经过验证可用。-Calculation of arbitrary string MD5 hash value of the procedure, has been available to verify.
MD5_verify
- MD5加解密程序,从一个txt文本文件中读取全部字符,计算其Hash值得到512bit的信息摘要。然后输入私钥将其加密得到签名将此签名写到文本末尾,以原文件名存盘-MD5 encryption and decryption program
MD5
- MD5验证,基于公钥私钥加解密,用C编写,图形化界面-MD5 verify public key/private key
MD5huoquqi
- 用于获取所有文件的MD5码,适用于文件验证是否正版-All documents used to obtain the MD5 code for the file to verify genuine
HMAC_MD5
- 基于md5和sha1的HMAC程序。程序的功能是给定密钥计算任意长度的文件的HMAC值,验证一个文件的HMAC值是否是一个给定值。程序的使用接口不限,HMAC的计算和验证功能在一个单独的程序中实现-Based on the md5 and sha1 HMAC program. Program function is given key computing random length of the file HMAC value to verify a file s HMAC value is a
md5file
- 在文件尾添加16字节的MD5校验码用于网络或其它方式的发布,接收方收到文件后进行MD5验证,验证通过证明文件完整无误地接收-The end of the file, add the 16-byte MD5 checksum for the release of the network or otherwise, the recipient receives the file MD5 authentication to verify documents is complete and correc
md5
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m
md5
- The MD5 message-digest algorithm is a widely used cryptographic hash function producing a 128-bit (16-byte) hash value, typically expressed in text format as a 32 digit hexadecimal number. MD5 has been utilized in a wide variety of cryptographic appl
shenfenyanzheng
- 一个简单的身份验证程序 登录时利用MD5验证身份-A simple authentication program Using MD5 to verify the identity of the login time