登录
首页 » 算法 » DNS 使用加密的安全系统

DNS 使用加密的安全系统

于 2022-03-24 发布 文件大小:3.38 MB
0 101
下载积分: 2 下载次数: 1

代码说明:

这个项目正在执行 DNS 代替 RSA 算法,因为它有一定的局限性,它设法改善。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 文件MD5 生产
    char *MD5_file (char *path, int md5_len)   {       FILE *fp = fopen (path, "rb");       MD5_CTX mdContext;       int bytes;       unsigned char data[1024];       char *file_md5;       int i;          if (fp == NULL) {           fprintf (stderr, "fopen %s failed ", path);           return NULL;       }          MD5Init (&mdContext);       while ((bytes = fread (data, 1, 1024, fp)) != 0)       {           MD5Update (&mdContext, data, bytes);       }       MD5Final (&mdContext);              file_md5 = (char
    2022-07-11 22:12:17下载
    积分:1
  • AFD min的Java类
    应用背景//////////////////////////////////// /完整的DFA/ / 2004-04-20////////////////////////////////// * *这个类实现了确定性的完整的有限自动机。的关键技术/ * *这个类实现了整数集的分区& lt;代码& gt;0,……,大小& lt;/代码& gt;。数组;
    2023-06-26 10:55:03下载
    积分:1
  • 约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序...
    约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序-Joseph Wan, the use of the data structure in the chain structure. Please observe the specific source code
    2022-03-09 12:41:47下载
    积分:1
  • 在 python 中的 Hopfield 网络
    在 python 中的 Hopfield 神经网络
    2023-02-13 05:50:04下载
    积分:1
  • MSLSⅠ多步递推最小二乘 Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用计输出数据;用原输出数据计,用递推最小二乘方分别...
    MSLSⅠ多步递推最小二乘法 Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用计算输出数据;用原输出数据计算,用递推最小二乘方法分别对系统参数和模型参数进行估计。 -MSLS Ⅰ recursive least squares multi-step Msls three steps on the system and noise model identification, the use of pulse sequence as a supplementary system model, the calculation of the output data with the original output data, the use of recursive least squares method on system parameters, respectively, and model parameters estimated.
    2022-03-25 05:06:46下载
    积分:1
  • 哈夫曼编码
    利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原).对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼的编/译码器。该系统可进行字符与二进制码值间转换。可用于电脑系统中用户的文件,这样可节省内存,当用户使用时又可转换为字符形式。还可实现对所给文件进行统计字符出现频率,及相应二进制码值,并对文件编码解码。1 统计权值;2 建立哈夫曼树:从结构体数组中读入n个字符和n个权值,利用静态三查三叉链表建立哈夫曼树.3 编码:利用已建立好的哈夫曼树,获得各个字符的哈夫曼编码,并对正文进行编码,然后输出编码结果。4 译码:利用已建立好的哈夫曼树将文件中的代码进行译码。
    2022-03-20 11:31:36下载
    积分:1
  • pdnMesh is an automatic mesh generator and solver for Finite Element problems. I...
    pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-processing to generate contour plots and Postscript printouts. GUI support using GTK or MFC (Win32) is available. The problem definition can be done in any form and given to pdnMesh as an input data file. Drawing Exchange Format (DXF) files can be directly imported to pdnmesh. The quality and the coarseness of the mesh can be controlled by giving input parameters.
    2022-01-26 01:43:40下载
    积分:1
  • 0-3.3v电压表数码显示程序
    凌阳61板课程设计:0——3.3v电压表。实现 0-3.3V 的电压测量,IOA6 接要测量的电压,经 AD 转换后,计算出当前电压值, 数码管上显示当前电压。具体要求如下: 1. 通过 IOA6 接入要测量的电压,单片机自动检测。 2. 在数码管上实时显示当前电压值。
    2022-03-10 01:47:06下载
    积分:1
  • 这是一个利用VC++编写的求解极值的多元的二次方程程序,在WindowsXP运行成功。...
    这是一个利用VC++编写的求解极值的多元的二次方程程序,在WindowsXP运行成功。-This is a VC solution prepared by the extreme diversity of the quadratic equation procedures, the successful running WindowsXP.
    2022-01-28 19:24:36下载
    积分:1
  • 多分辨率分块 (MRC) 高速缓存
    一个简单的代码(未完成)的多分辨率CHUNKING(MRC),请参阅本文“广域网加速发展中世界”,USENIX10。  我给一个简单的代码库MRC分块。请按你的需要使用或修改它。
    2022-02-01 11:16:28下载
    积分:1
  • 696518资源总数
  • 105429会员总数
  • 27今日下载