搜索资源列表
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,
PCI数据加密技术与应用
- PCI数据加密技术源码 加密过程: 以明文字母选择列,以密钥字母选择行,两者的交点就是加密生成的密文。 解密过程: 以密钥字母选择行,从中找到密码文字母,密码文字母所在列的列名即为明码文字母-PCI data encryption technology source encryption process : choose to express out letters to key letters choose OK, The intersection of the two i
一个MD5加密算法源码
- MD5就是采用单向加密的加密算法,所谓单向加密就是只能对数据进行加密,也就是说,没有办法对加密以后的数据进行解密。在实际中的一个应用就是数据库中的用户信息加密,当用户创建一个新的账号或者密码,他的信息不是直接保存到数据库,而是经过一次加密以后再保存,这样,即使这些信息被泄露,也不能立即理解这些信息的真正含义。 -MD5 encryption is one-way encryption algorithm, the so-called one-way encryption is only f
TestEncrypt
- 一个实现数据加密解密的例子。 从它可以看出自制加密解密的过程。-a data encryption and decryption example. It can be seen from the self-made encryption and decryption process.
如何对字符串进行加密解密
- 如何对字符串进行加密解密 本人在操作数据库时,考虑到该数据库还有可能被其他软件打开,所以想能否有另外一种方式把数据库中数据进行加密呢,也就是说,即使别人利用其他的软件打开了该数据库,看到的也是一片乱码,根本不知道数据库进而是什么内容。出于这种情况,本人利用VB中自带 RND()函数的功能编写了如下加密解密方法。 当RND()的参数(我们称它为种子)为负值时,同一种子产生同一个随机序列,同时VB还具有强大的二进制技术功能。 这样我们可以按以下方法实现字符串内容的加密解密。-How to encod
AES
- AES加密解密算法,AES 算法是基于置换和代替的。置换是数据的重新排列,而代替是用一个单元数据替换另一个。AES 使用了几种不同的技术来实现置换和替换。为了阐明这些技术,让我们用 Figure 1 所示的数据讨论一个具体的 AES 加密例子。-AES encryption and decryption algorithm, AES algorithm is based on the replacement and substitute. Replacement is to rearrange
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
rsa
- RSA算法应用程序用于实现数据加密和解密-RSA algorithm applications for data encryption and decryption
mini1
- asm的简单的数据加密解密和数据格式转换程序。-an asm program for data encryption and decryption and format conversion.
RSA
- rsa的加密算法,可以实现简单的数据加密以及解密工程,没有图形界面-rsa encryption algorithm, can achieve a simple data encryption and decryption works, there is no graphical interface
AES_Encryption
- AES加密解密工具,使用c#开发,可以对数据进行加密和解密。-AES encryption and decryption tool, use the c# development, you can encrypt and decrypt data.
jiami
- 文件加密解密的算法,vc6.0下已经测试通过,包括数据签名的HASH算法-HASH
vb-data
- vb 数据加密自解密算法 加密解密都是调用同一个function 。-vb data encryption and decryption algorithm from the encryption and decryption are called the same function.
aes_c
- 通过aes算法实现对数据来进行数据加密和数据解密。(Through the AES algorithm to achieve data encryption, decryption.)
aes_class
- 通过aes加密算法实现对数据的数据加密和数据解密。(Data encryption and data decryption are realized by AES encryption algorithm)
DES加密解密
- 对数据进行加密或者解密的demo,方便初学者学习(A demo that encrypts or decrypts data for beginners to learn)
tea加密解析算法
- 在游戏项目中,一般需要对资源或数据进行加密保护,最简单高效的加密算法就是采用位与或之类的,但是比较容易被人分析出来。 TEA加密算法不但比较简单,而且有很强的抗差分分析能力,加密速度也比较快。可以根据项目需求设置加密轮数来增加加密强度。(Simple algorithm of tea encryption and decryption)
数据生成器
- 一个实用的数据生成器,工具内置XOR加解密,MD5解密,UTF8加解密机器标识生成等(A utility data generator with built-in XOR encryption, MD5 decryption, UTF8 + decryption machine identity generation, etc)
BinEditTool
- AES128加密解密工具,方便调试,可通过输入AES128密钥,来对明文数据加密或者对密文数据解密。(AES128 encryption and decryption tools, easy to debug, can be encrypted or decipher to the encrypted data by entering the AES128 key.)