CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - password dictionary

搜索资源列表

  1. 密码字典生成器(源程序)

    0下载:
  2. 密码字典生成器(源程序).zip-password dictionary generator (source). Zip
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:19457
    • 提供者:耿营彦
  1. 2005072311043027052

    0下载:
  2. 一个用Java编写的简易的实用密码字典的生成器-using Java to prepare a summary of the practical password dictionary generator
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:20504
    • 提供者:毕之
  1. xlspass

    0下载:
  2. 本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\\doc\\book1.xls; 适用于WINDOWS95/98/NT系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:dict.DIC(纯文本),可提高探测速度。 可探测1~1
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16299
    • 提供者:chen
  1. 2006050302584118755

    0下载:
  2. 一个简单的字典工具(C++源码) 目前实现的主要功能: 1.制作字典 1.1 向导模式 1.2 自定义模式 2.对字典进行加工 2.1 给字典中的密码添加前缀 2.2 给字典中的密码添加后缀 2.3 合并多个字典  一些工具仅支持单个字典 2.4 过滤指定字典中的重复密码  合并后的字典可能会出现重复密码 如果处理比较大的字典 由于未使用多线程处理 速度会比较慢 尤其体现在过滤功能上 因为没想到更好的算法 之所以用C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1482
    • 提供者:linguohua
  1. 生成一个自己的口令字典

    0下载:
  2. 生成一个自己的口令字典-generation of a password dictionary
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4174
    • 提供者:马骏
  1. QQ_local_passward_decode

    0下载:
  2. 构成及源代码: 1 构成:VB程序调用VC编写的OCX,这样做是为了方面大家自己做界面。 2 OCX的输出函数:只有一个:void CQQDecoderCtrl::Decoder(LPCTSTR fileQQ, LPCTSTR filePwd) ,第一个参数是QQ的密码文件,第二个参数是密码字典。 3 源代码:VB的源代码不作介绍了,附件里面有。这里只说明一下VC的源代码(附件里面也有)。-composition and source code : a pose : VB progr
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:123286
    • 提供者:陈朋
  1. passdic

    0下载:
  2. 由于目前很多字典生成的密码很难满足我们的要求,假如你的密码忘记一部份但又记得一些 如果使用常规的密码字典生成的密码将非常庞大,爆破时间会非常长,本程序特点是你可以输入一段固定的密码加上密码字典生成的密码。 所以本人写了这个密码字典程序,希望能给大家破解密码带来方便!-As many dictionaries generated passwords difficult to meet our requirements. If you forget the password of a par
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:203243
    • 提供者:gsj0791
  1. CreatePass2

    0下载:
  2. 由用户指定密码最大长度生成密码字典,用户可改变程序控制的密码最大长度限制(8位)和改变密码源字符串(用户要改变源码)-user-specified maximum length of passwords generated password dictionary, Users can change the password program control the largest length restriction (8), and change the source code strings
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3487
    • 提供者:fuhongchao
  1. 穷举算法

    0下载:
  2. 在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1271
    • 提供者:凌继文
  1. aaCreatePasswordFile

    0下载:
  2. 密码字典生成工具-password dictionary Generation Tool
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:27759
    • 提供者:waterwhu
  1. md5破解

    2下载:
  2. DeMD5 可以破译经 MD5 算法编码过的密码,如有些共享软件或论坛程序的注册码(密码)就是使用 MD5 算法编码的。 由于 MD5 是一种不可逆的编码算法,因此要“还原”出原始密码就只能用穷举法(暴力法)了。 本程序使用了公开的 MD5 算法模块,在P4-1.5G的机器上一秒钟可以尝试约20000个号码。另外本程序还带有四个实用的密码字典,-DeMD5 be deciphered by the MD5 algorithm coding passwords, as some forum or
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1172826
    • 提供者:天好
  1. passworddic

    2下载:
  2. 收集的常用的密码字典,对密码破解能起到作用-Commonly used to collect the password dictionary, password cracking on to play a role
  3. 所属分类:Windows Develop

    • 发布日期:2015-11-11
    • 文件大小:2533606
    • 提供者:黄山
  1. Scanner

    1下载:
  2. 自己编写的主机和端口扫描、通过输入主机名或者使用IP,可测试主机是否开机、弱口令扫描中, 密码字典写了十个用户名十个密码、漏洞扫描的IP,线程设置同2中说明.其中猜解IPC用户, 的过程包含了IPC扫描的过程、日志的读写、密码字典的修改和恢复、Unicode漏洞的测试。个人编写,如有更好的建议,请加QQ362265437,平台是JB9+JDK1.4。刚学C++。大家谁有VC++USB操作的程序给个-Write your own host and port scanning, by enterin
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-24
    • 文件大小:267401
    • 提供者:jiamingbin
  1. Bruteforce_Password_Cracker_V3

    0下载:
  2. VB编写无穷密码破解程序源码,黑客字典的制作,和流光一样完整.字典可以自定义-VB prepared endless source password cracking program, hackers dictionary production, and as a complete streamer. Dictionaries can customize
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:57796
    • 提供者:tommy_zou
  1. psd

    1下载:
  2. 一个加强的密码框控件,防HOOK,防键盘记录,防字典攻击-An enhanced password box control, anti-HOOK, anti-keyloggers, anti-dictionary attack
  3. 所属分类:钩子与API截获

    • 发布日期:2012-11-22
    • 文件大小:30565
    • 提供者:王泵
  1. dic

    0下载:
  2. VB 密码字典生成器-VB password dictionary generator
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:3934
    • 提供者:vilysoft
  1. PasswordDictionaryGenerator

    0下载:
  2. 可以根据自己指定的字符串作为密码种子,根据排列组合原理,生成不重复的密码字典文件-Can be designated according to their own string as a password seed, in accordance with the principle of permutation and combination to generate non-repetition password dictionary file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3322
    • 提供者:xufangtao
  1. create-password

    0下载:
  2. 密码字典生成器,可以生产4位密码字典,参考其内容可以写出任意位的密码字典-Password dictionary generator to produce 4-bit password dictionary reference to the contents of any bit of code you can write a dictionary
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:1616
    • 提供者:lilei
  1. password-dic-creater

    0下载:
  2. rar,zip字典破解,密码字典生成器源码,通过特定的个人信息帮助你正确快速的找到正确密码。-rar, zip dictionary crack, password dictionary generator source, through specific personal information to help you quickly find the correct password.
  3. 所属分类:File Operate

    • 发布日期:2017-11-10
    • 文件大小:38655
    • 提供者:天平
  1. password-dictionary

    0下载:
  2. VC版密码字典生成器VC version of the password dictionary generator-VC version of the password dictionary generator
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:34602
    • 提供者:曲星
« 12 3 4 5 6 »
搜珍网 www.dssz.com