CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - rfc

搜索资源列表

  1. md5

    0下载:
  2. MD5 Source Code This optimized MD5 implementation conforms to RFC 1321
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2957
    • 提供者:linz
  1. MD5Proj

    0下载:
  2. MD5算法的C++版本,从RFC文档中移植出来
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:69646
    • 提供者:zzq
  1. fips-198a

    0下载:
  2. This standard describes a keyed-hash message authentication code (HMAC), a mechanism for message authentication using cryptographic hash functions. HMAC can be used with any iterative Approved cryptographic hash function, in combination with a
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:122405
    • 提供者:leiuchan
  1. rc5-cts_std

    0下载:
  2. rc5-cts 模式的实现源码,与RFC中的实有所不同-RC5 - ctc-source model of achievement, and the RFC is different
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:12881
    • 提供者:zhou
  1. sha1.rar

    0下载:
  2. 纯c语言写的。这是RFC官方网站上sha1算法,标准通用的。 ,Written in pure c language. This is the RFC algorithm sha1 official website, the standard generic.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:5937
    • 提供者:
  1. md5source

    0下载:
  2. MD5算法的相关资料,包括王晓云教授的报告和RFC标准文档-MD5 algorithm for relevant information, including the report of Professor Wang Xiaoyun and RFC standards documents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:344683
    • 提供者:jackli
  1. Md5Code

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: M
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:87919
    • 提供者:Alabama
  1. Md5Code

    0下载:
  2. C++编写的MD5加密算法校验并计算的一个实例,DOS提示窗模式,主要功能实现了字符串摘要、文件摘要功能。   Md5.cpp是算法的核心代码,来自rfc-1321 ;Main.cpp是主窗口程序。在命令提示符窗口中输入你要进行MD5运算的字符串,程序会计算出对应的MD5加密字串。-C++ to prepare the MD5 checksum encryption algorithm and an example of the calculation, DOS prompt window
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:87991
    • 提供者:Leviathan
  1. md5

    0下载:
  2. MD5 A Javascr ipt implementation of the RSA Data Security, Inc. MD5 Message Digest Algorithm, as defined in RFC 1321. Version 2.1 Copyright (C) Paul Johnston 1999 - 2002.-MD5 A Javascr ipt implementation of the RSA Data Security, Inc. MD5 Mes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:2919
    • 提供者:Teee
  1. cmd5

    0下载:
  2. MD5加密,已经封装成一个C++类,只要调用该类就可方便使用-This C++ class serves as a wrapper for the Message Digest 5 code described in the Internet RFC 1321.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:14448
    • 提供者:Waxgin
  1. Downloads

    1下载:
  2. RFC 2104 的 SHA1 HMAC 标准库-SHA1 HMAC
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:5649
    • 提供者:zhang
  1. sha1

    0下载:
  2. Freeware implementation of the Secure Hashing Standard, defined in FIPS PUB 180-1, defines the Secure Hashing Algorithm (SHA-1). SHA-1 can be used to produce a message digest for a given message. Essentially, this is a 160-bit number that represents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:10161
    • 提供者:enropin
  1. Md5132

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -Written in C for string Summary, Summary of the two functions. Which mainly contains three files: Md5.cpp, Md5.h, Main.cpp. One Md
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:88055
    • 提供者:zaoge
  1. md5

    0下载:
  2. MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的散列算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。这里是C语言的具体实现-he MD5 Message-Digest Algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. Specified in RF
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:80146
    • 提供者:周笑
  1. md5

    0下载:
  2. Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and RSA Data Security Inc. April 1992)-Message Digest Algorithm MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:1864
    • 提供者:lj
  1. md5

    0下载:
  2. A Actionscr ipt implementation of the RSA Data Security, Inc. MD5 Message Digest Algorithm, as defined in RFC 1321.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:24603
    • 提供者:Sad Sdaf
  1. FastMD5

    0下载:
  2. The MD5 message-digest algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. Specified in RFC 1321, MD5 has been utilized in a wide variety of security applications, and is also commonly used to check da
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:168129
    • 提供者:Guru
搜珍网 www.dssz.com