搜索资源列表

  1. sha2-1.0

    0下载:
  2. SHA-2 的代码实现-SHA-2 source implementation
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:65536
    • 提供者:林叶
  1. sha(1,256,384,512)

    0下载:
  2. 一个sha 哈希密码支撑算法系列的程序 包括了sha1,sha256,sha384和sha512算法-a password support Hash Algorithm series of procedures including sha1, SHA256, SHA384 and SHA512 Algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:25600
    • 提供者:拂晓
  1. SHA算法代码

    0下载:
  2. 数字签名加密算法的两座大厦先后倒塌—MD5和SHA-1这两种应用最为广泛的数字签名加密算法都被山东大学的王小云教授破解。-encrypted digital signature algorithm has two buildings collapsed- MD5 and SHA-1 that the two most widely used digital signature encryption algorithm has been
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:10240
    • 提供者:zhou
  1. sha-1

    0下载:
  2. SHA-1Hash函数源码,可以对任何文件做Hash,得到的Hash值为160位。具有抗强碰撞,弱碰撞等能力。虽然王小云已经找到了个别碰撞。但在新的好的hash函数出来之前仍将被广泛使用。-SHA-1Hash function source, any document can be done right hash, the hash value of 160. Anti-collision, the weak capabilities
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:27648
    • 提供者:王国维
  1. Hash-SHA

    0下载:
  2. 密码算法中的单向散列函数之SHA算法的C代码-password algorithm for one-way hash algorithm SHA Function of C code
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:15360
    • 提供者:WQ
  1. mysha1

    0下载:
  2. sha-1算法的C实现,只有一个.c程序,可在TC,BC下直接编译运行-sha-1 algorithm to achieve C, only one. C procedures, the TC, BC operation under direct translation
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:xiaoyu
  1. SHA-1

    0下载:
  2. SHA-1 Source Code This optimized SHA-1 implementation conforms to FIPS 180-1
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:linz
  1. FreeOTFE_2_00_src

    0下载:
  2. 文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512. -Document-driven encryption, powerful, can generate encrypted partition, to support AES, MD2, MD4, MD
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:3543040
    • 提供者:zengzh15
  1. sha

    0下载:
  2. 主流hash函数--sha的源代码,可用于数据签名,是目前应用最广的算法之一-Sha mainstream hash function source code, can be used for data signatures, is the application of the algorithm, one of the most widely
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:jiang
  1. sha

    0下载:
  2. 使用标准C++开发的SHA-1算法的实现-Using standard C++ Developed SHA-1 algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:wilson
  1. sha

    0下载:
  2. 支持SHA算法,对文件或者字符串进行散列计算,直接可以应用在程序中,形成文件摘要。-To support the SHA algorithm, on paper or string hash calculation can be applied directly in the proceedings, the formation of a document containing a summary.
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:8192
    • 提供者:孟庆新
  1. SHA-1

    0下载:
  2. SHA-1算法的C语言实现,计算消息的散列值,用于安全通信-SHA-1 algorithm of the C language implementation, computing the hash value information for secure communications
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:89088
    • 提供者:zhaolingxi
  1. SHA-1

    0下载:
  2. MAC算法SHA—1算法的C语言实现源码-SHA-1 algorithm for the C language source
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:Sophia quan
  1. sha-1

    0下载:
  2. 一个非常好的SHA-1源代码,在其目录下建立一个a.txt,将明文保存在a.txt中,在执行SHA-1就行-SHA-1
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:xx
  1. sha512

    0下载:
  2. sha-512散列函数 sha-512散列函数-THIS SOFTWARE IS PROVIDED BY ALLAN SADDI AND HIS CONTRIBUTORS ``AS IS * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY A
  3. 所属分类:文件格式

    • 发布日期:2024-05-08
    • 文件大小:4096
    • 提供者:王五
  1. sha

    0下载:
  2. C实现的SHA-1,SHA-256,SHA-512算法-。
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:53248
    • 提供者:mcszzz
  1. Sha

    0下载:
  2. This is SHA-1 allgorithmwhich may be used to generate message digests. This is written in C language and runs in Linux environment.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-08
    • 文件大小:83968
    • 提供者:pratheek19
  1. sha2-1.0

    0下载:
  2. SHA-2 (Secure Hash Algorithm 2) hash function, written in C language.
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:65536
    • 提供者:gKir
  1. sha1-c

    0下载:
  2. Test application for SHA
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:7168
    • 提供者:Rakesh
  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 1
  3. 所属分类:加密解密

    • 发布日期:2024-05-08
    • 文件大小:10240
    • 提供者:enropin
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org