搜索资源列表
CreatePassword
- 自己写的实用加密和解密程序,常用于Application项目的配置文件加解密,加密后用的字符放在config文件,解密时调用程序可以解密.-himself wrote a practical encryption and decryption procedures, commonly used in the Application of the configuration file encryption and decryption, encrypted with the characters
TwoMain
- 自解密的加密程序的制作,是为了保证自己的数据不被别人非法地窃取,有必要对数据文件进行适当地加密。本程序采取一定的算法,对密码和数据进行加密,生成一个自解密的EXE文件。这个自解密文件是由两部分组成的。第一部分为可执行代码部分,其作用是对密码进行判断,对数据进行解密;后一部分是被加过密的密码和数据。 本程序分两个模块进行编写。第一个是main.c,它是用来进行加密,产生EXE文件的;第二个是main2.c,它是用来解密的。分别对它们进行编译生成main.exe和main2.exe,再对
jiamihejiemi
- C语言程序:加密解密小程序 -C Programming Language : encryption and decryption procedures sma
CRC32_base
- CRC加密和解密程序,ASM源程序代码编写-CRC encryption and decryption procedures, the preparation of ASM source code
jiamiJIAMI
- 文件加密程序 1. 对指定的文本文件进行加密(应判断其是否已经加密,若已加密则结束该步骤,否则提示输入加密口令,对文件进行加密); 2. 加密解密方法:输入一个6字符的密钥,将文件数据和密钥进行异或运算。不足6字节的部分,和密钥相应的位进行运算。加密解密方法一样。 3、加密解密后,将数据重新写入文件。 -an encrypted document. For the specified text file encryption (should judge whether encry
java
- 实现了rsa的加密解密功能,简捷方便很好的实现了程序的实现.
usbdelphi
- USB编程源代码及中间库,可以灵活运用,进行加密解密程序,数字证书处理等用途
CR1613
- 该文件可以用VC++6.0打开编译实现加密解密功能,并可以通过少量的修改(修改处程序中已标明)镶嵌到其他的程序中实现加密解密功能。..
DESjiamihejiemi
- 一个简单的c++程序,运用DES算法,可以对字符串进行加密解密,c-DES algorithm encryption and decryption of string
Code_Huffman
- 详细介绍了霍夫曼编码的源代码 用于图象的加密解密程序-Huffman code described in detail the source code for image encryption and decryption process
EncryptionCode
- 一个字符的加 密解 密程序的一段代码,可以让有需要的新手作个参考.-Character of the encryption and decryption process for some code that allows the novice there is a need for a reference.
mini1
- asm的简单的数据加密解密和数据格式转换程序。-an asm program for data encryption and decryption and format conversion.
2010hbks
- 文件加密,编写一个汇编语言程序,能够对磁盘文件内容进行加密解密。该程序运行后提示符为kcsj:,在该提示符后可键入-file encryption
jiami
- 这是一个对数据进行加密的程序。可以实现对TXT等文档的加密和解密。在32位环境下运行-This is the data encryption procedures. TXT and other document encryption and decryption. Running in 32-bit environments
RC4
- RC4源码.内有加密和解密程序。 -RC4 source
Delphi_278328
- Delphi:基于Delphi的文本内容加密解密程序,对文本文件中内容进行加密解密。 加密解密函数采用的是简单的ASCII码的值移位算法。 -Delphi: Delphi is a text-based content encryption and decryption procedures, the contents of a text file encryption and decryption. Encryption and decryption functions u
Delphi1
- Delphi:Delphi实现的文本文件加密解密程序,选择一个文本文件,即可实现加密与解密。 -Delphi: Delphi to achieve a text file encryption and decryption program, select a text file, you can achieve encryption and decryption.
Delphi
- Delphi:Delphi实现的文本文件加密解密程序,选择一个文本文件,即可实现加密与解密。 -Delphi: Delphi to achieve a text file encryption and decryption program, select a text file, you can achieve encryption and decryption.
Python加密解密程序
- Python加密解密程序,能对某个文件夹下的所有文件实现加解密。