搜索资源列表
AESExample
- AES 是一种使用安全码进行信息加密的标准。它支持 128 位、192 位和 256 位的密匙。 内有完整的字符串与文件的加密及解密例子。-AES is a safety code for the use of information encryption standards. It supports 128, 192 and 256 of the keys. Within a full string and document encryption and decryption exampl
文件加密技术一例
- 文件加密技术一例给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可.-file encryption technology to the case file encryption technologies lot, which will be divided into different levels, to suit the needs of different oc
FileEncry
- 文件的加密与解密技术非常重要,对某些机密文件可以加密保存
jjm
- 文件的加密与解密,供大家参考一下,呵呵!
Cryptcode
- 文件的加密与解密算法源码,可以很方便地进行文件的加密与解密操作。-File encryption and decryption algorithm source code, you can easily encrypt and decrypt the file operations.
AES()
- 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
jmyjm
- VBC++程序设计的文件《加密与解密》配套代码发布-VBC++ program design document " encryption and decryption" complementary code released
DES
- 使用VC编程实现DES的加密与解密算法,能够加密和解密文件,使用的密钥是八位-VC Programming using DES encryption and decryption algorithms to encrypt and decrypt files, the key is to use eight
JAVAjiamijiemi
- 这是用java编写的加密与解密程序,基于的思想是改变文件结构-This is prepared using java encryption and decryption procedures, based on the idea is to change the file structure
04030326
- 信息技术的飞速发展,使人们的生活面貌发生了很大的变化,同时信息技术也促进了社会的发展。在计算机网络深入普及的信息时代,信息本身就是时间,就是财富。如何保护信息的安全使之不被窃取及不至于被篡改或破坏,已成为当今普遍关注的重大问题。密码是有效且可行的办法。 本论文主要是介绍了文件加密以及一个小程序,从密钥生成、DES加密原理、DES解密原理三方面阐述了DES算法的整个过程。并在此基础上,在windows环境下,利用java实现DES加密与解密算法,以窗体界面方式完成一个本地的文件加解密演示器。
java
- 文件的加密与解密 Java语言开发 希望能与更多Java爱好者共同探讨-Document encryption and decryption of the Java language to develop with more hope to explore Java enthusiasts
Crypt
- 文件的加密与解密算法,可以很方便地进行文件的加密与解密操作-Document encryption and decryption algorithms, it is easy to be a document encryption and decryption operations
wjjm
- 利用系统漏洞,实现文件夹加密与解密的VB源码,保护您的文件安全,密码验证成功后才可以打开保护后的文件夹!-Use of system vulnerabilities to achieve folder encryption and decryption of the VB source code to protect your files secure, password authentication before they can successfully protect the folder
wenjianjiami
- 对文件进行加密与解密的控件,内含VB使用方法的一个例程-The file encryption and decryption of the control, consisted of a routine use VB
Crypto
- 文件加解密,实现了对文件的加密与解密功能,开发人员可以方便使用-File encryption and decryption, the realization of file encryption and decryption functions, developers can easily use
filejiami
- 这是一个用VC编写文件加密程序的源代码,对文件的加密与解密-This is a file encryption program written with VC source code encryption and decryption of files
duowei
- 笔者设计了基于多维空间的加密算法, 该算法侧重于由序列的移动而实现文本的混乱,具有易编程实现的特点, 而且用它加密的文件, 在不知密钥的情况下很难破解,在实用性方面具有一定优越性。笔者将该算法在MS Visual C++6.0下实现对文本的加密与解密-The author designed based on DuoWei space, the algorithm encryption algorithm focused on by a sequence of mobile and realize
File-encryption-and-decryption
- 文件的加密与解密。本程序主要是对已知文件(为英文字符)通过一定的算法将其转换成非本身的其他英文字母以达到文件加密的目的-File encryption and decryption. This program is mainly for known file (in English characters) through a certain algorithm to convert itself into a non-English letters and other documents in
DES
- 完成输入字符串、读写文件两种形式的加密与解密。(Complete the input string, read and write files in two forms of encryption and decryption.)
EncryptDecrypt
- 数据或文件的加密与解密()