搜索资源列表
RC5-CTS
- RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
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,
encrypttxt
- 利用vc++给文本文件进行加密解密算法源代码
get
- 该程序可实现对文本文件的加密,采用VC++编程实现
myscan
- 本程序是有VC编写,其主要功能是扫描电脑端口的开放情况,有界面,可以扫描单一端口,也可以自定义端口,还可以将扫描的结果保存为文本文件-This procedure is the preparation of VC, and its main function is to scan your computer for open ports situation, there are interfaces, you can scan a single port, but also can custom
SerialCom
- VC环境下实现串口通讯功能,能进行文本文件的传输-VC environment to achieve serial communication function, can be a text file transmission
HexEnc
- VC++使用XOR 256加密解密算法对文本或文件进行加、解密,很早时候的加密算法,但现在还很实用,搜集了一个实例,希望对VC++编程的朋友有所帮助。它主要是对十六进制的文本文档或者文件进行加密解密。-VC++ using the XOR 256 encryption and decryption algorithms to increase the text or document, decryption, the encryption algorithm when a long time a
trans
- trans程序的源代码在Cygwin下编译调试通过。(因使用了Unix特有的文件读写函数,用TC,BC,VC编译时须改写部分代码) 使用说明:trans [-R/-S] file 其中,-R 将摩斯码翻译成英文; -S 将英语翻译成摩斯码。 file为需要翻译的文本文件。运行成功后结果会保存在“~file”文件中。 注意:若是翻译英文,须保证所有字母均为大写字母。且标点符号仅可为“.”,“,”和空格。-trans program' s sour
huffuman00xiao
- 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
RWTextFile
- vc——创建文本文件并进行读写数据操作\RWTextFile-vc- Create a text file and read and write data operations \ RWTextFile
yixieyuanma
- 收集的一些各类源码,有文件捆绑器(VC源码,文本文件加密器vB源码等-Collection of some of the various types of source code, bundled with file device (VC source, source text file encryption devices such as vB
vc
- 利用c语言位运算进行文本文件加密解密,利于学习-Bit operations using c language for text file encryption and decryption
CK_listask
- 获取系统中当前的进程,并输出到文本文件中。VC++6.0环境中编译运行。-Acquisition system in the current process, and output to a text file. VC++6.0 environment, compile and run.
Base64
- 利用openssl源码对文本文件内容实现base64编码和解码,利用c语言实现,VC平台-implement base64 encode and decode by using openssl
www.dssz.com_GENERIC.01
- 简易文本文件加密算法例子!可以实现文件的加密解密,密码强度中等!-critpy system example for VC
LGY_CPU_Scheduler
- 一、在WINDOWS中双击DEBUG目录中的EXE文件直接运行,可能会没有显示结果窗口就关闭了,这不是程序错误,解决方法是: 1、“开始->程序->附件-命令提示符”,打开DOS命令窗口。 2、改变当前目录至EXE文件所在目录;(或者将EXE文件和测试用的文本文件一并复制到当前目录)。 3、输入EXE文件的完整名称(含后缀名)运行即可。(为方便输入,可以重命名EXE文件。) 二、 本程序包括:FIFO,优先级调度算法(静态优先级),时间
CPhoneBook
- VC++通过自定义CButton对象将图片导入按钮,对一个基本的通讯录程序界面进行美化,可以对不同状态下的按钮进行变色,无使用数据库,采用TXT文本文件操作。调试运行时请将TXT文件拷贝至Debug目录下。-The CButton object VC++ by customizing the Image Import button, to beautify a basic address book program interface, can change color button in dif
readstring
- VC++从文本文件中读取一个字符串,字符串已经内置在文本文件里,在窗体的空白处点击右键可看到效果。-VC++ read a string from a text file, the string has built-in text file, right-click to see the effect in the space of the form.
File
- VC++读文件、写文件与读注册表、写注册表的简单实例,代码中可展现出const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别-failed to translate