搜索资源列表
sms4
- sms4 算法源程序以及测试程序,内部资料-sms4 algorithm source code and testing procedures, internal information
SMS4_verilog
- SMS4是国内第一个公布的商用分组密码算法,其重要应用性可想而知。源码中包括C代码和verilog源码。
c_sms4
- 简单实现了sms4的加解密。。对于sms4的学习有一定的帮助
SMS4_1.0
- 本项目将一组128位主密钥0123456789abcdeffedcba9876543210(16进制)通过4轮密钥扩展,获得前4轮子密钥,4轮子密钥再通过数码管分8批按16进制循环显示,该4轮子密钥理论值应为: f12186f9 41662b61 5a6ab19a 7ba92077. 所以8批数码显示数据应为: 86f9 f121 2b61 4166 b19a 5a6a 2077 7ba9. -A group of the project will be 128-bit mast
SMS41
- 简单实现sms4的加解密,对于sms4的学习有一定的帮助-Simple implementation of sms4 encryption and decryption, for sms4 be helpful in learning
SMS4-Cryptography
- 本算法是一个分组算法。该算法的分组长度为128比特,密钥长度为128比特。加密算法与密钥扩展算法都采用32轮非线性迭代结构。-This algorithm is a grouping algorithm. The algorithm s block length is 128 bits, 128 bit key length. Encryption algorithm and key expansion algorithm are used 32 non-linear iterative str
src
- SMS4加密算法的C语言实现方式,linux下编译通过。-SMS4 encryption algorithm C language implementations, linux compile.
sms4
- SMS4是用于WLAN的国内官方公布的第一个商用密码算法,具有较好的抗破解能力。本代码提出了一种新型的基于FPGA硬件实现的SMS4分组密码算法电路的设计。-SMS4 for WLAN in the domestic first official commercial cryptographic algorithms, and has good resistance to cracking ability. The code proposes a new FPGA-based hardware
sms4-01[1].tar
- 本算法是一个分组算法,该算法的分组长度为128比特,密钥长度为128比特。加密和密钥扩展均为32轮非线性迭代结构。-This algorithm is a grouping algorithm that packet length is 128 bits key length of 128 bits. Encryption and key expansion are 32 nonlinear iteration structure.
sms4-branch
- 计算了我国商用密码sms4的分支数计算最大值为5-The calculation of the commercial password sms4 branch of the count
SMS4-algorithm-s
- 对称加密算法SMS4算法的安全性研究,针对加密算法的安全性,阐述了这一加密算法的安全性。-The security of symmetric encryption algorithm SMS4 algorithm for the security of the encryption algorithm, described the security of the encryption algorithm.
sms4
- SMS4算法的C语言实现。手动输入明文和密钥以及功能选择,按16进制输入和输出。-SMS4 algorithm in C language. Manually enter the plaintext and key functions to select, according to the hexadecimal input and output.
sms4-01
- 一种常用的加密算法sms4,适用于无线局域网的分组算法-A common encryption algorithm SMS4 grouping algorithm applicable to the wireless LAN
AES-SMS4
- AES、SMS4加密的源码,对学习AES、SMS4的同志有帮助!-AES, SMS4 encryption source of learning AES, SMS4 help comrades!
SMS4
- 国密局公布的SMS4算法说明,给做加密算法类的人用.-National Bureau released SMS4 cipher algorithm descr iption, to make people use the encryption algorithm class.
sms4
- 国密算法sms4,核心代码c语言实现,不同版本用于实现-CRYPOTO SMS4,c program for SM4
SMS4
- 中国2006年首度公开的公钥密码算法,实现了SMS4的密码系统,密码算法比较多自己解决,通过了编译,可以使用、、仅供学习-China in 2006 for the first time the public key cryptographic algorithm, to achieve the SMS4 cipher system, cryptographic algorithms are more themselves, through the compiler can be used fo
AES-SMS4
- AES 和SMS4 的C语言代码实现,可对字符串进行加密,且带有注释-AES and SMS4 C language code can be encrypted string, and with comments
SMS4
- SMS4算法的加解密实现,使用C语言实现。简洁易懂。-SMS4 based c
SMS4
- Java实现国标SMS4算法,加密+解密 第11行为加解密参数(SMS4 ALgorithm In Java,param is in line 11)