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

搜索资源列表

  1. des64

    0下载:
  2. 这个是关于des原吗的文件 是64位的 下次上传个32位的 请大家谅解 -des on the original document? 64 of the next 32 months upload the understanding Thank you, please
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7.07kb
    • 提供者:liouhai
  1. DESyuancode

    0下载:
  2. DES加密算法的源代码, 需要的请下-DES encryption algorithm source code, the need to call on the next
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.71kb
    • 提供者:lxm
  1. DEC_CODE

    0下载:
  2. c语言实现DEC加密-源码,要的就下啊,完全FR-c language DEC encryption-source to the next ah completely FR
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14.08kb
    • 提供者:江海洋
  1. rsa-daima11

    0下载:
  2. rsa 加密算法的实现使用vc实现可以调试要的就下-rsa encryption algorithm implementation can be achieved using vc debugging to the next
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:101.94kb
    • 提供者:刘六流
  1. 200510180015081624

    0下载:
  2. C的原代码,可以参考的.用一定的下在价值-the original C code can reference. With a certain value in the next
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5.94kb
    • 提供者:李婷
  1. CNGCryptFile

    0下载:
  2. The Cryptography API: Next Generation(CNG) is a new and agile framework in Windows Vista, which implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardco
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:45.04kb
    • 提供者:Bai
  1. RSA解密和加密算法的实现和应用

    0下载:
  2. RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:胡康康
  1. RSA加长分段加密

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空,完成加密;否则转2-RSA encryption algo
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:74.21kb
    • 提供者:何泽荣
  1. RSA加长分段解密

    0下载:
  2. RSA加长分段解密算法,界面操作。算法步骤如下:1. 读取私钥d和n,作解密之用。 2. 从EncText中读取一大段密文,再把该大段密文分成若干小段密文。 3. 使用d和n把所有小段密文进行解密成对应的小段密文sectByte[],再合成一大段明文字节数组Byte[],并转化成大段明文添加到DecText。 4. 读取下一大段密文,若密文为空,完成解密;否则转2-RSA decryption algorithm lengthened section, the interface operati
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32.76kb
    • 提供者:何泽荣
  1. od-code-

    0下载:
  2. 一直对封包加密感到比较困惑,最近为了学习方法,特意跟了下某游戏的封包加密方式 游戏封包是经过一级加密,二级加密的方式,一级还没去研究,二级基本上原理上已还原出来 -Encryption of packets have been feeling more confused, the recent order learning methods, specifically a game with the next game packet encryption method is the res
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:3.95kb
    • 提供者:shentao
  1. DES_Verilog

    0下载:
  2. 这是我用Verilog写的DES加解密程序,准确的说这是一份实验报告,里面不但有程序还有简单的注释[主要是针对仿真的波形的],我主要写的是主控部分,密钥生成部分参考了下版原康宏的程序.该程序即可加密也可解密,选用CycloneII器件即能跑到100Mhz以上.-This is what I used to write Verilog the DES encryption and decryption procedures, accurate to say that this is a test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:290.16kb
    • 提供者:jesse
  1. Rijndael

    0下载:
  2. Rijndael(读作rain-dahl)是由美国国家标准与技术协会(NIST)所选的高级加密标准(AES)的候选算法。它是从最后的5个候选方案中选出的,而这5个候选方案又是从刚开始的15个算法中选出的。今后的几年内,在许多密码术的应用中Rijndael将逐步取代数据加密标准(DES)以及后来的Triple DES。-Rijndael (pronounced rain-dahl) is from the United States National Institute of Standards
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3.15kb
    • 提供者:fulon
  1. fips-197[1]

    0下载:
  2. AES算法的原作者描述文档,是英文版的,有需要的下-AES algorithm is described in the document original author is English, there is a need to the next
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:238.78kb
    • 提供者:leon
  1. G711_dsPIC33F

    0下载:
  2. G711在dsPIC33FJ256GP506下的应用,可用于语音通信方面-G711 in the next dsPIC33FJ256GP506 applications, can be used for voice communications
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:266.25kb
    • 提供者:
  1. CRC

    0下载:
  2. 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:5.89kb
    • 提供者:lijq
  1. jiami

    0下载:
  2. 初学者应用,是简单的加密程序,大家可以参考下-Beginners applications, is a simple encryption program, we can refer to the next
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:112.29kb
    • 提供者:李睿
  1. md6_c

    0下载:
  2. 目前最新的MD6 Hash 算法源码,下一代的安全散列验证算法。-The new MD6 hash function,the next generation hash function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:34.75kb
    • 提供者:yuisikyo
  1. aes-dephi

    0下载:
  2. AES算法用delphi实现的,非常简练不错,大家可以参考下!-AES algorithm with delphi realize, very concise and well, everyone can refer to the next!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:222.96kb
    • 提供者:苏琦
  1. AES-128Bit-C51

    1下载:
  2. AES算法,在51单片机中用c语言实现,大家可以参考下!-AES algorithm, used in 51 Singlechip c language, everyone can refer to the next!
  3. 所属分类:加密解密

    • 发布日期:2013-06-06
    • 文件大小:9.78kb
    • 提供者:苏琦
  1. crc

    0下载:
  2. 计算16位CRC函数之一,以前刚好写过一段时间,拿出来给和大家分享吧!(多项式可能不同,自己动下脑筋改下吧!)-16-bit CRC calculation function, one of just wrote some time ago, out to and to share it! (Polynomial may be different, their move to the next, are you thinking!)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:李生
« 12 »
搜珍网 www.dssz.com