搜索资源列表
des C语言简练代码
- 利用简单的C语言编程完成对des加密的一个较为完整的c程序。
dataencrypt
- 简单的汇编语言数据加密算法,能将数据通过加密后变成密文,输入密码变成明文。-Simple assembly language data encryption algorithm, data can be encrypted into ciphertext, enter a password make it explicit.
register.exe
- 利用硬盘序列号进行按照一定的加密算法(这里比较简单,用户可以自行定义扩充)计算注册码进行软件注册。-The use of the hard disk serial number in accordance with a certain encryption algorithm (in this case is relatively simple, the user can define its own extension) Calculate the registration code for
hash
- hash软件,使初学者了解hash的一些简单算法,学会利用自己的hash算法对一些数据进行加密.-hash software,let reader to know some simple hash algorithms,to cryptography data.
Algorithm
- 简单的对称加密算法程序,共有300行左右-Simple encryption program
Algorithm
- C语言简单加密解密 移位算法 界面不错 比较好用 不过有几处小BUG 请大家自行修改一下-The C language simple encryption and decryption shift algorithm interface good relatively easy to use, but there are several small BUG modify
3DES
- 3DES算法的加密和3DES算法的解码简单演示-3DES algorithm to encrypt and decode simple demonstration
AES
- 此代码主要完成对AES加密算法的实现,使用C++实现,简单易用-This code is mainly to complete the AES encryption algorithm, using C++ achieve, easy to use
AES-C
- AES加密算法C语言,代码比较简单,主要适合初学者学习使用-AES encoding AES encodingAES encodingAES encodingAES encoding
character
- 字符加密程序,通过一定的运算方式,半字节转换实现简单的加密。此段C语言程序基于VS2010的编程环境,为简单理解加密算法而编写的练习程序。-The character encryption program, through a certain way, half byte conversion to achieve a simple encryption. The C language program based on the VS2010 programming environment, fo
cat
- 利用猫映射和logistic映射对图像进行加密的算法,算法简单可行-Using cat map and logistic mapping of the image encryption algorithm, the algorithm is simple and feasible
Hex26
- 二十六进制换算法。福建吴世昌原创。 类似于16进制,26进制是每逢26进1位,用a-z表示0-25,可以把数字转换成字母串。也可把字母串还原为数字。 适合用来实现数字串缩短,或简单的加密解密。 -Hex26() is wrote by fj543. You can convert a number to a string with a-z,or convert a string back to a number.
encode
- 文件加解密,对应于HTML,JS,等纯文本文件的加密解密,算法较简单(File encryption and decryption, corresponding to HTML, JS, and other text files encryption and decryption, the algorithm is relatively simple)
tea加密解析算法
- 在游戏项目中,一般需要对资源或数据进行加密保护,最简单高效的加密算法就是采用位与或之类的,但是比较容易被人分析出来。 TEA加密算法不但比较简单,而且有很强的抗差分分析能力,加密速度也比较快。可以根据项目需求设置加密轮数来增加加密强度。(Simple algorithm of tea encryption and decryption)
AES加密算法(java实现)
- 简单的密码加密和解密,相对简单,新手使用,有些许不足,谨慎下载,(Simple encryption and decryption of the password, relatively simple, the new use of the novice, some is not enough, carefully downloaded,)