搜索资源列表
线性移位寄存器的C语言实现
- 线性移位寄存器是流密码的重要组成部分,该程序就是实现该方法。- The linearity shift register is the stream cipher important constituent, this procedure realizes this method.
des加密算法源代码c语言实现
- DES算法C语言实现的源代码,本人已经测试同uo,效果还可以-DES algorithm C language source code, I have uo with the test results can also
DES算法的C++编写实现
- DES算法C语言实现的源代码,本人已经测试同uo,效果还可以,真的好好的!!!睇下吧大家!-DES algorithm C language source code, I have uo with the test results can also really good! ! ! Dixia it all!
SHA-1-C
- C语言实现的SHA-1报文摘要算法,对学习者来说是一个不错的例子-C language of the SHA-1 digest algorithm, the learners is a good example
c++rsa
- C++语言实现的rsa加密算法,共同学习-C language of rsa encryption algorithm, learning together
c++dsa
- C++语言实现的dsa加密算法,共同学习-the C language settings encryption algorithm, learning together
c++des
- c++语言实现的des加密算法,共同学习-c des language of the encryption algorithm, learning together
c++base64
- c++语言实现的base加密算法,共同学习-c language of the base encryption algorithm, learning together
SHA1算法软件程序使用c++语言实现
- SHA1算法软件程序实现,使用c++语言实现,可以直接下载使用的。,SHA1 algorithm software program, the use of c++ language, you can download to use.
xxtea 加解密算法 c 语言实现
- xxtea 加解密算法 c 语言实现,包含调用例子-xxtea encryption and decryption algorithm c language, including calls examples
AES-C
- aes(rijndael 算法)的C语言实现,完整的程序源码,仅供参考-aes (rijndael algorithm) of the C language, complete source code, for reference only
des
- 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
DES-C
- c语言实现的加密算法,已经实现,非本人实现,-C language implementation of cryptographic algorithms has been achieved, non-I implementation, thank you
AES-128
- 用c语言实现得AES128加密,亲测可用,欢迎各位前来下载(Using C language to achieve aes128 encryption, pro test is available, welcome to download)
DES_Algorithm_implementation
- 按照DES加密解密原理采用C语言实现,算法实现中涉及一些位操作,如设置指定位置的位状态,循环左移等位操作,它是算法实现的根基。(Implement DES algorithm with C according to its encryption and decryption principle, the algorithm involves a number of bit operations, such as setting the bit position of the specified
SM2签名验签C语言实现
- SM2 签名 验签 C 语言实现来做到签名 验证签名 非常好的资源(SM2 signature verification C language implements very good resources for signing signature verification signatures)
sm2加密,解密基于openssl的C语言实现
- SM2 SM3 签名,验证签名,加密,解密,很好用的(SM2 signature verification C language implements very good resources for signing signature verification signatures)
AES_CMAC
- 通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基
sm2
- linux平台用c语言实现SM2和SM3算法,能够完成密钥协商(Linux platform realizes SM2 and SM3 algorithm in C language, and can complete key agreement.)
C++语言实现DES和MAC分散算法
- C++语言实现DES和MAC分散算法 支持Window/linux系统