搜索资源列表
vfp加密与解密
- 一个简单实用的数据加密程序,在我们生活中重要数据比如身份验证,采用明文存取,很容易被别人窃取,而先采用加密后再存入数据库,用的时候再还原,这样就保证了数据安全性.-a simple and practical data encryption procedures, in our lives important information such as authentication, access expressly adopted, it is easy for others to steal,
dataencrypt
- vc source 它是关于vc的数据加密解密源程序
DES1.0
- DES算法提供给数据加密解密功能,接口见文档
DES.rar
- 数据加密标准(DES)加密解密算法Matlab源代码,Data Encryption Standard (DES) encryption and decryption algorithm Matlab source code
3DES
- 在VC平台上调试成功,实现了3DES算法,可以成功对数据进行3DES的加密和解密-VC platform debugging in the success of the realization of the 3DES algorithm, can be successfully 3DES data encryption and decryption
jiamijiemi
- 该压缩包里主要写了几个关于如何将文本数据加密解密序列化的实现-The compression bag mainly on how to write a few text data encryption and decryption sequence of realize
SimpleEncryptionAlgorithmReversibleAndIrreversible
- 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
DES
- DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 -The basic principle of DES is that its entrance there are three parameters: key,
encryption_test
- 实现通信过程中的数据加密(AES, DES, SHA-256,SHA-384,SHA512, RSA)。 测试加解密效率等-To achieve communication in the process of data encryption (AES, DES, SHA-256, SHA-384, SHA512, RSA). Encryption and decryption efficiency test
DES
- 数据加密标准(DES)密码算法,是一种分组密码算法,本程序采用该算法实现键盘输入字符的加解密。-Data Encryption Standard (DES) encrypt algorithm is a grouping encryption algorithm. This program can realize encryption and decryption on characters input from keyboard.
rsa
- RSA算法应用程序用于实现数据加密和解密-RSA algorithm applications for data encryption and decryption
DES_Encrypt
- 用于DES数据加密解密,两个文件,一个是头文件,存放数据变换规则,另一个是加密解密函数。-DES
CryptDES
- 标准加密解密函数接口!用于数据加密解密!-Standards for encryption and decryption function interface
vc_3des
- 数据加密解密。用DES算法实现加密解密的C++代码。-Data encryption and decryption. Encryption and decryption with the DES algorithm in C++ code.
AES_Encryption
- AES加密解密工具,使用c#开发,可以对数据进行加密和解密。-AES encryption and decryption tool, use the c# development, you can encrypt and decrypt data.
20101024101655133
- 加密锁,文件加密解密,数据操作支持库一, 一个对文件进行加密解密的软件。支持DES标准加密法、RC4标准加密法、DES增强加密法、RC4增强加密法、黄金加密锁自带加密法等。带有密码遗忘提示。-加密锁,文件加密解密,数据操作支持库一, 一个对文件进行加密解密的软件。支持DES标准加密法、RC4标准加密法、DES增强加密法、RC4增强加密法、黄金加密锁自带加密法等。带有密码遗忘提示。
des
- 实现用DES算法编写的加密工具,实现数据的加密与解密。-Written by DES algorithm to achieve encryption tool for data encryption and decryption.
base64
- 用Base64对数据加密解密,简短,一点都不烦杂-Encryption and decryption of data using Base64
vb-data
- vb 数据加密自解密算法 加密解密都是调用同一个function 。-vb data encryption and decryption algorithm from the encryption and decryption are called the same function.
DES加密解密
- 对数据进行加密或者解密的demo,方便初学者学习(A demo that encrypts or decrypts data for beginners to learn)