-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1
-
使用DES3进行加密,包含全部delphi源代码!
使用DES3进行加密,包含全部delphi源代码!-DES3 use of encryption, including all delphi source code!
- 2022-06-30 05:24:08下载
- 积分:1
-
应用密码学密码算法源代码
应用密码学密码算法源代码-password algorithm source code
- 2023-03-25 13:25:04下载
- 积分:1
-
Base64Coding源码
Base64Coding源码-Base64Coding FOSS
- 2023-03-08 15:00:03下载
- 积分:1
-
RSA implementation by using Java
RSA implementation by using Java
- 2022-05-17 09:37:22下载
- 积分:1
-
一个通过控制系统时间来达到限制软件使用期限的算法程序
一个通过控制系统时间来达到限制软件使用期限的算法程序-A system by controlling the time limit is reached, the software algorithm program using the term
- 2023-06-06 00:05:03下载
- 积分:1
-
沙
SHA-1Hash函数源码,可以对任何文件做Hash,得到的Hash值为160位。具有抗强碰撞,弱碰撞等能力。虽然王小云已经找到了个别碰撞。但在新的好的hash函数出来之前仍将被广泛使用。-SHA-1Hash function source, any document can be done right hash, the hash value of 160. Anti-collision, the weak capabilities of the collision. Although Bruce Schneier, had found individual collisions. But the new good hash function will be out before widespread use.
- 2023-06-21 07:50:03下载
- 积分:1
-
md5 and sha
md5及sha-1算法及验证文件,vc6.0调试无误-md5 and sha-1 algorithm and verification documents, vc6.0 debug and correct
- 2022-04-17 13:38:01下载
- 积分:1
-
gost-2012 OpenSSL的补丁
应用背景这个补丁增加了GOST R 34.10-2012和 ;34.11-2012支持OpenSSL 1.0.2d。它是俄罗斯的加密标准。路径被发现在网络和应用OpenSSL最近的来源。关键技术OpenSSL 1.0.2d,GOST 34.10-2012数字签名,GOST 34.11-2012哈希(消息摘要),俄罗斯的加密标准,公钥密码体制,椭圆曲线密码体制。
- 2022-06-18 00:36:09下载
- 积分:1
-
这是我用c++实现的一个DES加密算法!应该可以适合那些对加密感兴趣的人看。...
这是我用c++实现的一个DES加密算法!应该可以适合那些对加密感兴趣的人看。-This is achieved with c a DES encryption algorithm. Should be suitable for those interested in encryption right people.
- 2022-01-22 00:28:53下载
- 积分:1