登录
首页 » Visual C++ » minifilter_sample

minifilter_sample

于 2007-09-18 发布 文件大小:120KB
0 215
下载积分: 1 下载次数: 780

代码说明:

  文件系统过滤驱动程序的框架,对于做文件透明加密的朋友很有帮助()

文件列表:

cdo
...\cdo.inf
...\cdo.rc
...\cdoinit.c
...\cdooperations.c
...\cdoproc.h
...\cdostruct.h
...\makefile
...\pch.h
...\htm" target=_blank>sources
ctx
...\context.c
...\ctx.inf
...\ctx.rc
...\ctxinit.c
...\ctxproc.h
...\ctxstruc.h
...\makefile
...\operations.c
...\pch.h
...\htm" target=_blank>sources
...\support.c
dirs
metadatamanager
...............\datastore.c
...............\fmm.inf
...............\makefile
...............\metadatamanager.rc
...............\metadatamanagerinit.c
...............\metadatamanagerproc.h
...............\metadatamanagerstruc.h
...............\operations.c
...............\pch.h
...............\htm" target=_blank>sources
...............\support.c
minispy
.......\dirs
.......\filter
.......\......\makefile
.......\......\minispy.c
.......\......\minispy.rc
.......\......\mspykern.h
.......\......\mspylib.c
.......\......\registrationdata.c
.......\......\htm" target=_blank>sources
.......\inc
.......\...\minispy.h
.......\minispy.inf
.......\user
.......\....\makefile
.......\....\mspylog.c
.......\....\mspylog.h
.......\....\mspyuser.c
.......\....\mspyuser.rc
.......\....\htm" target=_blank>sources
nullfilter
..........\makefile
..........\nullfilter.c
..........\nullfilter.inf
..........\nullfilter.rc
..........\htm" target=_blank>sources
passthrough
...........\makefile
...........\passthrough.c
...........\passthrough.inf
...........\passthrough.rc
...........\htm" target=_blank>sources
scanner
.......\dirs
.......\filter
.......\......\makefile
.......\......\scanner.c
.......\......\scanner.h
.......\......\scanner.rc
.......\......\htm" target=_blank>sources
.......\inc
.......\...\scanuk.h
.......\scanner.inf
.......\user
.......\....\makefile
.......\....\scanuser.c
.......\....\scanuser.h
.......\....\scanuser.rc
.......\....\htm" target=_blank>sources
swapbuffers
...........\makefile
...........\htm" target=_blank>sources
...........\swapbuffers.c
...........\swapbuffers.inf
...........\swapbuffers.rc

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

发表评论

0 个回复

  • AES_CMAC
    AES加密,并完成基于AES的CAMC操作(AES encryption and the AES operation is completed based on CAMC)
    2014-11-08 23:11:00下载
    积分:1
  • AES
    AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。(AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific implementation method.)
    2010-09-18 10:14:37下载
    积分:1
  • Affine
    本程序是仿射密码的加密与解密,用C语言编写的,经测试没有问题(This procedure is affine password encryption and decryption, written in C, tested no problem)
    2012-05-11 02:21:27下载
    积分:1
  • RSA算法
    信息安全中的RSA算法,界面简单明了,功能齐全(information security of the RSA algorithm, simple interface, the full range of functions)
    2005-07-01 17:50:39下载
    积分:1
  • sdgzhidian
    很好的字典生成器,输入关键字,实现排列组合,破解密码的利器(Good dictionary builder, enter a keyword permutations and combinations to achieve, to crack the code of the weapon)
    2013-12-28 14:11:01下载
    积分:1
  • MD5VB2010
    MD5VB2010实现MD5加密,计算机VB程序(MD5VB2010 achieve MD5 encryption, computer VB program)
    2013-12-11 09:24:32下载
    积分:1
  • wugacsp 非对称钥的生成、导入、导出、
    这两个工程主要用CSP 1、CSPTEST 写的比较乱 主要是给当时一个朋友做参考调用的 完成非对称密钥的生成、导入、导出、加密、解密、对称的加密解密、签名、验证。 2、CSTTEST2 写的比前个好些,但是平时上班,下班自己也要写论文,所以花的时间也不太多,很多地方都偷懒了。比如文件大小我没有用NEW 而且指定了1024 有需要的朋友可以自己修改。这个工程主要是非对称的密钥的导出和导入,还有就是会话密钥的操作。(these two works mainly with a CSP. CSPTEST comparison was made mainly to the chaos when a friend called to refer to the completion of the non-symmetric key generation, importing and exporting, encryption, decryption, symmetric encryption and decryption, signature, the certification. 2, CSTTEST2 write better than in the previous months, but usually go to work and finish their own toilet paper so I spent the time is not too much, all of the lazy. For instance, file size I have not used the NEW 1024 and designated a need to amend their friends. The project mainly non-symmetric keys to the Export and Import, there is the session key operation.)
    2020-06-27 10:00:02下载
    积分:1
  • 21encryptionalgorithmandrealizevBlanguages
    21加密算法,用vB语言编写实现,可了解各种加密算法的结构(21, encryption algorithm, and realize vB languages, can understand the structure of a variety of encryption algorithms)
    2009-02-22 00:29:59下载
    积分:1
  • sanpack_rsa_vs2003sln_src
    分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。 (RSA algorithm analysis application, appraisal document RSA encryption algorithm application of the feasibility and significance. Practical design of a complete set of documents RSA encryption solution to achieve specific coding. RSA algorithm to study conventional RSA algorithm, using C to achieve RSA encryption algorithm library. and 32% Packaging windows platform components. In. Net platform invocation components can be achieved for arbitrary document RSA encryption operation Window applications. After an encrypted file and key documents are text documents. Class is the key category map, the entire application document describes the structure, the key modules flowchart, more detailed interface documentation, All source code. Application procedures for conducting tests on the test results)
    2006-09-25 23:19:04下载
    积分:1
  • delcert
    删除系统某存储区中的证书, 代码参考msdn(removal system of a storage area of the certificate, a code reference VARIANT)
    2005-07-20 10:17:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载