搜索资源列表
25814DES_100
- DES加密算法C++实现,简单易懂。 绝对好用!-DES encryption algorithm C realization of simple and understandable. Absolutely handy!
CMEAjiamishixian
- 在cdma2000移动通信系统中使用CMEA算法实现空中接口部分的数据加密。
cdib
- 这是一个加密算法,好用才能说好,所以大家试试吧!我觉得应该不错的!
1215052482
- des的加密解密,用于一般要求的算法。简单实现-des encryption decryption
C
- 此文件为C语言的基础源码,其中包括画图、菜单制作、加密算法、信息管理系统等不同层次的源码,对初学者有很好的帮助。-This file is the basis for the C language source code, including drawing, menu production, encryption algorithm, information management systems at different levels of source code, there is a go
JiamiJiemi
- VC开发的基于文件的加密解密工具主要采用des加密算法来完成-Encryption and decryption
Pic
- 图像的混沌加密算法,包括anold变换,logistic变换,流加密等-The chaotic image encryption algorithm, including anold transformation, logistic transformation, stream encryption
vigeneir
- 此代码用到了维吉尼亚密码加密算法,使用的是vc6.0开发环境-The code is the password encryption algorithm used in the Virginia, using the development environment vc6.0
45566
- 该文件件包含一篇英文文献,还有针对该文献进行的程序仿真,实现的主要功能是对图像进行加密的算法。-The file contains a document in English literature, there are procedures for the simulation of the literature, the main function is to image encryption algorithm.
AES-encryption-algorithm-
- 本例通过C语言编程来实现AES的加密算法-C programming language to implement the AES encryption algorithm
3d4c8def245a
- 算法流程 1.将要处理的二进制串进行IP置换 2.将密钥进行PC1置换(64位转为56位), 3.进行16轮操作,对于第i轮操作: 1)将上一次得到的PC1密钥(级除去第一次外,其他的都经过移位处理)的结果左右部分(各28位)分别循环左移1位或2位,然后将移位后的密钥进行PC2[i]置换. 2)将处理串均等分为左右两串Li,Ri(各32位),然后将右串Ri通过E盒拓展为新的右串R (48位),R 与上一步得到的PC2[i]子密钥进行异或
AES
- 实现了AES加密算法。包含3个文件,AES.h,AES.c,testAES.c。-AES source code
RSAEuro1.06
- C/C++下学习加密算法很好的参考材料,包括的算法有RSA椭圆加密算法等-C/C++ learning the encryption algorithm is a good reference material
encryption-alg
- 提供MD5,SHA1,SHA256,SHA512等四种算法,加密字串的长度依次增大。 加密算法实现-Provides four algorithms MD5, SHA1, SHA256, SHA512, the encryption string of length increase sequentially. Encryption algorithm
dotnetencrypt
- .Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。 本类实现一些常用机密算法,供参考。其中MD5算法返回Int的ToString字串。-. Net Framework With CLR provides support for the rich, can be achieved with minimal code using C and other old-fashioned language previously difficul
standard_dpa
- 实现差分功耗分析对aes加密算法的破解。-implement differential power analysis to aes algorithm
md5
- 传统的md5加密算法,对文件进行加密,得到相应的128bit的摘要。-Traditional md5 encryption algorithm to encrypt files, the corresponding summary of 128bit.
tuoyuanquxianjiami
- 椭圆曲线加密算法,看是否能构成椭圆,找到对称点等-Elliptic curve encryption algorithm to see if it can constitute an oval, find symmetry and so on
rdigcn0
- 经典的加密算法破解,是用C语言编写实现的,-Classic encryption algorithm to crack, it is written in C,
des算法
- DES算法为密码体制中的对称密码体制,又被称为美国数据加密标准。DES是一个分组加密算法,典型的DES以64位为分组对数据加密,加密和解密用的是同一个算法。密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位,使得每个密钥都有奇数个1),分组后的明文组和56位的密钥按位替代或交换的方法形成密文组。