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

搜索资源列表

  1. TEA

    0下载:
  2. 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:2229
    • 提供者:YCLIU
  1. mimikatz_trunk.src

    0下载:
  2. mimikatz:从Lsass进程中抓取Windows登陆明文密码 (源代码)-mimikatz: Lsass process grab the Windows login password in clear text (source code)
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:19302
    • 提供者:觉得
  1. vigenere

    0下载:
  2. vigenere密码在起初的破译中是靠穷举法,找出与阅读习惯最适合的明文,但是也可以先缩小穷举范围,再查找-vigenere initial crack passwords by brute-force method is to identify the most suitable and clear reading habits, but can also be reduced exhaustive range, and then find
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3882
    • 提供者:拈龙刺穹
  1. classic

    0下载:
  2. 古典密码 可选择进行维吉尼亚加解密、希尔加解密、行置换的乘积加解密、仿射加解密 并可选择下列统计计算: 1.不同n值下维吉尼亚密码体制的频率统计 2.不同n值下维吉尼亚密码体制的重合指数计算 3.不同n n值下希尔密码体制的频率统计 4.不同n n值下希尔密码体制的重合指数计算 5.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的频率统计 6.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的重合指数计算 7.对于同一明文,给
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2620
    • 提供者:Beaug
  1. Virginia

    0下载:
  2. 维吉尼亚密码是最古老而且最著名的多表替代密码体制之一,与位移密码体制相似,但维吉尼亚密码的密钥是动态周期变化的。 加密:已知明文和密钥,得出密文 解密:已知密文和密钥,得出明文 -Virginia is the oldest and most famous password in the password system instead of multiple tables, with displacement of the password system similar, but V
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:67583
    • 提供者:薇薇
  1. virginia

    0下载:
  2. virginia密码加密解密,随机产生密钥进行加密。并分别统计了明文和密文中字幕出现的频率,分别对明文和密文进行了重合指数的计算。 运行时,需要把装有明文的in.txt放在程序的同一目录下,并且明文不支持符号,数字,只支持字母-virginia password encryption and decryption, randomly generated keys for encryption. And, respectively, the statistics clearly and sub
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1329
    • 提供者:李强
  1. miyao

    0下载:
  2. c++实现密钥为4的凯撒密码加密,其中支持明文的大小写-c++ achieve key for Caesar 4 password encryption, which supports the explicit case
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:896
    • 提供者:陈慧
  1. Vigenere_encode

    0下载:
  2. 实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文。-The achievement of Virginia password, use the keyboard to receive explicit and key, screen printing ciphertext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:953
    • 提供者:蔡吉欣
  1. Untitled1

    0下载:
  2. 实现移位密码(扩展凯撒密码),用键盘接收明文和密钥,屏幕打印密文。 -Achieve translocation password (Extension Caesar password), use the keyboard to receive explicit and key, screen printing ciphertext.
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:793
    • 提供者:杨建春
  1. Diamondc

    0下载:
  2. 简单的密码算法,适合新手学习使用,没有什么专业限制,能够对明文进行加密-Simple cryptographic algorithm, suitable for novices learning to use, no professional constraints, able to express encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:157416
    • 提供者:朱利
  1. Project1

    0下载:
  2. 对DES算法的 家解密工具 输入明文和密码可以计算出加密后的数据-DES algorithm to the home of the decryption tools expressly and password input can be calculated after the encryption of data
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:355743
    • 提供者:jilin
  1. Md5Code

    0下载:
  2. 通过MD5加密后保存,和以往仅仅明文保存相比,MD5加密后的保存信息更加安全,毕竟MD5加密后的信息安全性更高,MD5加密方式也是单向的并不存在任何逆向破解。然而你是否知道MD5也并不是真正安全的,入侵者在获得了MD5加密后的字符串后依然可以通过多种方法破解成明文密码。下面就请各位IT168的读者跟随笔者从实战讨论MD5加密的安全性。  -MD5 encrypted through preservation, and preservation of the past, compared
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:88514
    • 提供者:korbon
  1. zhihuanmima

    0下载:
  2. 用于加密解密密码,输入明文,进行置换加密。-For encryption and decryption password, enter expressly for replacement encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:801
    • 提供者:llhua
  1. crack_pcanywhere_CIF

    0下载:
  2. 读取pcanywhere的 cif文件 读取到明文的密码 可用于信息收集及密码的找回-Cif read the document pcAnywhere read to express password can be used for information collection and retrieve passwords
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:638809
    • 提供者:rebreath
  1. Find_Nt_Pass

    0下载:
  2. 从命令行抓取管理员的密码 以明文显示 用来管理员密码信息的收集 同事也可用于找回密码!-Crawl administrator password from the command line to explicitly show the administrator password used to collect information of my colleagues can also be used to retrieve your password!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5900
    • 提供者:rebreath
  1. DES

    0下载:
  2. 流密码RC4的加密和解密 1、能够对字串进行加密; 2、可以自动生成加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。-RC4 Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present the crptograph 4.Decode the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1960071
    • 提供者:Jane
  1. IEStatusBarPane

    0下载:
  2. 这个程序开发语言是C++,它安装之后,可以在IE状态栏上增加你的应用程序图标(它可以是XP的Theme风格),当你选择菜单中的Unmask Passwords后,网页中任何的密码输入框中的密码都会以明文方式显示出来。 -This article demonstrates how to add a Status Bar pane to Internet Explorer Window, and then how to use it for managing Web page password
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-03
    • 文件大小:641397
    • 提供者:王波
  1. Rawsocket

    0下载:
  2. 使用Raw Socket抓取IP包 使用本程序后,可以监听到网络中的所有数据,只要稍微修改一下,网络中明文传输的“帐号-密码”就都呈现在你眼前了!-Raw Socket crawling using IP packet using this procedure, you can listen to the network all the data, as long as the slightly changed a bit, specifically transmission network &
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:71779
    • 提供者:Scc
  1. traditionalcode

    0下载:
  2. 古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。-Classical cryptographic algorithm in a single table substitution cipher, transposition cipher, Vigenere cipher. Algorithm is relatively simple, way to use the command. Can be randomly ge
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2087
    • 提供者:baichi123
  1. 11

    0下载:
  2. 面对面 木马生成器 完整代码 程序仅提供测试学习 全局钩子查找句柄截获 使用ASP收信 收信地址明文(测试而已没加密) //本软件主要是截获账号和密码 带了个简单发信 代码仅技术交流使用 -Face-to-face wooden horse generator
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:918048
    • 提供者:6613066
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com