搜索资源列表
site119_jiami.rar
- 能够对文本文件进行加密,解密, 由于时间关系,对中文问题还没有 解决,
经典算法DES
- 用DELPHI实现的经典加密算法DES,能够对文本文件进行加密。-This sutra DES encryption arithmetic is implemented by DELPHI.It can encrypt the textfile.
OneTimeNOCList
- 使用一次文本加密方法做到数字化文本文件加密-use a text encryption methods do digital text file encryption
TEAve式加密
- 使用一次文本加密方法做到数字化文本文件加密-use a text encryption methods do digital text file encryption
RC5-CTS
- RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
jm2006
- 有解压密码的要说明密码,只对文本文件有效-are extracting passwords to note password, only to the text document effective
filemountkk
- 用3DES加密文本文件的小工具,非常好用-with 3DES encryption small text files tool, very useful
kaiser2
- 本程序实现kaiser密码加密 1.本程序将所有可能出现的英文和符号定义在ASCII表中的“032--126”中的95个常用字符 3.在实现2的基础上,实现控制台对英文文本文件(注意明文和密文都以文件形式存在)的加解密 形式:cipher 源文件名 目的文件名 密钥 E/D(标示加解密)说明:对于加密来说,源文件名就是明文,对于解密来说,源文件名就是密文 ***/-the program kaiser a password encryption. This program
jiamiwenjian
- 1.本程序将所有可能出现的英文和符号定义在ASCII表中的“000--255”中的256个常用字符 2.在实现2的基础上,实现控制台对英文文本文件(注意明文和密文都以文件形式存在)的加解密 形式:cipher 源文件名 目的文件名 密钥 E/D(标示加解密)说明:对于加密来说,源文件名就是明文,对于解密来说,源文件名就是密文-1. This program will all possible symbols in English and in the definition of th
sanpack_rsa_vs2003sln_src
- 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
RSACode
- 这是一个rsa的加密程序,可以加密一般的文本文件,对于数字签名有很重要的应用,还可以用于图象的加密-This is a rsa encryption procedures, encryption general text files, Digital signatures for a very important application, the images also can be used for encryption
3DESjiamichengxu
- 这是一个三重des的加密程序,可以加密一般的文本文件和图象文件,其中还有四种模式的加密程序,可以再vc下实现 -This is a triple des encryption procedures, encryption general text files and image files, Among them were four model encryption procedures can be achieved under vc
NTL-RSA
- 使用NTL大整数库实现RSA公钥密码算法,可用于对文本文件进行加密和解密. 平台Windows98以上,VC++6.0, 内部文件路径均为相对路径,不存在无法编译的Bub.-use of the NTL large integer achieve RSA public key cryptography algorithm, can be used to text file encryption and decryption. Windows98 platform above, VC 6.0,
IDEAEncryption
- IDES加密解密文本文件,使用64位数据分组,128位密钥进行加密.-IDES text file encryption and decryption, the use of data to a 64, 128-key encryption.
DES_Encryption
- DES加密解密文本文件,使用分组加密方法加密解密数据,分组长度为64位.-DES encryption and decryption of text files, using a method of encryption and decryption of encrypted data, a length of 64.
HidefileinBMPfile
- 利用BMP存储图像的冗余,将文本文件加密隐藏于BMP图片之中。-use BMP image storage redundancy and text files in BMP encryption hidden among pictures.
ShellPidlDE
- 小巧快速的加密文本文件的工具,采用RC4算法,支持256个字符长度的密码,-compact rapid text file encryption tool, using RC4 algorithm, support 256 characters in length of the password,
txt2bin
- 将文本文件转换为芯片认识的二进制代码,文本文件只存储0和1,按照一定的规律转换此文本文件-The text file into a binary code known as chips, text files only store 0 and 1, according to certain rules convert the text file
Encrypt
- 文本文件加密器的VB源代码。讲解了一般的加密原理。-Encrypted text file of the VB source code browser. On the general principle of the encryption.
EncryWithPicture
- 本实例主要通过CFile类的Read方法分别读取图片文件和文本文件,然后将图片文件的每个字节和文本文件的每个字节进行异或运算。-This example mainly through CFile class Read method reads the picture files and text files, and then each byte of image files and text files for each byte XOR.