搜索资源列表
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
- md5的一个校验库,可以直接作为md5来校验文件或者字符串,大家喜欢的话多支持我-md5 checksum of a library, can be directly as the md5 to verify documents or strings, everyone likes more than to support my
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.
123
- 可以实现验证码与验证验证码,是JSP方面的源码!! -Can verify the authentication code and authentication code, the source area is the JSP! !
NormalFileDownloader_src
- 多线程文件下载器 显示在listbox里 轮询 从downloadlist.ini中获取要下载的文件,并且校验MD5,存储数据库,重复的不再下载-Multi-threaded file download device displayed in the listbox inside polling from downloadlist.ini get to download the file, and verify MD5, store databases, repeat no long
MD5
- 用md5验证文件的完整性,输入一个字符串通过md5算法得到这个md5验证码-Verify the integrity of the file with the md5, enter a string to get this through the md5 algorithm md5 code
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
- 任何的mac算法都可以使用标准的hash功能,比如MD5或者sha-1,这种情况下,强度取决于hash功能,和最后的结果的比特串。密匙是关键。-HMAC is a message authentication code (MAC) and can be used to verify the integrity and authentication of a message. It involves hashing a message with a secret key. As with any
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
FileMD5Test20121125030618
- 获取文件的MD5值,用于验证文件或数据的完整性,带有测试程序。-Get the MD5 value of the file used to verify the integrity of the file or data with the test procedures.
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
大文件MD5多线程 - 副本
- 同步文件夹,并且校验MD5。可以用来更新(Synchronize folders and verify MD5. Can be used to update)
5
- 运用MD5检查文件完整性,能够产生MD5码,并且选择自动或者手动验证完整性。(Using MD5 to check file integrity, you can generate MD5 codes, and choose to verify integrity automatically or manually.)