搜索资源列表
security
- 说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现 利用数字信封实现大文件的加密、解密。 2、有什么用: 2.1 研究、学习信息安全中的密码学设计与实现技术。 2
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
vbjm
- 本例可以完成对任意文件的加密与解密,对同一文件作第一次处理为加密,第二次处理为解密。-the cases to be completed for any document encryption and decryption of the same document for the first time to deal with encryption, treated as second declassified.
文件加密技术一例
- 文件加密技术一例给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可.-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
- 能够很好的实现文件的加密与解密,对初学者有很好的借鉴与学习作用。-Can achieve the file encryption and decryption, a good reference for beginners and learning effects.
AES()
- 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
jmyjm
- VBC++程序设计的文件《加密与解密》配套代码发布-VBC++ program design document " encryption and decryption" complementary code released
JAVAjiamijiemi
- 这是用java编写的加密与解密程序,基于的思想是改变文件结构-This is prepared using java encryption and decryption procedures, based on the idea is to change the file structure
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
C
- 能够很好的实现文件的加密与解密,功能完善,界面友好-Can achieve the file encryption and decryption, functional, user-friendly
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
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
- 数据或文件的加密与解密()