登录
首页 » Visual C++ » Windows_Password_Logger

Windows_Password_Logger

于 2012-09-27 发布 文件大小:34KB
0 121
下载积分: 1 下载次数: 28

代码说明:

  windows登陆密码信息拦截,获取明文口令。程序对不同系统做了处理,在2000,2003,xp,vista上都可以截取, 在2000,2003,xp中,通过UNICODE_STRING.Length 的高8位取xor key,如果密码是编码过的,则通过ntdll.RtlRunDecodeUnicodeString解码, vista则通过AdvApi32.CredIsProtectedW判断密码是否编码过,解码用AdvApi32.CredUnprotectW。(The windows Password intercept, access to the plaintext password. Processing program on a different system in 2000, 2003, xp, vista can intercept, 2000,2003, xp UNICODE_STRING.Length high eight take xor key if the password is encoded by the ntdll.RtlRunDecodeUnicodeString decoding, vista, to judge by AdvApi32.CredIsProtectedW and password whether encoding, decoding AdvApi32.CredUnprotectW.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • rsa
    rsa 实现代码,运用大数算法#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A)(#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A))
    2012-05-16 11:09:35下载
    积分:1
  • RSA算法
    信息安全中的RSA算法,界面简单明了,功能齐全(information security of the RSA algorithm, simple interface, the full range of functions)
    2005-07-01 17:50:39下载
    积分:1
  • aes256_test
    aes256加密解密算法,256bit秘钥,配有例子 。(aes256 encrypt and decrypt)
    2021-05-15 22:30:07下载
    积分:1
  • NoobyProtect.x.src
    壳代码,对于学习壳编写的同学具有一定的参考价值,绝对经典(Shell code, written for students to learn the shell has a certain reference value, an absolute classic)
    2011-11-24 15:40:36下载
    积分:1
  • AES_CMAC
    通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
    2021-03-11 19:09:25下载
    积分:1
  • ResOrg_src
    AES128bit加密算法。在PDF文档中有详细算法描述(AES128bit encryption algorithm. PDF documents are detailed in the algorithm description)
    2011-09-06 13:01:42下载
    积分:1
  • Paillier
    Paillier加密算法的实现。产生512位大数,进行大数运算。1、产生密钥2、加密、3、解密。(Paillier encryption algorithm implementation. Produce 512 Tarsus, Tarsus operation performed. 1, 2 generates a key, encrypts, 3, decryption.)
    2021-03-02 17:59:34下载
    积分:1
  • LCCrypto_Src
    本程序可以在 PE 文件的结尾增加一个新节,从而在已被“加密”的程序开始运行时,要求输入密码。(This procedure can be the end of the document in the PE to add a new section, which has been in the encryption process to start running when asked to enter a password.)
    2008-02-29 09:29:32下载
    积分:1
  • crc
    检测CRC编码 看CRC编码在传输后是否有错误 有变动 (Detection CRC codes to see whether the CRC coding errors in the transmission there is a change)
    2013-09-15 23:51:38下载
    积分:1
  • 1111867176399d9765chaios
    加密程序,很好用。亲自验证,完全正确。希望下载。(we can add and unadd a picture correctly.welcom to download.)
    2012-05-17 12:06:01下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载