搜索资源列表
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,再对
MD5
- 用C语言编写的一个MD5的加解密算法,还包括一个测试程序
使用共享内存块的方式在进程间共享内存的例子
- 示范如何利用 XOR 算法针对文件进行加解密的程序.rar-demonstrations on how to use XOR algorithms against document encryption and decryption procedures. Rar
利用 XOR 算法针对文件进行加解密的程序
- 利用 XOR 算法针对文件进行加解密的程序.rar-against using XOR algorithms document encryption and decryption procedures. Rar
CryptoAPI_For_Delphi
- CryptoAPI的Delphi头文件,补充Windows头文件的不足,让Delphi程序员可以使用Crypt组加解密函数-CryptoAPI' s Delphi header files to supplement the deficiencies in Windows header files, so that programmers can use the Crypt Group Delphi encryption and decryption functions
ServerService
- 端口服务程序(ServerService.rar)及常用网络函数及加解密-Port service program (ServerService.rar) and commonly used network functions and encryption and decryption
EncryptionCode
- 一个字符的加 密解 密程序的一段代码,可以让有需要的新手作个参考.-Character of the encryption and decryption process for some code that allows the novice there is a need for a reference.
rc4code
- rc4的一个加解密程序,带有文件读取功能。-RC4
getpassword
- 一段delphi加解密的程序,用于截取密码的程序-A delphi encryption and decryption procedures, the procedures for the interception of the password
LoginHistory_v1.1
- 单元: TLoginHistory v1.1 修正版 目的: 提供一种通用的用户登录日志记录方法。 特征: 1、数据加密存储,保证安全性,用户还可以改变加密方法; 2、提供多种排序方式; 3、采用自定义文件格式,无需数据库支持,存取速度极快。 作者: 邓朝晖 dzh@inleo.com 历史: 2006-04-03 -v1.0 Create original version 2006-05-29 -v1.1
ejm
- 此程序是e语言加解密文件的源码及加解密数据原理-This program is the e language source code encryption and decryption of files and data encryption and decryption principle
des_delphi
- DES DELPHI 加解密程序原代码。非常的简单-DES DELPHI encryption and decryption program source code
TripleDES
- 数据格式加密采用标准3DES加密。 加密的字符串key为: 589BD507B59737B6C1BFCB9DCECB2C7957469B67049EDF34 nmbs_cstinf_dnl_7000_20130124.txt 为导出的未加密的数据,可做解析参考。 nmbs_cstinf_dnl_7000_20130124 (1).txt 为导出的加密数据,正式的客户信息下载文件为加密数据。 TripleDES.java及BytesUtil.java为
CLCRYPT
- 示范如何利用 XOR 算法针对文件进行加解密的程序,希望有用-Demonstrates how to use XOR algorithms for file encryption and decryption process, I hope useful
DES
- DES加解密程序,密文和密钥从文档中读出,最后的结果也将被写入文档-DES Program encryption and decryption and the program can read the content include the ciphertext and cipher key from the document(text1.text) the result will be writen in another document(text3.text)
des
- DES DELPHI,JAVA加解密程序-DES DELPHI JAVA
Delphijiamisuanfa
- delphi 加解密算法,包括MD5,des等等的客户端程序及源代码。-delphi
jm
- 对一般的小文件进行加解密的程序(完整含源码).-The general small file encryption and decryption of the program (full source code).
Python加密解密程序
- Python加密解密程序,能对某个文件夹下的所有文件实现加解密。