搜索资源列表

  1. kenel_crypto

    0下载:
  2. 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,tw
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:139861
    • 提供者:xf
  1. rat-4.2.25.tar

    0下载:
  2. Linux下的voip通信終端軟件,common目綠為多媒體開發包,主要提供內存mbus,md5,hmac,網絡接口方面的函數.rat為主要的函數集.-under Linux software voip communication terminals, common green head for multimedia development kits, main memory to provide legal, md5, hmac, n
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:726326
    • 提供者:張智
  1. Library_of_Cryptographic

    0下载:
  2. a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:388055
    • 提供者:刘永
  1. hMacSha1

    0下载:
  2. 软件实现SHA1的HMAC算法,因为MD5已经被破解,所以就直接不上传了-software SHA1 the HMAC algorithms, as MD5 has been solved, so they do not directly uploaded
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3280
    • 提供者:高志权
  1. common-1.2.16.tar

    0下载:
  2. The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on W
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:247163
    • 提供者:宫圣喜
  1. common101

    0下载:
  2. The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on W
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:305088
    • 提供者:王毅
  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 func
  3. 所属分类:加密解密

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

    0下载:
  2. C# MD5, 先进性md5加密,再生成字符串。-C# MD5, advanced md5 encrypted, and generate the string.
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:侯兴龙
  1. sha256_encrypt

    0下载:
  2. SHA 256 加密算法,比 MD5 更好的算法更好的算法,希望对大家有帮助-SHA 256 encryption algorithm, better than the MD5 algorithm better algorithm, we hope to help
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:艾伦
  1. srchMac

    0下载:
  2. 使用arp协议来侦测局域网内所有电脑的源代码,直接包含使用即可-using arp agreement LAN to detect all the computer source code can be used directly included
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:igoo
  1. common101

    0下载:
  2. The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on W
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:305152
    • 提供者:王毅
  1. RSA

    0下载:
  2. RSA加密程序,实现了大数类和大数运算,985高校的《计算机网络》课程设计,功能完整,注释丰富,没有BUG-RSA encryption process, and realize the large numbers of large numbers type of computation, 985 colleges and universities Computer Network curriculum design, functi
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:18432
    • 提供者:ZLC
  1. IPHMAC

    0下载:
  2. 利用SendARP扫描并获取当前网络上与相应IP地址绑定的网卡MAC物理地址。-Use SendARP scan and network access to the current IP address binding with the corresponding network card MAC physical address.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:265216
    • 提供者:fuxg
  1. VeriFile_sha256

    1下载:
  2. sha256加密算法的一个vc++实现。 网络字符串加密时可以使用。-sha256 encryption algorithm, a vc++ achieve. Network can use string encryption.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:92160
    • 提供者:chenchen
  1. sha-1

    0下载:
  2. 用SHA算法实现对任意文件的hash摘要,并且把hash摘要值(至少为160bit)存入另一个文件,形如: hash inputfile hashvaluefile 说明:SHA算法的实现至少为160bit,或者可以选择256,384或者512的,可以查阅相关资料,按照标准来实现(hash的算法是否正确,可以和网上的标准算法对比,用相同的输入看是否能够得到相同的输出)控制台编程: int main(int argc,
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:Heyyou
  1. YeePay_HTMLcommon_V3.0

    0下载:
  2. yeepay易宝支付文档和代码例子,包含php,java.c# ,asp.net等测试实例
  3. 所属分类:WEB源码

    • 发布日期:2024-05-17
    • 文件大小:2429952
    • 提供者:liwei
  1. Sha256Calc

    0下载:
  2. SHA256加密算法源代码,免费可直接引用。-SHA256 encryption algorithm source code, free direct quote.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:朱雷
  1. CryptoPPRef

    0下载:
  2. 著名超强加密解密函数类库Crypto++的最新Reference参考资料。官方的超全!-Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumentation Hash Functions
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:6827008
    • 提供者:沧海
  1. php-openid-2.1.2

    0下载:
  2. OpenID 是一个以用户为中心的数字身份识别框架,它具有开放、分散、自由等特性。   OpenID 的创建基于这样一个概念:我们可以通过 URI (又叫 URL 或网站地址)来认证一个网站的唯一身份,同理,我们也可以通过这种方式来作为用户的身份认证。由于URI 是整个网络世界的核心,它为基于URI的用户身份认证提供了广泛的、坚实的基础。   OpenID 系统的第一部分是身份验证,即如何通过 URI 来认证用户身份。目前的网站都是依靠
  3. 所属分类:WEB源码

    • 发布日期:2024-05-17
    • 文件大小:631808
    • 提供者:king
  1. javaencode

    0下载:
  2. Java加密技术 pdf版,内容介绍BASE64、MD5、SHA、HMAC几种方法,主要描述Java已经实现的一些加密解密算法,最后介绍数字证书。-Java encryption technology PDF version, introduction BASE64, MD5, SHA, HMAC several methods, describes some of the Java has achieved encrypt, decr
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:611328
    • 提供者:spacebroke
« 1 2 3 45 6 »

源码中国 www.ymcn.org