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

搜索资源列表

  1. MD5Encrpt

    0下载:
  2. 这是一个完整的MD5加密算法,用VB编写.调试可用.-This is a complete MD5 algorithm, using VB. Debugging available.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4133
    • 提供者:James
  1. mfloodtest-ns2

    0下载:
  2. ns2网络仿真实现mflood算法以后,统计仿真的网络的性能参数的linux程序,如丢包率等。-Packet Network Simulation mflood algorithm, Statistical simulation of the network performance parameters of linux procedures, such as packet loss rate.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:440015
    • 提供者:林美善
  1. aes-FIPS-197.ps

    0下载:
  2. 加密算法,用于图像传输的加密解密,经典算法-encryption algorithm for image transmission encryption and decryption, classical algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:503010
    • 提供者:cywforce
  1. aescrypt-0.6.tar

    0下载:
  2. 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:59989
    • 提供者:cywforce
  1. rcrypt-10-linux.tar

    0下载:
  2. 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:90225
    • 提供者:cywforce
  1. rcrypt-10-win32

    0下载:
  2. 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:87453
    • 提供者:cywforce
  1. deslogin-1.1.tar

    0下载:
  2. 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:59889
    • 提供者:cywforce
  1. deslogin-1.0.tar

    0下载:
  2. 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:56261
    • 提供者:cywforce
  1. despicable-1.01.tar

    0下载:
  2. 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:17120
    • 提供者:陈阳
  1. CMajorAlgorithmScourceCode

    0下载:
  2. C语言常用算法源代码,绝对可用!对初学C语言编程的朋友很有帮助的.-algorithm commonly used C language source code is absolutely available! Right novice C Programming Language friends very helpful.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:277011
    • 提供者:huafei
  1. SerialNumberSecurity

    0下载:
  2. 使用非对成RSA算法的序列号验证基础库,使用者只需要更改Key.Resx中的公钥即可保证验证的安全性。-right into the use of non - RSA algorithm, the test sequence based bank Users only need to change Key.Resx the public key can be verified to ensure their safety.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:29015
    • 提供者:漆巧林
  1. program_S_DES

    0下载:
  2. 通过编程实现S-DES算法的加密与解密过程,从而加深对这一算法过程的印象,并增强编程解决问题能力,为进行更复杂的算法学习奠定基础。-programming through S-DES algorithm for the encryption and decryption process. enhance the algorithm to process the impression that the enhanced programming and problem-solving abiliti
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2201209
    • 提供者:林桂川
  1. secretshare_VC++

    0下载:
  2. Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decided k k-1 power of the polynomi
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:39140
    • 提供者:linvg
  1. secretshare_java

    0下载:
  2. Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Applicati
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4876
    • 提供者:linvg
  1. SDes_java

    2下载:
  2. S-加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。 加密算法包括5个函数:初始置换(IP);复杂函数fk,它包含有置换和代换运算,并且依赖于输入的密钥;用以转换数据两个部分的简单置换函数(SW);再一次运用函数fk;最后的一个置换函数是IP的逆。解密过程是加密的逆过程。 -S-encryption algorithm for the importation of an eight expre
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4417
    • 提供者:linvg
  1. SDES_VC++

    0下载:
  2. S-DES加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。解密过程是加密的逆。程序使用:读入一个文档文件,对其内容加密,输入密钥和选定存放生成密文的目录,点加密;解密操作与加密相似。-S-DES encryption algorithm for the importation of an eight expressly group and a 10 Key, Output for the eight-
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:38761
    • 提供者:linvg
  1. GSMA5

    0下载:
  2. 这个程序介绍的是用于gsm的a5算法, 语言是c语言。-this procedure is introduced for the gsm a5 algorithm, c is the language of instruction.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8482
    • 提供者:gongchao
  1. des-7726

    0下载:
  2. 使用vc++编码 很好的加密算法 有较强的保密功能-use vc good encryption coding algorithm has strong security functions
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9771
    • 提供者:lianyufen
  1. Suanfa_WM

    0下载:
  2. 程序完成数字图像的加密解密过程,可以对.BMP或.JPG格式的图像进行数字水印加密并完成对秘钥的提取等功能。对加密算法及数字水印的研究者用研究价值。-completed digital image encryption and decryption process. be right. BMP or. JPG format images encryption and digital watermarking completion of the Secretariat of the key fun
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1018277
    • 提供者:wukongpei
  1. NTL-RSA

    2下载:
  2. 使用NTL大整数库实现RSA公钥密码算法,可用于对文本文件进行加密和解密. 平台Windows98以上,VC++6.0, 内部文件路径均为相对路径,不存在无法编译的Bub.-use of the NTL large integer achieve RSA public key cryptography algorithm, can be used to text file encryption and decryption. Windows98 platform above, VC 6.0,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1917069
    • 提供者:李刚
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com