-
这个程序提供了通过使用一些基本的数学C++实现生成的关键
本程序提供密钥产生的一些基本数学实现 用c++实现-This procedure provides the key generated by using some basic math c++ Realize
- 2023-07-07 07:50:04下载
- 积分:1
-
cox方法展频水印matlab源码,对bitmap图像隐藏信息
介绍利用AFEPack求解自适应有限元的基本使用方法. 其输入参数为利用easymesh对区域进行剖分后的得到的文件.-AFEPack introduce the use of adaptive finite element to solve the basic usage. Its input parameters for the use of easymesh region after the partition of documents.
- 2022-05-22 22:29:13下载
- 积分:1
-
这是最新的openssl学习的材料,是源代码,相信朋友们以前看过的都知道,这在网络方面很有用的。...
这是最新的openssl学习的材料,是源代码,相信朋友们以前看过的都知道,这在网络方面很有用的。-This is the latest openssl learning opnenssl, is the source code, I believe that friends who have seen before, all know that this very useful in networking.
- 2022-03-26 16:14:37下载
- 积分:1
-
Inroduce the algorithm of RSA.
Inroduce the algorithm of RSA.
- 2023-03-24 00:15:04下载
- 积分:1
-
File Encryption Utility (using Blowfish encryption algorithm to document the int...
File Encryption Utility(使用Blowfish算法给文件加密的完整程序)VC 源代码-File Encryption Utility (using Blowfish encryption algorithm to document the integrity of procedures) VC source code
- 2022-07-24 00:02:11下载
- 积分:1
-
java加密程序
java加密程序-java encryption
- 2022-08-24 02:23:45下载
- 积分:1
-
StreamSec Security Library含有多种算法的控件
StreamSec Security Library含有多种算法的控件-StreamSec Security Library contains a variety of control algorithms
- 2022-06-28 18:47:44下载
- 积分:1
-
各种加密算法合集,是研究加密算法最好的资料。
各种加密算法合集,是研究加密算法最好的资料。-A variety of encryption algorithms Collection, is to study the best data encryption algorithm.
- 2022-07-05 05:00:09下载
- 积分: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
-
这个类有一个方法叫make_crc,获取一个字节流和开始/结束…
The class has a methode named make_CRC that gets a byte stream and start/end offsets then calculate and return a 16 bit CRC according to determined POLYNAMIAL.The POLYNAMIAL is a private field of the class.
- 2023-01-18 02:15:04下载
- 积分:1