-
its cryption for stream cipher
its cryption for stream cipher
- 2022-05-24 19:18:20下载
- 积分:1
-
椭圆曲线密码体制的实现。该项目没有开发C++编译器的任何问题…
ECC Implmentation . The programme works without any problem on compiler Dev C++ available at bloodshed.
- 2023-05-12 12:15:04下载
- 积分:1
-
这是密码学软件源码,一个小程序的源码,caser密码
这是密码学软件源码,一个小程序的源码,caser密码-This is the source cryptography software, a source of small procedures, caser password
- 2022-09-07 04:20:03下载
- 积分:1
-
Rjindeal加密算法
Rjindeal加密算法-Rjindeal encryption algorithm
- 2023-03-26 06:00:03下载
- 积分:1
-
加密算法tea加密文件,用vc语言编写,支持多种格式
加密算法tea加密文件,用vc语言编写,支持多种格式-encrpyt file by tea arithmetic,support some kinds of file format,VC Code
- 2022-02-03 19:01:24下载
- 积分:1
-
rsa实验,刚学会的
rsa实验,刚学会的-rsa experiments, the newly acquired
- 2022-02-01 18:31:21下载
- 积分:1
-
md5 算法的纯c版本。方便移植到各种嵌入式小型设备不支持c++的环境...
md5 算法的纯c版本。方便移植到各种嵌入式小型设备不支持c++的环境-md5 algorithm with pure C version. Easy to transplant it to systems using only C, but not C++
- 2022-08-15 21:19:56下载
- 积分:1
-
right ORCLE database protection, and highly functional, encryption, access, dele...
对ORCLE数据库进行保护,具有很强的功能,有加密,访问,删除,等保护功能-right ORCLE database protection, and highly functional, encryption, access, deletion, such as the protection function
- 2022-10-22 18:15:03下载
- 积分:1
-
RSA算法的实验报告,有源码、流程图、时间复杂度分析等。
RSA算法的实验报告,有源码、流程图、时间复杂度分析等。-RSA algorithm experimental reports, source code, flowcharts, time complexity analysis.
- 2022-08-03 14:25:10下载
- 积分:1
-
数据加密标准 (DES) 关键时间表
此代码提供关键时间表中的数据加密标准 (DES),这是生成子密钥的算法的实现的。
• 输入: (长度 (64 位) 的任何字符串。
• 输出: 16 子键产生的 DES (每个 48 位长度)。
如何使用它:
1.>> K = DES_KeyScheduling %会创建一个类 "DES_KeyScheduling" 的对象。
2.>> K.KEY_STRING = "密码" %设置的加密密钥值。
3.>> K.printPC2() %打印输出的置换选择 2 (PC-2) (也称为 x 16 48 及其子键) 无压痕。用来调用函数 1 "K.printPC2(1)" 要输出带缩进值。
- 2023-08-24 20:00:03下载
- 积分:1