登录
首页 » Visual C++ » NDIS

NDIS

于 2011-05-19 发布 文件大小:835KB
0 127
下载积分: 1 下载次数: 94

代码说明:

  实现透明加密,驱动模型,文件过滤系统介绍(To achieve transparent encryption, drive model, document filtering system introduced)

文件列表:

透明底层文件过滤驱动加密技术
............................\Getting Real(把握现实)学习笔记.doc,88064,2009-10-20
............................\NDIS Hook的框架代码.doc,47104,2009-10-20
............................\NTA-文档保密的“硬”办法.doc,118272,2009-10-20
............................\Windows文件系统的过滤器驱动程序设计.doc,40448,2009-10-20
............................\Windows文件系统过滤管理器之微过滤器驱动开发指南.doc,198144,2009-10-20
............................\Windows文件系统过滤驱动开发教程(第二版).pdf,542664,2007-08-28
............................\在文件过滤驱动中如何判断文件访问请求来自网络.doc,25600,2009-10-20
............................\在过滤驱动程序创建IRP查询文件信息.doc,46080,2009-10-20
............................\挂钩Windows API.doc,142848,2009-10-20
............................\文件过滤驱动中的重入处理.doc,39936,2009-10-20
............................\文件过滤驱动的一篇英文文章.doc,96768,2009-11-06
............................\文档安全管理系统类产品分析.doc,44544,2009-10-26
............................\有关文档保护似是而非的观点及我的看法.doc,39936,2009-10-20
............................\网络文件系统的cache机制.doc,37376,2009-10-20
............................\透明底层文件过滤驱动加密技术.doc,71680,2009-11-05
............................\(转载)Windows文件系统过滤驱动开发教程.doc,240128,2009-10-20

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

发表评论

0 个回复

  • 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
  • TCR116133h
    该文件能用Visual C++6.0打开编译实现加密解密功能,并能通过少量的修改改(修改处程序源码中已标明)镶嵌到其他的程序源码中实现加密解密功能。 可直接使用。 (The file can use Visual C++6.0 to open compiled encryption and decryption functions through a few modifications reform (modify at program source code has been marked) inlaid into the other program source code to achieve encryption and decryption functions. Can be used directly.)
    2012-09-15 18:09:59下载
    积分:1
  • RSA_algorithm_c++
    说明:  采用RCS做文件加密的源程序代码,VC环境。包含两个文件包,里面的Readme有详细介绍。(Using RCS to do file encryption source code, VC environment. Package consists of two documents, which detailed the Readme.)
    2008-09-30 17:45:21下载
    积分:1
  • GPU-AES
    使用cuda的aes加解密kernel函数(the kernel function of aes encrypt)
    2012-04-27 10:15:24下载
    积分:1
  • DES_Test
    DES加密的MFC实现,主要包括两部分组成,有字符串加密和文件加密两种模式,实现了3DES功能,让加密更安全(including string and files by DES)
    2013-10-28 19:46:24下载
    积分:1
  • houfangjiaohui
    空间后方交会,摄影测量学的重要程序,通过共线方程解算加密点,是摄影测量学的经典算法(Space Resection the photogrammetry important program through the collinear equation solver encryption point photogrammetry classical algorithm)
    2013-03-21 20:36:30下载
    积分:1
  • chinashengyu
    一个中国剩余定理的简单算法,密码学基础算法(Chinese Remainder Theorem a simple algorithm, based on cryptography algorithm)
    2007-12-17 13:35:58下载
    积分:1
  • jiajiemi
    加解密算法的实现,内部包含有多个加解密算法的实现,(Encryption and decryption algorithm, contains a number of internal encryption algorithm,)
    2009-06-14 15:09:55下载
    积分:1
  • RSA
    RSA算法的解密和加密,用扩展的欧几里得算法求乘法逆元(rsa)
    2010-06-20 13:05:12下载
    积分:1
  • aes-src-22-11-16
    一个用vc编写的aes算法实现,含有128,192,256三种钥匙长度的(a prepared using vc Orangk'aes algorithm, containing 128,192,256 length of the three key)
    2006-12-05 09:17:18下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载