搜索资源列表
330911894
- C语言DES算法,简单实现文件的加密与解密功能-C language DES algorithm, a simple realization document encryption and decryption functions
Soft20060210103622639
- 文件加密使用,可以实现对PC上文件进行加密解密功能-document encryption use, the PC can be achieved on the document encryption and decryption functions
EFSencryption
- Windows提供了加密文件的方便方法,但是一但删除帐户或重装系统,加密后的文件将再也无法解密,直接导致文件“丢失”。本文提供了一个对EFS解密的方法,值得学习。-Windows provides a convenient document encryption methods, but a deletion of accounts or reinstall system, encrypted files will no longer declassified documents directl
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
铁卷运行原理
- 铁卷运行原理 铁卷采用的原理是内核文件实时透明加解密,在操作系统底层对文件进行加解密操作,不影响人员的原有使用习惯。安装铁卷的用户在使用文件时,运行于驱动层的用户终端自动将文件实时加解密;文件的接收者必须经过管理中心端的认证,才能够根据许可权限对文件进行操作。,Rail volumes using Volume Rail operating principle of the principle of transparency are core documents in real-time en
wenjianjiajiemi
- java文件加解密课程设计,包括摘要,概要设计,详细设计,有完整代码及截图-java file encryption and decryption curriculum design, including a summary outline design, detailed design, a complete code and screenshot
C
- 对文件进行加密,在加密之后必须使用同样的软件进行解密,不然产生乱码-The file encryption, encryption must be followed by using the same software to decrypt, or garbled
xc
- 文件夹传输,加密解密,协议设计,CS设计-File (directory) transport, encrypt and decrypt, protocols design, CS design
111
- 本系统主要用来实现文件的加解密,实用性强,作用较大-file encrypt decrypt
encryption-and-decryption
- 实现简单的文件加密解密功能,适合java初学者参考-Simple file encryption and decryption functions for java beginners reference
1
- 基于DES对文件加密,能对word或者TXT进行加密解密-Based on DES file encryption, the encryption and decryption of the word or TXT
CencryptionFile
- 用C语言异或实现简单文件加密/解密,输入的文件名和需要处理的文件名必须一致,解密密码和加密密码必须一致,不然会是乱码-XOR C language to achieve a simple file encryption/decryption, enter the file name and the file name must be consistent with the need to deal with decryption password and encryption password
jmjm
- 用C语言实现文件的加密与解密,对一段符号实现加密,解密-C language file encryption and decryption, for some symbol to achieve encryption, decryption
file-encryption-and-decryption
- 文件的加解密系统的设计,采用的是面向对象的java语言,很好理解和使用。-File encryption and decryption system design, object-oriented java language, a good understanding and use.
DES-data-encryption
- 本文是一篇讨论关于常用文件加密解密算法的毕业设计论文,它详细的讲述了文件加密解密算法实现的过程中所用到的方法、技术。-This article is a discussion about common file encryption and decryption algorithm design graduate thesis in detail about the methods, techniques used in the process of file encryption and de
DESwenjianjiami
- 用Java编写的一个文件加密解密系统,采用DES算法!-A file encryption and decryption system written in Java, using DES algorithm!
Java-software-protection-technology
- 用加密的方法来保护Java类文件,加密可以有效地对抗反编译 Java技术在设计之初就考虑到应用环境的复杂性,因此允许用户根据Java规范定制类加载器,使用这些定制的Classloader可以完成特定的操 作,比如从网络上下载类文件,验证类文件来源等,本文定制了 北京邮电大学硕日毋究生学位论文Java软件保护技术研究及实现一个Classloader来完成加密类文件的加载" (3)负责密钥提取和解密的具体算法不能被加密,否则又需要先将它 们解密,由此将形成一个循环,而它们又是必须
pa2005
- 解密文件,方法多,使用方便,很难得的软件-good file my use two years
20170810154930550
- 主要功能: 快速加解密,安全解加密,移动加解密,伪装/还原文件夹,隐藏/恢复文件夹等。(Main function: Fast encryption and decryption, secure encryption, mobile encryption and decryption, camouflage / restore folders, hide / restore folders, etc..)
文件加密与解密
- 简易的文件易位加密与解密的C语言程序源码 仅供参考