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

搜索资源列表

  1. 20050423142831

    0下载:
  2. 1、改进了数据库的md5加密算法。 2、可自主设置每页显示的页数。 3、加强了回复功能,使其具有管理员编辑留言的权限。 4、增加了搜索留言的功能。 5、可在线修改管理员密码。 6、管理员可以添加、删除、编辑和回复留言。 7、增加了留言本访问量的统计功能。。 8、增加了留言本的验证码功能,防止机器人*软件的留言。-an improved database of md5 encryption algorithm. 2, can create your own page shows the main
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:247.13kb
    • 提供者:yangwanlong
  1. 汇编内核加密算法

    0下载:
  2. 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。 -compilation of md5 kernel algorithm, a netizen called for improvemen
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8.16kb
    • 提供者:qve
  1. sanpack_rsa_vs2003sln_src

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1mb
    • 提供者:周刘兵
  1. 75-dFile

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。 IDEA是International Data Encryption Algorithm 的缩写,是1990年由瑞士联邦技术学院来学嘉X.J.Lai 和Massey提出的建议标准算法称作PES( Proposed Encryption Standard) 。Lai 和Massey 在1992 年进行了改进强化了抗差分分析的能力改称为IDEA 它
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:18.44kb
    • 提供者:zengzl
  1. md5Encrypt

    0下载:
  2. 这是一个MD5Hash算法的改进版本,适当增加了算法的复杂度-MD5Hash This is an improved version of the algorithm, the algorithm appropriately increase the complexity
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:444.29kb
    • 提供者:杨峰林
  1. newdescrypto.tar

    0下载:
  2. 用des加密算法的改进算法-des encryption algorithm using the improved algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:马晓
  1. binaryextract

    0下载:
  2. 二值图像的信息隐藏,用到md5加密和改进后的置乱算法
  3. 所属分类:加密解密

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

    0下载:
  2. 黑客字典2.2,改进了穷举的算法,密码最大长度为1000,使代码长度减小,程序的执行速度加快。 同时加入了新的功能,除了完成一般黑客字典的所有功能外. 还加入了辅助功能,协助黑客更好的 设置字典。-Hackers Dictionary 2.2, improved the exhaustive algorithm, the password maximum length is 1000, so that the code length decreases, the program run
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-07
    • 文件大小:5.65kb
    • 提供者:houn
  1. -AES-encryption-algorithm

    0下载:
  2. 基于AES加密算法的改进及其MATLAB实现,内容详细。-AES Encryption Algorithm Based on MATLAB and its implementation, and detailed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4.21mb
    • 提供者:王岩
  1. DES_LAST

    1下载:
  2. DES完全自己实现!能对输入字符串或者选定实现CBC,CFB-1,-8,-64等模式。算法自带有效率检测函数,运行结束显示系统效率。此源代码完全胜任课程设计,就算是毕业设计也只需进行一点改进。欢迎大家下载!-DES to achieve fully their own! Able to enter the selected string or the realization of CBC, CFB-1,-8,-64, such as model. Efficient detection algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-12-25
    • 文件大小:318.45kb
    • 提供者:maowu
  1. md5x86

    0下载:
  2. 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-Kernel compilation md5 algorithm, User requirements should be improved i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:8.53kb
    • 提供者:wulang
  1. MD5encrypt

    0下载:
  2. 提供多种MD5加密源码。以及由加密方法改进的其他算法。-Provides a wide range of MD5 encryption source code. As well as other encryption methods to improve the algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 数据加密标准DES及公开密钥密码体制:DES算法原理,DES算法的优缺点及其发展与改进 公开密码体制的原理,RSA算法,及实现源代码-DES Data Encryption Standard and public key cryptography: DES algorithm, DES algorithm and its development and improvement of the advantages and disadvantages the principle of public
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:38.17kb
    • 提供者:安勃雅
  1. md6_c_code-2009-04-15

    0下载:
  2. 最新的md6算法,在md5上改进的版本。-Md6 the latest algorithm improvements in the version of md5.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:35.95kb
    • 提供者:李虚东
  1. 300SECRET

    0下载:
  2. 300种加密和解密算法的实现,比较全,也可自己改进。-300 species of implementation of encryption and decryption algorithms to compare the whole, but also to improve themselves.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:507.46kb
    • 提供者:JOHNLM
  1. rsa

    0下载:
  2. 安全性大大改进,可算做能完全代替MD5的散列验证算法.-1.Large input message block size 2.provably resistant to differential attacks 3.Alternative sequential mode 4.Key input K??of up to 512 bits?? K is input to every compression function 5.1024-bit interm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:10.05kb
    • 提供者:haec
  1. jiami

    0下载:
  2. 数据加密标准DES及公开密钥密码体制:DES算法原理,DES算法工作原理,DES算法的优缺点及其发展与改进-Data Encryption Standard DES and public-key cryptosystem and public-key cryptosystem:DES algorithm theory, DES algorithm works, DES algorithm and its development and improvement of the advantages
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:57.18kb
    • 提供者:南宫斯诺
  1. tspmatlab

    1下载:
  2.  提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu
  3. 所属分类:加密解密

    • 发布日期:2013-12-03
    • 文件大小:38.47kb
    • 提供者:logspace
  1. Research-And-Development-Of-RSA-File-Encryption.ra

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1019.74kb
    • 提供者:张波
  1. Advanced-Programming-Technique-master

    0下载:
  2. 改进的RSA算法 优化实现,代码通俗易懂,学习一下(The improved RSA algorithm is optimized and implemented, and the code is easy to understand and learn.)
  3. 所属分类:加密解密

    • 发布日期:2018-05-01
    • 文件大小:18.47mb
    • 提供者:z豪
« 12 3 »
搜珍网 www.dssz.com