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

搜索资源列表

  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. MD5

    0下载:
  2. PB使用MD5加密,可以有效解决PB开发中登录密码使用明文的问题-PB using MD5 encryption, can effectively resolve the PB Password development issue of the use of explicit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:18388
    • 提供者:wucheng
  1. dataencrypt

    0下载:
  2. 简单的汇编语言数据加密算法,能将数据通过加密后变成密文,输入密码变成明文。-Simple assembly language data encryption algorithm, data can be encrypted into ciphertext, enter a password make it explicit.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:642
    • 提供者:woaini
  1. mima

    0下载:
  2. 试用维吉利亚密码的方法,以ART(不区分大小写)为密钥对任意给定的字母进行加密。(加密方法:将字母a,b,c…z 对应数字0,1,2……25。明文字母m,密文c,密钥k,c=m+ki mod 26 (I=1,2,3)。例如:m="data security"对应数字"3,0,19,0,18,......,19,24";k="best" 对应数字为"1,4,18,19"密钥长度为4。c="eeltt ……r")其中c1=m1 + k1 mod 26 = 4 (e),c5=m5+k1 mod 26=
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:236164
    • 提供者:梁毅
  1. WebSafe

    0下载:
  2. 实现移位密码,密码表为8位二进制,因此明文必须为成对的16进制字符组成的字符串-Achieve translocation password, the password table for the 8-bit binary, it must be expressly pairs consisting of 16 hexadecimal characters in the string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:46372
    • 提供者:余俊仡
  1. RSAcode

    0下载:
  2. 利用公开密钥密码算法,加密和解密使用不同的密钥。 (1)使用密钥PK对明文加密后,在用解密密钥SK解密,可得到明文, DSK(EPK(X))=X (2)加密密钥不能用来解密,DPK(EPK(X))!=X在计算机上可以容易的产生 成对的PK,SK,从已知的PK实际上不可能推导SK (3)加密和解密的密钥可以对调,即EPK(DSK(K))=X (4)从PK到SK的推导过程是几乎不可能的-The use of public key cryptographic al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1578
    • 提供者:谢雨
  1. des_code

    0下载:
  2. des算法源码 DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。   其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。   DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。-des algorithm source code for DES algorithm of the symmetric cryptosystem cry
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4485
    • 提供者:李大力
  1. GetFox

    0下载:
  2. 根据Foxmail文件夹mail目录中邮箱配置文件Account.stg,在”Account.stg“文件中查找“POP3Password”字段的密文。将密文计算出明文。 本人有后台全自动搜寻目录和密码的软件,欢迎索取。(QQ:1012567545) - Get foxmail password. Works good at foxmail6.5.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-22
    • 文件大小:35673
    • 提供者:我保密
  1. des.tar

    0下载:
  2. 带swing界面的文件加密和解密程序。</br> 自定义明文密码。</br> 可直接运行 并对文件加密。加密后的文件需经过解密后才能使用。</br> -With a swing interface file encryption and decryption process. </br> Custom the password itself. </br> Can be directly run and file encryp
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:7185
    • 提供者:徐徐
  1. 33

    0下载:
  2. 实验目的:熟练掌握字符串处理以及循环控 问题描述 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文 -Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:6937
    • 提供者:吴海
  1. PwLook

    0下载:
  2. 本程序利用HOOK实现星号密码查看。使用时将鼠标移到要查看的地方,星号密码即可变为明文。-This procedure used to achieve an asterisk password HOOK view. Use the mouse to move where you want to see an asterisk password into plaintext.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:53874
    • 提供者:331
  1. MessageDigestExample

    0下载:
  2. 单一的消息摘要算法,不使用密码.可以用来对明文消息(如:密码)隐藏保存-A single message digest algorithm, do not use a password. Can be used to express the message (for example: password) hide the save
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:609
    • 提供者:sanbi
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1098012
    • 提供者:张希行
  1. code

    0下载:
  2. 凯撒密码算法C语言实现,k=3 明文密文字符长度在100以内。-Caesar cipher algorithm C language, k = 3 plaintext ciphertext less than 100 characters in length.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:155460
    • 提供者:列宁龙
  1. encode

    0下载:
  2. 用维吉利亚密码的方法,以ART(不区分大小写)为密钥对任意给定的字母进行加密。加密方法为:将字母a,b,c…z 对应数字0,1,2……25。明文字母m,密文c,密钥k,c=m+ki mod 26 (i=1,2,3)。-Password with the Virginia approach to ART (not case sensitive) as the key for any given letter is encrypted. Encryption methods are: the let
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1202
    • 提供者:huifeng07
  1. ZfKeyInitTool

    0下载:
  2. 应用密码学中硬件加密解密的实现,在该工程中实现了对明文密文,hash等等的实现用例。-Applied Cryptography encryption and decryption in hardware implementation, the project realized the plaintext ciphertext, hash, etc. to achieve the use cases.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:567173
    • 提供者:liupeng
  1. findpass

    0下载:
  2. 因为登陆的域名和用户名是明文存储在winlogon进程里的,findpass 通过在winlogon进程中查找用户登陆信息来获取简单加密后的用户密码。-Because the domain and user login name is stored in the winlogon process as clear text, findpass find the user login information to obtain a simple encrypted password from wi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:756971
    • 提供者:雨夜心凡
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com