登录
首页 » 算法 » Seal加密算法

Seal加密算法

于 2022-03-04 发布 文件大小:2.26 kB
0 222
下载积分: 2 下载次数: 1

代码说明:

这种算法是与所谓的印章加密....密封件也使用四个32位寄存器A,B,C和D,其初始值是由n和第k派生表R和T.这些寄存器被修改过几次迭代,每一个都涉及到8发来确定。在每一轮的9位的第一寄存器(无论是A,B,C或D)用于索引表T在T中检索到的值然后被添加到或异或同的第二寄存器的内容:再次之一的A,B,C或D的第一寄存器,然后由圆9的位置错开。在一些回合第二寄存器通过加入或与异或它进一步修饰的(现在的移位)第一个寄存器。后8轮的这一点,A,B,C和D添加到密钥流,每通过添加或具有一定字从S的迭代是通过向A和C依赖于n个附加的值完成异或它掩蔽第一,N1,N2,N3,N4;到底是哪一个取决于的迭代次数的奇偶性。

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

发表评论

0 个回复

  • Based on M/G/K multi
    基于M/G/K 多类别共用一个资源的最优化分配问题程序 主要以系统总等待时间为目标函数-Based on M/G/K multi-class share an optimization of resources allocation process is essentially the system as the objective function the total waiting time
    2022-03-04 17:10:15下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-07-13 17:37:31下载
    积分:1
  • vc++实现编译原理中的LL(1)文的编译过程,非常好用.
    vc++实现编译原理中的LL(1)文法的编译过程,非常好用.-vc realization of the principle of compiler LL (1) grammar compiler course, very handy.
    2022-06-30 08:02:44下载
    积分:1
  • Very classic matrix algorithm to know on the next
    很 经典 的 矩阵算法 知道 的 就下 -Very classic matrix algorithm to know on the next
    2022-08-26 13:31:05下载
    积分:1
  • C显示图像
    资源描述很简单的小程序。#include   #include using namespace cv; void main() { IplImage *src; src = cvLoadImage("lena.jpg"); //这里将lena.jpg和lena.cpp文件放在同一个文件夹下 cvNamedWindow("lena", CV_WINDOW_AUTOSIZE); cvShowImage("lena", src); cvWaitKey(0); cvDestroyWindow("lena"); cvReleaseImage(&src); }
    2022-03-04 00:48:04下载
    积分:1
  • 邻域搜索
    在这个项目中我们的主要任务是执行引入巴恩斯 et al [1] 的 Patchmatch 算法。该算法只是最近的邻域快速计算是我们第二次的任务提供了同时实施重组算法在 Patchmatch 算法的图像。接下来的几节中我们将的概述如何 Patchmatch 和我们重新洗牌算法作品 (第 2 节),执行问题,包括我们的源代码 (第 3 节),我们的实现产生的结果 (第 4 节) 的简要概述,最后结论 (第 5 节),我们讨论的问题实施期间,进一步可以做的可能改进,当然我们这门课的结论。
    2022-04-10 15:49:53下载
    积分:1
  • SIMPLE algrithm in Computational fluid mechanics
    应用背景This application is to focus on the numerical methods in Computational Fluid Mechanics, dealing with aeronautics, hydraulics, heat and mass transfer etc. We konw fluids have the ability to transport matter and its propertities as well as transmit force, therefore fluid mechanics is a subject that is particularly open to cross fertilization with other sciences and disciplines of engineering. The subject of fluid mechanics will be highly relevant in domains such as chemical,metallurgical, biological and ecological engineering.关键技术 SIMPLE (Semi-Implicit Method for Pressure Linked Equations) algrithm is the principal numerical method to numerical simulate incompressible fluid flow, it can remove the difficults of fake pressure disturbance and neglecting specific pressure equation for incompressible fluid flow successful. The main thoughts and steps of SIMPLE algorithm are given in this application. The single-phase loc
    2023-03-06 10:05:03下载
    积分:1
  • 字符串周期
    如果一个字符串可以由某个长度为k的字符串重复多次得到,我们说该串以k为周期。例如,abcabcabcabc以3为周期(注意,它也可以6和12为周期,结果取最小周期3)。字符串的长度小于等于100,由调用者保证。详细描述:接口说明原型:int GetMinPeriod(char *inputstring);输入参数:char * inputstring:字符串返回值:
    2023-05-31 15:20:04下载
    积分:1
  • 纯惯性导航解程序,结果很好
    纯惯性导航解算程序,结果很好,有四种不同的解算方法,参考了四种不同的书中的捷联解算方法。
    2023-03-03 18:55:03下载
    积分:1
  • 火焰识别程序
    可以识别图片中火焰区域,目前支持jpg和bmp格式图片。主要根据火焰的颜色来识别,同时结合火焰的边缘轮廓特征。对于视频中的火焰识别,已经在界面中添加了接口,后续还需要完善,识别的算法是一样的,需要解析视频后,将每一帧作为一个单独的图片来识别
    2022-06-21 10:47:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载