搜索资源列表
信息摘要算法示例
- MD5/SHA-1摘要生成算法-MD5/SHA-1 Abstract Algorithm
市场营销战略内容摘要
- 市场营销战略内容摘要-marketing strategy Abstract
数字签名系统
- 生成公钥和私钥用于加密。采用md5和sha-1摘要算法。加密使用rsa算法
MD5 报文摘要算法
- MD5 报文摘要算法的rfc
信息摘要算法示例
- MD5/SHA-1摘要生成算法-MD5/SHA-1 Abstract Algorithm
市场营销战略内容摘要
- 市场营销战略内容摘要-marketing strategy Abstract
MD5demo
- MD消息摘要程序,MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。-MD news summary procedures, MD5 to 512 groups to deal with the importation of information and each group was divided in
DCipher_Demo
- 对文件进行加解密的程序,可以计算文件摘要,并生成密钥,对文件进行加密和解密.-File encryption and decryption procedures, can calculate the document summaries, and generate the key, to encrypt and decrypt files.
nilsimsa
- 生成文本摘要,用来标示此文本 生成的摘要可用来比较文件的相似性-Generating text summaries, used to mark the text to generate a summary document can be used to compare the similarity
20040810426
- MFC下写个MD5和SHA1文件摘要应用程序,不限文件大小-Under the MFC write a summary of MD5 and SHA1 file applications, not limited to file size
code
- 应用公钥加密体制的代表算法RSA 应用对称加密算法DES 应用散列算法MD5计算消息摘要 数字签名并验证-Application of public key encryption system RSA algorithm application on behalf of a symmetric encryption algorithm MD5 hash algorithm DES application calculated
MD5
- 数字摘要算法md5的实现,可以直接进行摘要演示-Digital realization of md5 digest algorithm, you can direct demonstration Abstract
RSA
- 若要使用公钥系统对消息进行数字签名,发送方先向该消息应用哈希函数以创建消息摘要。然后,发送方用自己的私钥对消息摘要进行加密,以创建发送方的个人签名。在收到消息和签名后,接收方使用发送方的公钥解密该签名,以恢复消息摘要,并使用发送方所用的同一哈希算法对该消息进行哈希运算。如果接收方计算的消息摘要与从发送方收到的消息摘要完 全匹配,则接收方可以假定消息在传输中未被更改。请注意,因为发送方的公钥是公共知识, 所以任何人都可以验证签名。
Md5Code
- MD5校验和计算小程序。C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -MD5 checksum calculation applet. C to prepare and achieve string summary document contai
sha256
- sha256摘要实现软件,实现简单的sha256文件和文本摘要-Abstract software sha256, sha256 simple text documents and a summary
MD5
- md5哈希算法源码,摘要信息、摘要消息的长度256,摘要为16-md5 hash algorithm source code
MD5-VC6
- 本程序实现了MD5消息摘要算法对输入的文字或选择的文件进行消息摘要.-This program implements MD5 message digest algorithm to input text or select a file message digest
java
- 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption
wenben
- 从内容性质的文本中摘取一段中心出来,作为该文章的摘要-Nature of the text from the content extracted from a center, as a summary of the article
TextSim
- 一个启发式方法(抽取式,类似pagerank)的文本摘要任务的实现(Implementation of a text summarization based on extraction method)