资源列表

« 1 2 ... .35 .36 .37 .38 .39 740.41 .42 .43 .44 .45 ... 1660 »

[加密解密AES

说明:AES的加密解密的程序代码,已经通过验证,保证可以使用。C++版。-AES encryption and decryption of the program code has been validated to ensure that you can use. C++ version.
<王恒> 在 2025-05-28 上传 | 大小:862kb | 下载:0

[加密解密rijndael

说明:这是从NIST官方网站下载的AES源码,由于原网站为英文版,转载过来和大家共享。-This is the official website to download from the NIST' s AES source, because the original site for the English version, reproduced over and share.
<王恒> 在 2025-05-28 上传 | 大小:24kb | 下载:0

[加密解密AES

说明:AES是分组密钥,算法输入128位数据,密钥长度也是128位。-AES is a sub-key, 128-bit data input algorithm, key length is 128.
<huhanzhong> 在 2025-05-28 上传 | 大小:714kb | 下载:0

[加密解密DES

说明:DES是一个分组加密算法,他以64位为分组对数据加密。同时DES也是一个对称算法:加密和解密用的是同一个算法。它的密匙长度是56位(因为每个第8位都用作奇偶校验),密匙可以是任意的56位的数,而且可以任意时候改变。-DES is a block cipher algorithm, his 64-bit data encryption for the packet. At the same time, DES is a symmetric
<huhanzhong> 在 2025-05-28 上传 | 大小:484kb | 下载:0

[加密解密MD5

说明:md5哈希算法源码,摘要信息、摘要消息的长度256,摘要为16-md5 hash algorithm source code
<huhanzhong> 在 2025-05-28 上传 | 大小:2.36mb | 下载:0

[加密解密RSA

说明:RSA简洁幽雅,但计算速度比较慢,通常加密中并不是直接使用RSA 来对所有的信息进行加密, 最常见的情况是随机产生一个对称加密的密钥,然后使用对称加密算法对信息加密,之后用 RSA对刚才的加密密钥进行加密。-RSA elegant simplicity, but the computing speed is relatively slow, usually not direct the use of encryption in the
<huhanzhong> 在 2025-05-28 上传 | 大小:1.21mb | 下载:0

[加密解密TEST

说明:关于加解密的签名算法,sha1源代码提供下载-On the encryption and decryption of the signature algorithm, sha1 source code available for download
<huhanzhong> 在 2025-05-28 上传 | 大小:356kb | 下载:0

[加密解密ECC

说明:eliptic curve cryptography decryption
<senthamaraikannan> 在 2025-05-28 上传 | 大小:37kb | 下载:0

[加密解密DES

说明:加密解密算法,在CBC模式下的DES算法。代码都有备注,希望对大家有用哦。-Encryption and decryption algorithm in CBC mode of the DES algorithm. Note the code are, I hope all of you, oh useful.
<Keven> 在 2025-05-28 上传 | 大小:5kb | 下载:0

[加密解密CRCSUNFAN

说明:一种实现CRC的工程算法,按比特实现法、块异或汇编实现法、查余式表实现法,并通过在zsp400的内核环境下运行和仿真这几种实现法,从而得出结论:查余式表实现法是一种较好的实现法。-CRC works to achieve an algorithm bit by the realization of law, or the compilation of different pieces of the realization of law,
<叶超> 在 2025-05-28 上传 | 大小:197kb | 下载:0

[加密解密BCBandECB

说明:BCB模式与ECB模式的加密模式与解密模式 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。 -BCB mode and ECB mode encryption and decryption mode input mode expl
<zouna> 在 2025-05-28 上传 | 大小:5kb | 下载:0

[加密解密LFSR

说明:1. 分析n-位LFSR生成m=2n-1位长伪随即序列的算法过程。 2. 用程序设计语言将算法过程编程实现。 输入明文:I do like this book 加密算法E:yi=xi^ki 密钥:32-LFSR的输出,初始值:good 本原多项式:x32+x7+x5+x3+x2+x+1 -1. Analysis of n-bit LFSR to generate m = 2n-1 bit length o
<zouna> 在 2025-05-28 上传 | 大小:16kb | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 740.41 .42 .43 .44 .45 ... 1660 »

源码中国 www.ymcn.org