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

资源列表

« 1 2 ... .26 .27 .28 .29 .30 531.32 .33 .34 .35 .36 ... 1372 »
  1. MD5

    0下载:
  2. 本程序是MD5校验算法的源程序,C++版,已经通过测试。本人保证绝对可以使用。-This procedure is the MD5 checksum of the source algorithm, C++ version, has passed the test. I guarantee you can use.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:211.86kb
    • 提供者:王恒
  1. AES

    0下载:
  2. AES的加密解密的程序代码,已经通过验证,保证可以使用。C++版。-AES encryption and decryption of the program code has been validated to ensure that you can use. C++ version.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:862.21kb
    • 提供者:王恒
  1. AES

    0下载:
  2. AES是分组密钥,算法输入128位数据,密钥长度也是128位。-AES is a sub-key, 128-bit data input algorithm, key length is 128.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:713.79kb
    • 提供者:huhanzhong
  1. DES

    0下载:
  2. DES是一个分组加密算法,他以64位为分组对数据加密。同时DES也是一个对称算法:加密和解密用的是同一个算法。它的密匙长度是56位(因为每个第8位都用作奇偶校验),密匙可以是任意的56位的数,而且可以任意时候改变。-DES is a block cipher algorithm, his 64-bit data encryption for the packet. At the same time, DES is a symmetric algorithm: encryption and dec
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:483.9kb
    • 提供者:huhanzhong
  1. MD5

    0下载:
  2. md5哈希算法源码,摘要信息、摘要消息的长度256,摘要为16-md5 hash algorithm source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.36mb
    • 提供者:huhanzhong
  1. RSA

    0下载:
  2. RSA简洁幽雅,但计算速度比较慢,通常加密中并不是直接使用RSA 来对所有的信息进行加密, 最常见的情况是随机产生一个对称加密的密钥,然后使用对称加密算法对信息加密,之后用 RSA对刚才的加密密钥进行加密。-RSA elegant simplicity, but the computing speed is relatively slow, usually not direct the use of encryption in the RSA to encrypt all the informa
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1.21mb
    • 提供者:huhanzhong
  1. ECC

    0下载:
  2. eliptic curve cryptography decryption
  3. 所属分类:Crypt_Decrypt algrithms

  1. DES

    0下载:
  2. 加密解密算法,在CBC模式下的DES算法。代码都有备注,希望对大家有用哦。-Encryption and decryption algorithm in CBC mode of the DES algorithm. Note the code are, I hope all of you, oh useful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4.66kb
    • 提供者:Keven
  1. CRCSUNFAN

    0下载:
  2. 一种实现CRC的工程算法,按比特实现法、块异或汇编实现法、查余式表实现法,并通过在zsp400的内核环境下运行和仿真这几种实现法,从而得出结论:查余式表实现法是一种较好的实现法。-CRC works to achieve an algorithm bit by the realization of law, or the compilation of different pieces of the realization of law, check-type table to achieve m
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:196.51kb
    • 提供者:叶超
  1. BCBandECB

    0下载:
  2. BCB模式与ECB模式的加密模式与解密模式 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。 -BCB mode and ECB mode encryption and decryption mode input mode explicitly: I do like this book en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4.73kb
    • 提供者:zouna
  1. LFSR

    0下载:
  2. 1. 分析n-位LFSR生成m=2n-1位长伪随即序列的算法过程。 2. 用程序设计语言将算法过程编程实现。 输入明文:I do like this book 加密算法E:yi=xi^ki 密钥:32-LFSR的输出,初始值:good 本原多项式:x32+x7+x5+x3+x2+x+1 -1. Analysis of n-bit LFSR to generate m = 2n-1 bit length of the sequence was pseudo-algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:16.12kb
    • 提供者:zouna
  1. AES_C

    0下载:
  2. 本次上传的是AES的C语言版,对C++版中涉及到类的内容予以修改,通过测试。本人上传的AES的C++版和C版均是经过测试后可以使用的。-From the AES of the C language version of C++ version of the type involved in the content be modified, to pass the test. AES I uploaded the C++ version and C version are tested can b
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:505.29kb
    • 提供者:王恒
« 1 2 ... .26 .27 .28 .29 .30 531.32 .33 .34 .35 .36 ... 1372 »
搜珍网 www.dssz.com

浏览历史记录

关闭