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
    • 文件大小:253064
    • 提供者:yangwanlong
  1. DES2

    0下载:
  2. 卢开澄,《计算机密码学-计算机网络中的数据保密与安全》第三版中的DES程序。在网上搜索过,没有发现网上出现过此源码。经测试加密/解密比较快,加密/解密一次大概2ms左右。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:19216
    • 提供者:yuexian
  1. ASM

    0下载:
  2. 检测内存中的 Soft-Ice, 是用在全部内存搜索 Soft-Ice 的特征码来实现的。
  3. 所属分类:加密解密

    • 发布日期:2014-01-17
    • 文件大小:815
    • 提供者:Jenifer
  1. DES

    0下载:
  2. 用C语言写的100行DES加密算法. DES算法具有极高安全性,到目前为止,除了用穷举搜索法对DES算法进行攻击外,还没有发现更有效的办法。而56位长的密钥的穷举空间为256,这意味着如果一台计算机的速度是每一秒种检测一百万个密钥,则它搜索完全部密钥就需要将近2285年的时间,可见,这是难以实现的,当然,随着科学技术的发展,当出现超高速计算机后,我们可考虑把DES密钥的长度再增长一些,以此来达到更高的保密程度。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7733
    • 提供者:JohnBill
  1. BMSearch

    0下载:
  2. BM搜索算法源代码。能够快速搜索。写成类,能够直接调用
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1342
    • 提供者:jiang
  1. suanfa

    0下载:
  2. 信息学竞赛中常用的算法总结: 串匹配的高效算法-KMP 公开密钥体系之RSA算法 双向广度搜索 图论算法
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:106583
    • 提供者:lll
  1. QQmsgpojie

    0下载:
  2. 自动搜索本地已经登陆过的qq号码,可以破解指定qq聊天记录,并支持将聊天记录导入到文件或buffer中。qq2009暂不支持,编译环境请用VS2003-Automatically search the local have been landing qq number, you can crack the designated qq chat, chat and support will be imported into a document or record in the buffer. q
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:60016
    • 提供者:呀能
  1. Awenben

    0下载:
  2. A盟密本-----不错的文本加密源代码 =================================== 产品特点 ~~~~~~~ ================================= 1、文本加密 使用简单的XOR技术加密,不过是很容易破解的 2、获取C盘序列号变成注册码(压缩文件里面附上算号器) 3、通过百度搜索 4、多语言支持 5、文字字体、颜色选择 6、关联文件,关联*.UOD(此项有BUG,欢迎高人指出) -A UN
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-19
    • 文件大小:5899264
    • 提供者:独萧
  1. bianli

    0下载:
  2. 所谓遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 -The so-called ergodic (Traversal) refers to a particular search along the line, followed on the tree each node are done once and only once to visit. Access node operation done de
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4291
    • 提供者:渠梁梁
  1. 01

    0下载:
  2. 这是一个棋游戏的源代码,界面精美,带背景音乐, 其中的许多算法,如搜索算法,也都值得研究! -This is a chess game source code, attractive interface, with background music, many of these algorithms, such as search algorithms, are also worth studying!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:636596
    • 提供者:lianhui
  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
    • 文件大小:39389
    • 提供者:logspace
  1. MultiprotocolRFIDreaderdesignedhighfrequency

    0下载:
  2. 多协议高频电子标签读写器设计,本人自己搜索到的资料与大家分享,共同学习,里面说的很详细。-Multi-protocol high-frequency tag reader design, I search for information on their own to share, learn together, which made it very detailed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5326471
    • 提供者:xiaoqiang
  1. DataComeback

    0下载:
  2. 这是我在其它网上搜索得来的有关于数据恢复的书,我上传的都是本网站至今为止没有的资料,希望能对大家有所帮助."本人为了便于学习数据恢复,把网上的一些数据恢复知识做了个整理!顺便发到网上和大家分享! 大家如果看到有好的东西的话可以发给我,我再加到上面方便大家学习!" 欢迎大家来信跟笔者探讨各种电脑问题!特别是网络安全,加密与解密,系统~~等!-This is my online search in the other come the book on data recovery, I
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1991541
    • 提供者:C加加
  1. rarsort

    0下载:
  2. 能在指定文件夹中搜索rar文件,并判断其是否加密,将结果保存在result.txt中 只是测试写的程序,效率不高-Specify the folder in rar file search and determine whether encryption, the result is stored in the result.txt in the written test procedures, efficiency is not high
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1948475
    • 提供者:
  1. Cheat_Engine5.5

    0下载:
  2. Cheat_Engine5.5郁金香汉化第二版,内存搜索的好工具-Cheat_Engine5.5 Tulip finished the second edition, a good tool for memory search
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4411912
    • 提供者:刘活跃
  1. txVpdfuF

    0下载:
  2. 搜索软件破解文件专用的.很多软件都可以破解的 相信大家会用到-Crack file search software dedicated
  3. 所属分类:Crack_Hack

    • 发布日期:2017-11-17
    • 文件大小:383305
    • 提供者:许子俊
  1. text

    0下载:
  2. 提供字典解密和穷搜索解密功能,将需要解密的md5值放在text.cpp里面即可,本程序为作业实验,以供参考-Dictionary decryption and the poor search decryption function, will need to decrypt the md5 value on text.cpp inside the can, the procedures for operating experiments, for reference
  3. 所属分类:Crack_Hack

    • 发布日期:2017-11-18
    • 文件大小:379640
    • 提供者:何梓豪
  1. md5_TEXT

    0下载:
  2. 利用MD5算法实现加密解密的程序。用字典搜索和穷搜索两种方法解决你要查询的密文。-Using the MD5 algorithm for encryption and decryption process. Search and poor dictionary search two ways to solve your query ciphertext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:331942
    • 提供者:叶家威
  1. wirelessnetview_gr

    0下载:
  2. 搜索附近无线信号软件 搜索附近无线信号软件-CString CCriticalSection CWnd CDialog LoadIcon CDataExchange GetSystemMenu CMenu LoadString AppendMenu EnableWindow GetDlgItem IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon CFile MessageBox IsDlgBut
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-29
    • 文件大小:51947
    • 提供者:yzc
  1. AfxMsgMap

    0下载:
  2. 用户解析MFC程序的MsgMap表格 快捷键“Alt-P”来解析MsgMap。 快捷键“Shift-P”来搜索并解析MsgMap。 -Users MsgMap MFC program forms Shortcut key "Alt-P" to resolve the MsgMap. Shortcut key "Shift-P" to search and parse MsgMap.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-27
    • 文件大小:10032
    • 提供者:mayl
« 12 »
搜珍网 www.dssz.com